BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/clerk/nextjs-quickstart-sign-in-or-up

Clerk Next.js Quickstart — Sign-in-or-up (App Router)

clerk/nextjs-quickstart-sign-in-or-up
FreeBlock

A minimal Clerk quickstart for Next.js App Router with a single combined sign-in-or-up page (no separate sign-up route).

Install it

npx shadcn@latest add https://clerk.com/r/nextjs-quickstart-sign-in-or-up.json

Source

nextjs/common/layout-with-header/layout-with-header.tsxclerk.com/r/nextjs-quickstart-sign-in-or-up.json
1import { ClerkProvider } from '@/components/clerk-provider';
2import { Header } from '@/components/header';
3import { ThemeProvider } from '@/components/theme-provider';
4import type { Metadata } from 'next';
5import { Geist, Geist_Mono } from 'next/font/google';
6import { cn } from '@/lib/utils';
7import './globals.css';
8
9const geist = Geist({
10 variable: '--font-sans',
11 subsets: ['latin'],
12});
13
14const geistMono = Geist_Mono({
15 variable: '--font-mono',
16 subsets: ['latin'],
17});
18
19export const metadata: Metadata = {
20 title: 'Clerk Next.js Quickstart',
21 description: 'Generated by create next app',
22};
23
24export default function RootLayout({
25 children,
26}: Readonly<{
27 children: React.ReactNode;
28}>) {
29 return (
30 <html
31 lang='en'
32 className={cn('h-full', geist.variable, geistMono.variable)}
33 suppressHydrationWarning
34 >
35 <body className='flex min-h-full flex-col antialiased'>
36 <ClerkProvider>
37 <ThemeProvider
38 attribute='class'
39 defaultTheme='system'
40 enableSystem
41 disableTransitionOnChange
42 >
43 <Header />
44 {children}
45 </ThemeProvider>
46 </ClerkProvider>
47 </body>
48 </html>
49 );
50}

What it pulls in

npm packages

  • @clerk/nextjs
  • @clerk/ui
  • next-themes

Other registry items

  • button
  • @clerk/nextjs-clerk-provider
  • @clerk/nextjs-middleware
  • @clerk/nextjs-theme-provider
  • @clerk/nextjs-header
  • @clerk/nextjs-layout-with-header

Files it writes

  • nextjs/common/layout-with-header/layout-with-header.tsx
  • nextjs/aio/quickstart-sign-in-or-up/sign-in.tsx

Facts

Registry
clerk
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
In the index
at or before 2026-08-08
Last confirmed
today

Go to the source

clerk.com Raw registry item This item as JSON

More from clerk

All 12 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Multistep Onboarding Flow (AIO)nextjs-aio-multistep-onboardingclerkBlocksFree5 deps · 6 files
Multistep Onboarding Flownextjs-custom-flows-multistep-onboardingclerkBlocksFree8 deps · 5 files
Layout with Headernextjs-layout-with-headerclerkBlocksFree3 deps
Clerk Next.js Quickstart (App Router)nextjs-quickstartclerkBlocksFree3 deps · 3 files
Clerk Next.js Sign In Page (App Router)nextjs-sign-in-pageclerkBlocksFree1 dep
Clerk Next.js Sign Up Page (App Router)nextjs-sign-up-pageclerkBlocksFree2 deps
Clerk Next.js Waitlist Page (App Router)nextjs-waitlist-pageclerkBlocksFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex