A production-ready starter template with authentication, database, email, and storage. Built with best practices for Next.js 16 and React 19.
# Clone and install
git clone https://github.com/your-repo/nextjs-starter-template
cd nextjs-starter-template
pnpm install
# Configure environment
cp .env.example .env.local
# Setup database
pnpm db:push
# Start development
pnpm dev