
Clerk
registry.directory/clerk/javascript
The easiest way to add authentication and user management to your application. Purpose-built for React, Next.js, Remix, and The Modern Web.
npx shadcn@latest add @clerk/nextjs-quickstart
# works for any of the 12 items in this registry
Featured
nextjs-quickstart
A quickstart for Next.js App Router with Clerk authentication.
nextjs-aio-multistep-onboarding
A multistep onboarding flow using Clerk's prebuilt <SignIn> component with embedded session tasks.
nextjs-custom-flows-multistep-onboarding
A custom sign-up and sign-in onboarding flow using Clerk's useSignIn and useSignUp hooks with animated step transitions.
nextjs-clerk-provider
The <ClerkProvider> component is required to integrate Clerk into your React application, providing session and user context to Clerk's hooks and components.
nextjs-theme-provider
A theme provider component using next-themes for dark mode support.
nextjs-header
A header component with Clerk authentication buttons and user button.