Everything you need to build a production ready SaaS, it's a opinionated stack based on my knowledge I had at the time.
Note
This project is a long term experiment. It's still under development and not ready for production.
Next.js 15 - Framework
Vercel - Deployments
Biome - Linter, formatter
TailwindCSS - Styling
Shadcn - UI components
next-themes - Theme manager
TypeScript - Type safety
NeonDB - Serverless Postgres
Drizzle - ORM
Better Auth - Authentication
Stripe - Payment
Resend - Email delivery
- Setup the Better Auth with Postgres
- Reset Password, Email Verification (resend) and Oauth signin
- Billing and Payments with Stripe
- Add Dashboard Page
- Revamp login page