A production-ready SaaS starter kit for Next.js 16. Ship your product faster with authentication, payments, and a beautiful UI already built.
npm installCopy the environment template:
cp .env.example .envGenerate a secure AUTH_SECRET:
openssl rand -base64 32Generate Prisma client and run migrations:
npx prisma generate
npx prisma migrate devnpm run devOpen http://localhost:3000