Full-stack starters · Rank #28
Next.js Session Auth Template
Next.js starter template featuring session-based auth, drizzle-orm, tailwind, shadcn ui, stripe, react-email etc.
Why this verdict
- No commits in 90 days; last commit 614 days ago.
- Next.js 14 declared; latest is 16 (2 majors behind).
- Drizzle 0.32.1 declared; latest is 0.45.3 (0.x releases can break).
- React 18 declared; latest is 19 (1 major behind).
- Tailwind CSS 3 declared; latest is 4 (1 major behind).
- tRPC 10 declared; latest is 11 (1 major behind).
- Zod 3 declared; latest is 4 (1 major behind).
- Not counted in verdict: Stripe SDK 14 → 22, TypeScript 5 → 7.
Check before you commit
- Two or more breaking releases behind on a core dependency.
Dependency freshness
| Package | Declared | Latest | Status |
|---|---|---|---|
| Stripe SDK stripe | 14.25.0 | 22.6.2 | Behind, not counted |
| Next.js next | 14.2.5 | 16.3.6 | 2 majors behind |
| TypeScript typescript | 5.5.4 | 7.0.2 | Behind, not counted |
| Drizzle drizzle-orm | 0.32.1 | 0.45.3 | 1 major behind |
| React react | 18.2.0 | 19.3.0 | 1 major behind |
| Tailwind CSS tailwindcss | 3.4.7 | 4.3.3 | 1 major behind |
| tRPC @trpc/server | 10.45.2 | 11.19.0 | 1 major behind |
| Zod zod | 3.23.8 | 4.6.5 | 1 major behind |
Declared = lowest version the kit's package.json allows. Latest = npm "latest" tag. TypeScript and the Stripe SDK are shown but not counted in the verdict.
What's in the stack
- Framework
- Next.js
- Auth
- Lucia
- Payments
- Stripe
- Database / ORM
- Drizzle, Postgres.js, node-postgres
- Nodemailer, React Email
- API layer
- tRPC, TanStack Query
- Testing
- Playwright
Detected from declared dependencies. A listed package means it's installed, not necessarily fully wired up.
What the README says you get
- AuthCredential & OAuth auth
Support for Credential and OAuth authentication.
- BillingStripe subscriptions
Setup user subscriptions seamlessly with stripe.
- DataPostgreSQL database
Utilize a PostgreSQL database set up using Drizzle for enhanced performance and type safety.
- DataDatabase migration script
Included migration script to extend the database schema according to your project needs.
- EmailEmail verification
Verify user identities through email.
- EmailPassword reset links
Streamline password resets by sending email password reset links.
- TestingE2E testing
Catch every issue before your users do with comprehensive E2E testing.
Extracted from the kit's README by a local AI model (qwen3.5:4b) on Sep 26, 2026. Every item is checked against an exact README quote. A README claim is the maker's description, not something we tested.