Current release
v1.0.0Released
SevenUI 1.0
The first stable release: 65 primitives on Base UI, 40 free components, and SevenUI Pro with 113 blocks — all installed through the shadcn registry.
Primitives
- 65 primitives built on Base UI, each installed as source with
npx shadcn add @sevenui/<name>. - Drop-in compatible with shadcn: the same CSS variables, so existing shadcn themes keep working.
- Full shadcn parity, plus Base UI extras that shadcn does not ship, such as
toolbarandmeter. - No Radix.
commandis built on Base UI Autocomplete (no cmdk),toastships a globaltoast()API on Base UI Toast (no sonner), anddraweruses the Base UI Drawer (no vaul). - Four primitives wrap the same Radix-free libraries shadcn uses:
calendar(react-day-picker),carousel(embla-carousel-react),chart(recharts), andresizable(react-resizable-panels). - A
themeregistry item with shadcn-compatible design tokens, ananimationsstyle item for enter and exit transitions, and theuse-mobilehook. - 137 live examples across the primitive docs pages, each with its source one click away.
Components
- 40 free components composed from the primitives, browsable at /components and installed with one command each.
- Ten collections: Accordion, Badge, Button, Card, Dialog, Dropdown Menu, Input, Select, Switch, and Tabs.
Blocks
- 113 Pro blocks in 4 groups and 19 categories, browsable at /blocks with live previews.
- Application — 39 blocks: Dashboard (5), Auth (3), Profile (4), Account (2), App Shell (3), Empty State (6), Stats (16).
- Marketing — 44 blocks: Logo Cloud (4), CTA (6), Pricing (5), FAQ (5), Hero (9), Footer (5), Feature (5), Contact (5).
- AI & Agents — 3 blocks: AI Chat (3).
- eCommerce — 27 blocks: Product Category (10), Product Detail (7), Coupon (10).
- A theme customizer on every block preview: 8 themes, 5 base colors, and 4 radius options.
- New blocks appear in the directory within five minutes of release, with no site rebuild.
SevenUI Pro
- A lifetime, per-developer license to every Pro block, including blocks released after you buy.
- Checkout through Polar as the merchant of record, with a full refund within 14 days.
- License-key installs through the shadcn CLI: set
SEVENUI_PRO_KEY, add the registry header tocomponents.jsononce, then runnpx shadcn@latest add @sevenui/pro/<block>. - An account page to sign in with Google, GitHub, or an email code, and to view and copy your license keys.
- Block requests: Pro license holders can ask for a custom Block by emailing mail@sevenui.dev from the address they bought the license with.
Site
- Docs, primitives, components, and blocks on one site, rebuilt on the Next.js App Router.
- Search across every page with ⌘K.
- Install commands for npm, pnpm, yarn, and bun, with your choice remembered across pages.
- Every docs page is available as Markdown — copy it from the page, or read
llms.txtandllms-full.txtfrom your AI tools. - Light and dark themes, and an Open Graph image for every page.