← Fancy UI Curriculum

Tooling

How the suite gets into a project: the vendoring CLI, the MCP servers, and the editor plugins.

0/2 lessons

0%

The CLI publishes as fancy-cli, not fancy-ui

~6 min

The source-vendoring CLI is npx fancy-cli@latest add <slug>. The bare name fancy-ui is blocked on npm, so only the MCP server keeps that name, hosted at https://ui.particle.academy/mcp.

This is the kind of detail that costs someone twenty minutes when a doc gets it wrong — an agent following a stale instruction runs npx fancy-ui add and gets a 404 with no clue why.