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-clerk-provider

Clerk Provider (App Router)

clerk/nextjs-clerk-provider
FreeComponent

The <ClerkProvider> component is required to integrate Clerk into your React application, providing session and user context to Clerk's hooks and components.

Install it

npx shadcn@latest add https://clerk.com/r/nextjs-clerk-provider.json

Source

nextjs/common/clerk-provider/clerk-provider.tsxclerk.com/r/nextjs-clerk-provider.json
1import { ClerkProvider as ClerkNextJSProvider } from '@clerk/nextjs';
2import { shadcn } from '@clerk/ui/themes';
3
4type ClerkProviderProps = React.ComponentProps<typeof ClerkNextJSProvider>;
5
6export function ClerkProvider({ children, appearance, ...props }: ClerkProviderProps) {
7 return (
8 <ClerkNextJSProvider
9 appearance={{
10 theme: shadcn,
11 ...appearance,
12 }}
13 {...props}
14 >
15 {children}
16 </ClerkNextJSProvider>
17 );
18}

What it pulls in

npm packages

  • @clerk/nextjs
  • @clerk/ui

Files it writes

  • nextjs/common/clerk-provider/clerk-provider.tsx

Facts

Registry
clerk
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-02
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
Header Componentnextjs-headerclerkComponentsFree1 dep
Theme Providernextjs-theme-providerclerkComponentsFree1 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