🚀 GUTH Boilerplate
Your Next.js 15 full-stack starter is ready. Clone this project to start building your GUTH Suite application.
Authentication
NextAuth.js with secure credential-based authentication
Stripe Integration
Complete payment system with subscriptions and webhooks
GDPR Compliant
Soft-delete, data export, and account reactivation
Tech Stack
Next.js 15React 18TypeScriptPrismaPostgreSQLTailwind CSSshadcn/uiReact Query
Next Steps
- ✅ Configure your database in .env.local
- ✅ Run `yarn prisma generate` to generate Prisma client
- ✅ Run `yarn migrate:dev` to create database tables
- ✅ Create your NextAuth configuration in pages/api/auth/[...nextauth].ts
- ✅ Add your business logic and pages