SaaS starters · Rank #38
Next.js SaaS Starter (Vercel)
Get started quickly with Next.js, Postgres, Stripe, and shadcn/ui.
Why this verdict
- No commits in 90 days; last commit 288 days ago.
- Drizzle 0.43.1 declared; latest is 0.45.3 (0.x releases can break).
- Next.js 15 declared; latest is 16 (1 major behind).
- Zod 3 declared; latest is 4 (1 major behind).
- On current major: React, Tailwind CSS.
- Not counted in verdict: Stripe SDK 18 → 22, TypeScript 5 → 7.
Dependency freshness
| Package | Declared | Latest | Status |
|---|---|---|---|
| Stripe SDK stripe | 18.1.0 | 22.6.2 | Behind, not counted |
| TypeScript typescript | 5.8.3 | 7.0.2 | Behind, not counted |
| Drizzle drizzle-orm | 0.43.1 | 0.45.3 | 1 major behind |
| Next.js next | 15.6.0-canary.59 | 16.3.6 | 1 major behind |
| Zod zod | 3.24.4 | 4.6.5 | 1 major behind |
| React react | 19.1.0 | 19.3.0 | Current |
| Tailwind CSS tailwindcss | 4.1.7 | 4.3.3 | Current |
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
- Payments
- Stripe
- Database / ORM
- Drizzle, Postgres.js
Detected from declared dependencies. A listed package means it's installed, not necessarily fully wired up.
What the README says you get
- AuthEmail/password login
Email/password authentication with JWTs stored to cookies
- AuthRoute protection
Global middleware to protect logged-in routes
- AuthSchema validation
Local middleware to protect Server Actions or validate Zod schemas
- BillingCustomer portal
Subscription management with Stripe Customer Portal
- BillingWebhook handling
Listen for Stripe webhooks locally through their CLI
- DataUser seeding
Run the database migrations and seed the database with a default user and team
- UIMarketing landing page
Marketing landing page with animated Terminal element
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; 1 unverifiable item was discarded. A README claim is the maker's description, not something we tested.