1. Clerk
Visit →Drop-in hosted auth with prebuilt sign-in components, so you ship login on day one instead of building it.
Cost shape: Generous free tier measured in monthly retained users, then paid plans that bill per retained user above the included allowance, with paid add-ons for organizations, admin tooling and billing.
Strengths
- ✓Prebuilt sign-in, sign-up and profile components mean almost no UI work.
- ✓Organizations, invitations and roles are built in rather than bolted on later.
- ✓Middleware helpers make protecting Next.js routes close to a one-liner.
Tradeoffs
- ✗Users live in Clerk, so joining auth data to your own tables needs syncing.
- ✗The prebuilt components fight you once your design diverges from theirs.
- ✗Per-active-user pricing scales with growth even when auth stays trivial.