For independent designers and developers shipping to Vincia.
Forge for Vincia.
Vincia is the durable no-code canvas. Designers contribute the visual layer (templates, themes, section libraries); developers contribute the functional layer (connectors, workflow steps, widgets, blueprints, solution packs).
curl -fsSL https://get.vincia.io/install | bashvincia loginvincia create design-template my-newsletter --build-type websiteready in 12s — open my-newsletter/ in Claude Code
One install, one login, one scaffold — same CLI for designers and developers.
Pick your path
Designer, developer, or just here to browse what's shipped? Each card routes you to the kit and the scaffold command that fits.
See how it feels
You describe what you want in your AI agent (Claude Desktop, Claude Code, Cursor, Codex). The agent reads the kit’s CLAUDE.md, runs the CLI on your behalf, and shows you the preview. You give feedback in chat; the preview updates. When you’re happy, the agent publishes. You never type a command yourself.
Build a creator-newsletter template — warm cream, weekly literary feel.
Set your own price — or take the default
$1/ recipient / month
Default for design templates and solution packs — the two surfaces that ship a complete end-to-end experience. Other contributions (plugins, widgets, blueprints, connectors, workflow nodes, themes, sections) aren’t paid standalone — they’re the parts that make packs cheaper to build, and they ride inside the packs that use them.
Vincia stays. The catalog grows around it.
Vincia isn’t a Webflow alternative, a Zapier alternative, or a Bubble alternative. It’s the durable platform that absorbs new tools as they appear. When a new payment processor matters, it becomes a connector. When a new AI capability lands, it becomes a workflow node. When a new UI pattern catches on, it becomes a widget. The tenant’s build stays where it lives — only the catalog around it grows.
That’s the contributor pitch too. Your connector or template joins a surface that businesses sit inside and try many things from. Their data stays portable, the runtime scales with them, and they don’t need to migrate to chase the next tool — the next tool shows up in the marketplace as a plugin. Every install adds to that durable shape; your work is part of the reason a Vincia build outlasts the trend cycle.
Free or monetize — both motions matter
When you ship to the Forge marketplace, you pick one of two modes. Both go through the same LLM gate plus human review; both appear in the same marketplace browse.
/admin/contributor.You can also skip the marketplace entirely and ship a template or plugin directly for one specific client — the same kit handles both motions. Promote it to public later if you want marketplace earnings on top.
How it works
Two paths, same outcome. Both produce a registered template or a published plugin that any Studio tenant can install.
Agent path (recommended)
- Download the kit from Studio (Designer Kit or Developer Kit) and unzip it. Each kit ships a
CLAUDE.mdand structured prompt files an LLM agent reads on its own. - Open the kit folder in Claude Code (or any agentic LLM that reads
CLAUDE.md— Claude Desktop with project files, Cursor, Codex). The agent reads the rules, schema, and exemplars, then asks you what to build. - Describe what you want — “A creator-newsletter template, warm cream, weekly literary feel” or “A Stripe payment connector for the marketplace.” The agent handles login, scaffold, preview, and register; you make the brand and product calls.
- Publish —
vincia publish(or, from the kit,node tools/register.mjs --register) submits to the marketplace; the LLM gate plus a human reviewer approve before users see it.
Manual path
- Install the CLI —
curl -fsSL https://get.vincia.io/install | bash. See Quickstart. - Scaffold —
vincia create connector my-first(developer) orvincia create design-template my-first(designer) gives you a working starter wired to the SDK. - Develop locally —
vincia dev(developer) orvincia preview(designer) runs against a real sidecar with hot reload. - Publish —
vincia publishsubmits to the marketplace; same review path as above.