Designer Kit overview

The Designer Kit is the visual half of the Forge. It shares the CLI, identity, and marketplace with the Developer Kit — and ships design templates, themes, section libraries, ready-made collections, plus seven specialty packs (icons, motion, chrome, backgrounds, email, microcopy, imagery).

The kit is designed to be driven by a desktop AI agent (Claude Desktop, Claude Code, Cursor, Codex). The kit folder ships a CLAUDE.md at its root; the agent reads it on its own and learns what to do. You can also drive the same flow manually with the CLI if you prefer.

What people build on Vincia

Two archetypes, with three flavours when you count the customer-accounts variant of a website:

Every template you ship declares which archetype it targets. The kit unlocks the right page set automatically.

What you can ship

Foundation pieces (scaffold available today)

Scaffold any of them with vincia create <type> <name> (e.g. vincia create design-template my-newsletter).

Specialty packs

Seven extend the foundations along one axis each: icon pack, motion pack, chrome pack, background pack, email template pack, microcopy voice pack, imagery treatment pack. Documented and importable today; the dedicated scaffold command is rolling out.

Three ways your work pays off

Easiest start: open the kit in your AI agent

1. Download the Designer Kit zip and unzip it. 2. Open the folder in Claude Desktop (Settings → Projects → Add a project → pick the kit folder), Claude Code, Cursor, or Codex. 3. Tell the agent what you want to ship in plain English.

On first use the agent installs the Vincia CLI for you and signs you in; then it asks the brand and product questions, scaffolds the template, opens the preview, applies your feedback, and publishes. You stay in chat — it handles the terminal.

Or use the CLI directly

vincia create design-template my-template --build-type website
vincia create theme my-theme
vincia create section-library my-sections
vincia create ready-made-collection my-collection

Then:

cd my-template
vincia preview        # local preview server
vincia publish        # submit to the marketplace

vincia preview renders your template against multiple brand fingerprints and breakpoints so you can sanity-check it before publishing.

What gets reviewed

Next steps