Clerk Next.js Waitlist Page (App Router)

Previous

A waitlist page for Next.js App Router with Clerk authentication.

Docs
clerkpage

Preview

Loading preview…
nextjs/aio/default/pages/waitlist-page.tsx
import { Waitlist } from '@clerk/nextjs';

export default function WaitlistPage() {
  return (
    <div className='bg-muted flex w-full flex-1 items-center justify-center p-6 md:p-10'>
      <Waitlist />
    </div>
  );
}

Installation

npx shadcn@latest add @clerk/nextjs-waitlist-page

Usage

Usage varies by registry entry. Refer to the registry docs or source files below for details.