Authentication isn't set up yet

Add your Clerk keys to the environment, then restart the app:

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_…
CLERK_SECRET_KEY=sk_…
CLERK_WEBHOOK_SECRET=whsec_…

Keys live at dashboard.clerk.com → API keys. Full setup: docs/SETUP.md.