Introduction
Tailark is a shadcn/ui registry of production-ready marketing blocks, full pages, illustrations, and supporting files. Add a registry namespace once, then install items by name with the shadcn CLI — no rigid templates, just composable components you can customize and scale.
Whether you are exploring the free OSS kits or installing gated Quartz content with a plan, the workflow is the same: configure components.json, run shadcn add, and ship.
Getting started
The easiest and fastest way to set up Tailark is the . Pick your license, kit, UI base, and project type, then copy a tailored AI prompt or ready-to-use components.json.
Prefer to configure things manually? Pick the path that matches what you want to install today.
- Free path — Mist, Dusk, and Veil from
@tailark-oss. No account or API key. - Pro path — Quartz blocks, illustrations, and pages from
@tailarkwith an API key from your Dashboard.
For step-by-step instructions, see Quick Setup. For aliases and monorepos, see Project setup.
Registries
Tailark has two registry namespaces — @tailark-oss for free OSS kits and @tailark for gated Quartz content. The URL path changes based on your UI base (Base UI or Radix UI), not the namespace.
| Namespace | Host | Auth | Content |
|---|---|---|---|
| @tailark-oss | oss.tailark.com | None | Mist, Dusk, Veil blocks & pages |
| @tailark | tailark.com | API key | Quartz blocks, illustrations, and pages |
| UI base | @tailark-oss URL | @tailark URL |
|---|---|---|
| Base UI (default) | oss.tailark.com/r/{name}.json | tailark.com/r/{name}.json |
| Radix UI | oss.tailark.com/r/radix/{name}.json | tailark.com/r/radix/{name}.json |
Quartz pages, blocks, and illustrations support both Base UI and Radix UI.
Full components.json examples are in Quick Setup.
What you can install
Blocks
Individual marketing sections — heroes, features, pricing, footers, stats, and more.
- OSS kits (Mist, Dusk, Veil) — free via
@tailark-oss - Quartz blocks — plan-gated via
@tailark(Base UI or Radix UI)
Browse Blocks and copy the CLI command from any preview.
Pages
Full page kits with routes, layouts, types, and MDX content. Complete or Team plans for Quartz pages (Base UI or Radix UI). OSS pages are free on both bases.
Browse Pages.
Illustrations
Hand-coded UI visuals for marketing sections. Essentials or above.
Browse Illustrations.
Access by plan
Paid plans unlock gated content on tailark.com. OSS kits on oss.tailark.com are always free.
| Plan | Blocks | Illustrations | Pages | CLI access |
|---|---|---|---|---|
| Free | OSS blocks | — | OSS pages | No API key needed for OSS |
| Essentials | All blocks | All illustrations | OSS pages | API key required |
| Complete | All blocks | All illustrations | All pages | API key required |
| Team | All blocks | All illustrations | All pages | API key + org seats |
Compare plans on Pricing. Manage API keys from the Dashboard.
Next steps
- Init generator — set up your project in minutes with a live kit preview
- Quick Setup — install your first block manually
- Project setup — aliases and monorepos
- Theme — CSS variables and dark mode
- Changelog — latest updates