The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Marmo Ui listing page.
The AI agentic designer. Point the agent you already use — Claude Code, Codex, Cursor, Gemini CLI — at Marmo and it builds production dashboards and apps in minutes: real components, real props, your own style. No AI slop.
Platform, docs & pricing → marmoui.com
Then just ask your agent: "Build a billing dashboard with Marmo UI."

@marmoui/ui — an open-source React 19 design system (MIT, public npm). Tables, charts, forms, app shells — everything a product UI needs, light + dark from one token set.review_generated_code) before reporting done. Wrong imports and invented props get caught and fixed before you ever see them./plugin marketplace add mahmoudilyan/marmoui → /plugin install marmo-ui@marmoui-plugins. Bundles the MCP plus the marmo-ui skill and /marmo-ui:* commands (init, design-md, build) that enforce the find → generate → validate workflow.
Every component ships both themes off the same semantic tokens (bg, panel, ink, primary-*) — no parallel dark stylesheet, no hardcoded hex.
| Light | Dark |
|---|---|
![]() | ![]() |
| Free | Pro — $9.99/mo, 14-day free trial | |
|---|---|---|
React components (@marmoui/ui, MIT) | ✓ | ✓ |
| Core MCP — live props, validation, default Marmo styling | ✓ | ✓ |
| Docs, Figma library | ✓ | ✓ |
On-brand generation — your DESIGN.md (colors, type, tokens, component overrides) drives every screen any connected agent generates | ✓ | |
| Composition patterns library (app shells, dashboards, forms) | ✓ | |
| Pro blocks, generated straight into your repo | ✓ | |
| Personal MCP token + hosted, brand-themed design-system page | ✓ |
Pro mode in one sentence: the free tier makes your agent correct; Pro makes it yours — run /marmo-ui:init (or write a DESIGN.md by hand), upload it at marmoui.com/connect, and every agent on your account generates UI in your brand instead of the Marmo defaults. Generation always happens in your agent with your LLM tokens; the code lands in your repo and you own it fully.
The hosted MCP server and platform services live in a private repository; this repo talks to them only through the hosted MCP at mcp.marmoui.com.
@marmoui/ui directlyWorks as a regular component library too — no agent required:
React 19 + react-dom are peer dependencies. Component APIs and examples: marmoui.com/docs.
Node 20+, pnpm 9.
| Command | Description |
|---|---|
pnpm dev:ui | Develop the UI package only |
pnpm build | Build all packages and apps |
pnpm lint | Run ESLint across the monorepo |
pnpm type-check | Run TypeScript type checking |
pnpm changeset | Add a semver changeset |
See CONTRIBUTING.md — workflow, Conventional Commits (enforced by husky), and semver via Changesets.
MIT — see LICENSE. Components are free forever; a component that ships free never moves behind the paywall.