Designer Kit
For designers
Vincia users spin up real websites and admin portals by composing pieces from the Forge. Designers contribute the visual layer — the part that makes those builds look like a real brand instead of a generic shell. Your work gets reused across many sites; one good template renders dozens of distinct brand sites.
What you can build
Two archetypes — website and portal. One template targets one archetype. Within each archetype there’s a wide ambition range, from a 3-page brochure to a storefront with checkout, from a tight admin console to a kanban-driven workflow tool.
Websites
Public-facing sites. Always include a sign-in for the site owner (so they can manage forms, data, content). Optionally add customer sign-up + a customer dashboard when accounts are turned on. Range from a 3-page brochure to a full storefront with checkout.
Pages a designer authors: home / about / contact at minimum; pricing, blog, gallery as needed; login / signup / password-reset / customer dashboard when accounts are on.
Reference templates in the kit: template-minimal-website — template-minimal-website (simple) and template-shop-website (with customer accounts + checkout) — both ship in the Designer Kit examples folder.
Simple marketing site
Home / about / contact, maybe pricing or a blog. Brand-led; the design IS the product page.
Examples: Restaurant, dentist, photographer, solo law practice, agency, course landing page, consultant.
Rich content & editorial
Long-form prose, archive grids, byline rows, mosaic galleries. Typography does heavy lifting; multi-page coherence matters.
Examples: Magazine, literary journal, podcast show, creator newsletter, lifestyle blog, scientific publisher.
Animation-heavy concept work
Cinematic motion budget, signature moments, scroll narratives. The design IS the content — concept-locked (no end-user section insertion).
Examples: Art portfolio, wedding invitation, single-product launch teaser, brand microsite, exhibition microsite.
Dynamic content & directories
Filterable lists, browseable category grids, search-driven discovery. Card-grid + list widgets do the bulk of the rendering.
Examples: Startup directory, real-estate listings, restaurant directory, agency case-study browse, podcast episode archive.
Storefront + customer accounts + checkout
Public storefront plus a sign-in-gated customer area. Adds sign-in pages (login / signup / password-reset) and customer-private widgets (order history, profile, subscription status). The sign-in trio is the highest-visibility customer touchpoint — give it signature treatment.
Examples: Boutique storefront, restaurant ordering, gym booking, course platform, membership site, SaaS site with customer portal.
Portals (admin / business apps)
Sign-in-gated apps. Every page behind login — no public surface. Sidebar chrome, data-heavy widgets, role-gated routes. Where business teams, internal staff, and client-facing operations live.
Pages a designer authors: shell (sidebar + topbar) / dashboard / list / detail / settings; add users, permissions, audit-log pages for admin consoles.
Reference templates in the kit: template-portal-clean — template-portal-clean — ships in the Designer Kit examples folder. Focuses the widget supplement on the data-heavy set (data-table, kanban, calendar, chart, kpi-card, workflow-status, permissions-editor).
Internal tools (CRM / ops / tracker)
Staff-facing dashboards. Sidebar + data-table + KPI cards + chart. Tight rows, monospace for data, dense by default.
Examples: Sales CRM, project tracker, inventory ops, content moderation queue, support-ticket board.
Client / member portals
Role-gated views where external people (agency clients, members, students) sign in to see their own data inside your chrome.
Examples: Agency client portal, school admin console, gym member dashboard, paid community area, alumni network.
Workflow automation interfaces
Kanban + status + multi-step forms + approval surfaces. Movement between states is the primary UX.
Examples: Approval flow, ticket queue, content pipeline, hiring tracker, claims processing.
Admin consoles
Permissions-editor, role-switcher, audit logs, super-admin tools. High-stakes data; clarity over flourish.
Examples: Super-admin tools, role / permissions config, audit dashboards, billing admin, infra status.
How to start
The shortest path is a desktop AI agent. Open the Designer Kit folder in Claude Desktop (Settings → Projects → Add a project → pick the kit folder), Claude Code, Cursor, or Codex. The kit ships a CLAUDE.md at its root; the agent reads it on its own and learns everything it needs to do.
- Download the Designer Kit from Studio and unzip it.
- Open the folder in your AI agent. The agent reads the
CLAUDE.mdand the prompt files alongside it. - Tell it what you want to ship — in plain English. For example: “A creator-newsletter template, warm cream, weekly literary feel.”
From there the agent walks you through everything: on first use it installs the Vincia CLI for you and signs you in; then it scaffolds the template from your description, opens the preview, applies your feedback, and publishes when you’re ready. You stay in chat — the agent handles the terminal.
Want to run the CLI directly without an agent? See the CLI quickstart for the commands and the manual flow.
Three ways your work pays off
Same kit, same publish flow — three ways to deploy your design work and earn from it. You can do all three over time, on different projects.
/admin/contributor.Free + paid contributions go through the same LLM gate plus human review. Freelance / client work skips the public review (it’s yours and your client’s) but follows the same scaffolding flow.
Foundation tiers + specialty packs
Most designers ship a full design-template: theme tokens + section files + widget UI supplement, covering everything a user needs for the archetype. The three other foundation tiers exist when you want to ship just one slice instead — a theme that re-skins any template, a section library other designers can mix into their own layouts, or a ready-made collection (data + schema seed for a specific use case). All four have a working scaffold via your agent (or by hand: vincia create <type> <name>).
Theme pack
Bundled color + typography + spacing tokens that re-skin an entire build at once.
Examples: Editorial-warm, dark-luxury, hospitality-soft
Section library
Pre-composed page sections — heroes, feature grids, testimonials, pricing tables.
Examples: Restaurant, SaaS, agency, course-platform
Design template
Full multi-page layout: landing, about, contact, gallery — all wired to widgets.
Examples: Boutique-hotel, photography portfolio, dentist
Ready-made collection
A seeded data-schema-plus-pages starter — a "tenant-ready" example baked from sections + theme + data.
Examples: Restaurant POS, coaching clinic, salon
Specialty packs
Seven additional tiers extend the foundations along a single axis — iconography, motion, chrome, backgrounds, email, microcopy, imagery. They’re documented and accepted by the import pipeline; the dedicated scaffold command is rolling out, so for now author them following the tier guide and submit via the generic import flow.
Icon pack
Curated icon set + canonical aliases so widgets across the build pick consistent glyphs.
Examples: Line/solid duotone, hand-drawn, geometric
Motion pack
Easing tokens, transition presets, and named gestures plugged into the motion engine.
Examples: Calm-editorial, snappy-app, gentle-product
Chrome pack
Headers, footers, navs, sticky bars, modals — the framing chrome that wraps every page.
Examples: Split-utility nav, mega-menu, side-rail
Background pack
Backdrop treatments: gradients, mesh, textured surfaces, decorative atoms.
Examples: Soft-mesh, paper-grain, geometric-grid
Email template pack
Transactional + marketing email designs honoring the build’s brand fingerprint.
Examples: Receipts, drip campaigns, magic-link mails
Microcopy voice pack
Tone-consistent microcopy across surfaces — empty states, errors, CTAs, tooltips.
Examples: Friendly-pro, dry-witty, hospitality-warm
Imagery treatment pack
Filters, overlays, and crop rules that make a tenant’s photos feel cohesive.
Examples: Film-grain, soft-mono, editorial-color
Template anatomy — what you’re actually authoring
Optional reading: skip to the agent and let it walk you through these as they come up. A Vincia template is a small folder structured so Vincia can fill in brand-specific copy, photos, and palette per site at build time. Five things to know:
- HTML/CSS folder, not one file. Each section is its own self-contained
<section>file undersections/. Most archetypes need 6–9 sections per page. Authoring is pure markup + CSS — no JavaScript; Vincia handles interactivity. - Theme tokens own the visual identity. Color, typography, spacing, radii, shadows, motion durations all live as CSS custom properties in
theme/tokens.css(--brand,--ink,--font-display,--space-5, etc.). Vincia re-skins your template per site by overriding:rootvalues; your HTML never changes. - Slots get filled per site at build time. Every brand-specific text is
{{HEADLINE}}/{{LEDE}}/ etc.; every image is{{photo:hero-image}}. Vincia substitutes real copy and photos before serving HTML, so one template renders dozens of distinct brand sites. - Widget UI supplement. You also style how every typical widget for your archetype looks within your template. For a
website: the sign-in forms, customer-private widgets (data-table, card-grid, kpi-card) on dashboard pages, and marketing widgets (hero, features, pricing, testimonials, FAQ, CTA). For aportal: data-table, kanban, calendar, chart, kpi-card, multi-step-form, permissions-editor, workflow-status. Templates that cover the full typical set earn acompletecoverage badge in the marketplace. - Insertion zones or concept-locked. Mark drop zones (
data-vincia-insertion-zone="after-features") where end users can add preset sections from a library of ~250 reusable blocks. Or setinsertionZones: []for a concept template — design is locked; users only edit copy, photos, palette, and typography.
Quality bar to register on the marketplace: ≥9.5/10. Reviewers grade on page narrative, type hierarchy, color discipline, distinctive moment, cross-page coherence, and accessibility (WCAG AA on body, focus-visible everywhere, reduced-motion respected).
Why your work compounds here
Vincia isn’t a Webflow alternative or a Squarespace alternative — it’s a durable base that absorbs new tools as they appear. People pick Vincia precisely so they can sit in one place and try many things from it: when a new payment processor matters, a connector for it shows up in the marketplace; when a new AI capability lands, it becomes a workflow step; when a new on-page pattern catches on, somebody ships it as a widget. The site stays where it is — the catalog around it grows.
Your template gets reused as those new pieces drop in. A great design from today still renders dozens of brand sites a year later because the slots, theme tokens, and widget supplement are stable contracts. That’s the compounding curve: every install adds to the durable shape of the platform, and your work is part of why a Vincia build outlasts the trend cycle.
The vocabularies designer assets extend live on /foundations: UiKit, ThemePreset, KitPreset, brand fingerprints, and the section-purpose taxonomy. Building the functional layer instead? See developer types →