AddedThumbnail carousel, marquee hero, integration web, stack spread, type portal and a liquid-metal shader button.
ImprovedEvery component we wrote now uses design tokens, so the theme you save in Settings actually changes what you see. Previously none of them did.
FixedReduced-motion support across the new components — animation stops when your system asks it to.
v1.4
Agents can install components directly
An MCP server and a shadcn-compatible registry endpoint, so a coding agent can search the catalogue and write a component into your project without you copying anything across.
AddedMCP server at /api/mcp with search_components, get_component and list_categories — connect it from Claude Code, Cursor or any MCP client.
AddedRegistry endpoint at /r/<author>/<component> returning shadcn registry-item.json, so `npx shadcn@latest add` works against any published component.
AddedPersonal access tokens in Settings. A terminal has no browser session, so the CLI and MCP authenticate with a token that carries your plan.
FixedThe CLI command shown in the copy dialog pointed at a registry URL that returned 404. It now resolves.
v1.3
A much larger catalogue
More of everything: components across the sections people actually asked for, plus a full icon index and a wider set of themes and templates.
AddedHeaders, footers, toolbars, carousels, testimonials and pricing sections.
Added42,120 icons across eight open-source sets, searchable by name and copyable as JSX.
Added16 themes and 9 full-page templates.
ImprovedSearch ranks exact and prefix matches above substring hits, so short queries stop returning noise.
v1.2
Plans and billing
Checkout, subscriptions and the entitlement model that decides who can copy what.
AddedStripe Checkout for Builder and Team plans, quarterly or yearly, with per-seat pricing for teams.
AddedAI credit tiers at 500, 1,000 and 2,000 credits a month.
AddedBilling portal for changing a plan, updating a card or cancelling.
ImprovedCopying is gated server-side: source for a component you can't access is never sent to the browser in the first place.
v1.1
Accounts and publishing
Sign in, claim a handle, and publish your own components to the registry.
AddedEmail and password sign-in, magic links, and GitHub and Google as providers.
AddedPublic profiles at /@handle with the components you've published.
AddedBookmarks and collections for organising what you find.
AddedA publish flow that previews your component before it goes live.
v1.0
Launch
The registry opens: browse live component previews and copy any of them as a single prompt that works in whatever tool you already use.
AddedLive, interactive previews — every component runs in the page rather than showing a screenshot.
AddedOne universal prompt per component, with no tool picker: the same text works in Claude Code, Cursor, Lovable, v0, Bolt and Windsurf.