Clerk is the default pick for adding auth to a modern web app without spending a sprint on it. The React/Next.js components drop in fast, organizations are a first-class primitive (not a bolt-on), and the dashboard handles the UX 90% of teams would build themselves. The trade is the per-MRU pricing, at scale it gets expensive and the lock-in is real. For everything from prototype to series-A SaaS, Clerk is the pick.
- Drop-in React components with prebuilt UI, sign-in, sign-up, user button
- Organizations + roles + permissions are first-class, not a bolt-on
- Deep Next.js integration, middleware, server components, route handlers
- SCIM, SAML, MCP Auth, and API Keys covered without separate products
- 50K MRU free tier, covers most apps before paying anything
- $0.02/MRU after 50K free adds up fast at scale
- Lock-in is real, migrating off means rewriting your auth layer
- B2B add-ons ($85-100/mo) for unlimited org members
- Hosted dashboard means you don't own the user data shape
- Newer pricing model (MRU vs MAU) takes some math to compare
Clerk is an authentication and user management platform built around drop-in React components and a hosted dashboard. The wedge is speed: a Next.js app can have working sign-in, sign-up, user profile management, and organizations in under an hour, with a UI that looks production-grade without any styling work.
Where it fits
Clerk is the right pick for any web team that wants auth done in an afternoon, startups, indie builders, and B2B SaaS that needs organizations, roles, and SCIM without building it from scratch. The React + Next.js story is the deepest on the market (middleware, server components, route handlers all covered).
For B2B SaaS specifically, organizations are a first-class primitive, users belong to orgs, orgs have roles, the dashboard includes invite flows and verified domains. This is what most teams end up half-building on top of Auth0 or Supabase Auth.
Avoid Clerk when the auth model is genuinely simple (one-user apps), when you need full data ownership, or when per-MRU pricing makes the math nonviable at your projected scale.
Pricing in practice
Hobby is free with 50K MRU (monthly retained users) per app, enough for most prototypes and small production apps. Pro is $25/month (or $20 billed annually) with 50K MRU included, then $0.02/user/month from 50K to 100K, declining to $0.012 at 10M+. Business is $300/month with 10 dashboard seats and the same MRU pricing. Enterprise is custom with 99.99% SLA.
The B2B add-on for unlimited org members is $85-100/month on top of the base plan. API Keys are usage-billed at $0.001 per key creation and $0.00001 per verification after generous free tiers.
How it compares
Auth0, Enterprise incumbent (Okta-owned) with broad protocol support and compliance certifications. Pick when enterprise procurement matters more than DX.
Better Auth, Open-source TS-native auth library you run yourself. Pick when you want full data ownership and the flexibility to extend the auth layer in code.
WorkOS, Enterprise-readiness platform, SSO, SCIM, audit logs, AuthKit. Pick when your B2B customers need enterprise SSO and you don’t want to build it.
Kinde, Affordable auth-as-a-service with a flat per-MAU price. Pick when Clerk’s pricing model doesn’t fit your projected scale.
Latest news
Clerk Billing added per-seat pricing on 2026-06-10, closing the tier shape for B2B SaaS apps that charge per active user rather than a flat plan price; existing flat-plan customers can migrate without rewiring their Stripe wiring. The release follows Application Logs in May 2026, which added filtering across auth, billing, and org events for cross-surface observability. The Clerk CLI landed in April 2026 with init, config, and api commands; deploy is on the roadmap. API Keys went GA in April 2026 with usage-based pricing, completing the machine-auth surface alongside JWTs. Directory Sync (SCIM) reached GA in April 2026 with custom attribute mapping and groups-to-roles, included free with enterprise connections.
Sources
- Clerk Changelog, clerk.com, May 2026
- Clerk Pricing, clerk.com
- Clerk Docs, clerk.com
- Directory Sync GA, clerk.com, April 2026