A production-ready starter template with Next.js 15.3, Supabase, TypeScript, Tailwind CSS v4, and shadcn/ui components.
# Clone the repository git clone https://github.com/your-repo/nextjs-supabase-starter.git # Install dependencies npm install # Set up environment variables cp .env.example .env.local # Start development server npm run dev