fsharp-frontend

Community

Ship polished F# frontends with MVU.

Authorheimeshoff
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a complete F# frontend blueprint using Elmish MVU with Feliz, enabling predictable state management and reusable UI components.

Core Features & Use Cases

  • MVU Architecture: Model, Msg, Update, Cmd pattern.
  • RemoteData for Async: integrate Loading/NotAsked/Success/Failure flows.
  • View Components: Reusable cards, forms, and lists with Tailwind/DaisyUI styling.
  • Use Case: Build a responsive Todo UI with real-time API integration.

Quick Start

Use the fsharp-frontend skill to scaffold the client side structure (src/Client) and components, including State.fs, View.fs, and Types.fs templates.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fsharp-frontend
Download link: https://github.com/heimeshoff/Cinemarco/archive/main.zip#fsharp-frontend

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository