Vercel Registry Starter (AI-Native Design System)
Official Vercel template positioned as 'AI-Native Design System', Next.js 15 + shadcn/ui + registry pre-wired to expose components to v0, Claude Code, Cursor and Bolt via MCP. Serves as bootstrap for those wanting to turn their internal DS into an agent-consumable shadcn registry: folder structure, naming conventions, build pipeline, namespaced registry examples, and CI already in place. Canonical reference mentioned in shadcn and v0 docs.
Strengths
- Officially maintained by Vercel, alignment guaranteed with v0 and shadcn CLI v4 evolutions
- Covers the full pipeline: registry hosting + MCP exposure + theming + Presets, not just a components boilerplate
- Live demo deployable on Vercel in 1 click, useful to pitch the approach to a C-level before investing
Limitations
- Coupled to Next.js + Vercel hosting, manual adaptation needed for Vite/Astro/Remix or alternative hosting
- Evolves fast (volatile), staying on `main` can break between two shadcn CLI updates
Best for
- Design system manager wanting to migrate their internal DS (Storybook + npm) to an agent-consumable shadcn registry
- Quick POC (2-3 days) to validate the 'DS as registry as MCP' architecture before promoting it internally