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 @tailark with 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.

NamespaceHostAuthContent
@tailark-ossoss.tailark.comNoneMist, Dusk, Veil blocks & pages
@tailarktailark.comAPI keyQuartz blocks, illustrations, and pages
UI base@tailark-oss URL@tailark URL
Base UI (default)oss.tailark.com/r/{name}.jsontailark.com/r/{name}.json
Radix UIoss.tailark.com/r/radix/{name}.jsontailark.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.

PlanBlocksIllustrationsPagesCLI access
FreeOSS blocksOSS pagesNo API key needed for OSS
EssentialsAll blocksAll illustrationsOSS pagesAPI key required
CompleteAll blocksAll illustrationsAll pagesAPI key required
TeamAll blocksAll illustrationsAll pagesAPI key + org seats

Compare plans on Pricing. Manage API keys from the Dashboard.

Next steps