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: Free tier for small user counts, then usage-based per monthly active user, with add-ons for organizations and advanced factors.
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.