Clerk shadcn Registry
shadcn CLI commands that scaffold Clerk auth pages and middleware into a Next.js app
Tier A · StrongRegistryBlock CollectionReferenceclerk.com

Clerk's docs page for its shadcn-compatible registry, plus the registry itself at clerk.com/r. Twelve items are published: a full quickstart block, a sign-in-or-up variant, sign-in / sign-up / waitlist pages, a ClerkProvider wrapper, a theme provider, a header with auth buttons, a layout-with-header, the Clerk middleware file, and two multistep onboarding flows (AIO and custom-flows). Everything targets the Next.js App Router only — there are no React Router, Vue or Remix items.
npx shadcn@latest add https://clerk.com/r/nextjs-quickstart.jsonFor an agent
This is the fastest correct path from an empty Next.js app to working auth: run the nextjs-quickstart item and it drops ClerkProvider, middleware, a header and the sign-in/sign-up routes in one shot, instead of you hand-writing matchers in middleware.ts and getting the public-route regex wrong. Pair it with the Supabase UI blocks only if Supabase is the database and Clerk is the identity provider — do not install both auth blocks or you get two competing session layers. The registry stops at Next.js App Router, so for Vite, React Router or Remix fall back to Clerk's normal SDK docs.
Why it is here. A vendor proving that auth setup — the most error-prone part of a scaffold — can be one shadcn command, which is exactly the shape an agent can execute reliably.
Facts
- License
- Unknown
- Pricing
- Freemium, Free but account required
- Framework
- Next.js, React
- Styling
- Tailwind CSS
- Distribution
- shadcn registry, CLI installer, Hosted SaaS product, npm package
- Platform
- Web
- Content type
- Code, Prose / writing
- Agent readiness
- Machine-readable registry item, CLI installable, llms.txt, Structured documentation
- Accessibility
- Unknown
- Maturity
- Actively maintained
- Pricing detail
- Registry items are free to install; Clerk itself is freemium and requires an account and API keys to run.
- Package
- @clerk/nextjs
Components it ships
12 totalHelps you build
6Notable for
- one-command Next.js auth scaffold
- 12 registry items including waitlist and onboarding
- writes middleware.ts for you
- App Router only
- official Clerk-maintained
Provenance
Verified 2026-08-15. HTTP 200. https://clerk.com/docs/guides/development/shadcn-cli, https://clerk.com/r/registry.json (full 12-item manifest), https://clerk.com/r/nextjs-quickstart.json (200), https://clerk.com/llms.txt
Also in Component Libraries
6- Ark UI · 49 headless components with one API across React, Vue, Solid and Svelte
- Astryx · Meta's open-source React + StyleX design system, 150+ components and 42 templates
- Chakra UI · 114 accessible React components with a token-driven styling system
- Coss UI · Cal.com's design system: 60 Base UI primitives shipped as a shadcn registry
- daisyUI · 68 pure-CSS Tailwind components as semantic class names, MIT, with 35 built-in themes
- GPUI Component · 60+ Rust desktop UI components for GPUI, with a 200K-line code editor and charts