First tagged release of the current generation. Drives Figma Desktop directly, no API key, no rate limits.
Highlights since v2.0.0
Design systems in / out
extract, export any Figma file as a portableDESIGN.md(every page, token map, variant matrices), auto-splits huge files so the main file stays AI-context-sizedimport, pull tokens fromtailwind.config.js, CSS custom properties, W3C/DTCGtokens.json, or a Storybook URL/buildexport dtcg, W3C Design Tokens (DTCG) JSON export
Reuse instead of rebuild
- Components in an extracted
DESIGN.mdcarry a reuse handle instantiate <name>, drop a real instance of an existing component instead of cloning itspec <name>/spec --check, read a component's authoritative spec at zero model tokens and enforce a build against it
Rendering
<Ellipse>/<Circle>primitives (rings, spinners, donut, pie)flex="none"z-stack for overlapping children- percentage width/height, richer text typography (line height, letter spacing, alignment, truncation)
Workflow
init-agent, one-command setup for Cursor and Claude Codeshadcn add --count Nreturns N distinct designs, not N clones
Install
Clone + npm install, or use the upcoming Homebrew tap.