About This Starter

This is a production-ready Next.js starter template with modern tooling and best practices.

Features

  • Next.js 16 - Latest App Router with Server Components
  • TailwindCSS v4 - Modern utility-first CSS framework
  • Supabase - Authentication and database
  • Protected Routes - Middleware-based authentication
  • Google Gemini AI - AI integration ready

Route Examples

Public Pages

  • / - Landing page
  • /about - This page

Protected Pages

  • /dashboard - User dashboard
  • /settings - User settings

API Routes

  • /api/public/* - Public endpoints
  • /api/protected/* - Protected endpoints
  • /api/ai/gemini - AI integration

Getting Started

Check the README.md file for setup instructions and configuration details.