Authentication
Clerk integration with middleware protection
Pre-configured auth with sign-in/sign-up pages and protected dashboard routes.
Database
Prisma + PostgreSQL ready
Prisma ORM configured with an initial schema. Add your DATABASE_URL, then create your first migration.
UI Components
shadcn/ui with Tailwind v4
Button, Card, Badge, Alert, and Separator components included.
Ready to go!
Copy `.env.example` to `.env`, add your Clerk keys, and run `npm run dev`.