Skip to content

v2.1.0

Latest

Choose a tag to compare

@silships silships released this 17 Jun 08:14
· 60 commits to main since this release

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 portable DESIGN.md (every page, token map, variant matrices), auto-splits huge files so the main file stays AI-context-sized
  • import , pull tokens from tailwind.config.js, CSS custom properties, W3C/DTCG tokens.json, or a Storybook URL/build
  • export dtcg , W3C Design Tokens (DTCG) JSON export

Reuse instead of rebuild

  • Components in an extracted DESIGN.md carry a reuse handle
  • instantiate <name> , drop a real instance of an existing component instead of cloning it
  • spec <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 Code
  • shadcn add --count N returns N distinct designs, not N clones

Install

Clone + npm install, or use the upcoming Homebrew tap.