This Nitro server ships with example routes so you can verify the stack quickly:
GET /api/health returns a simple status payload.ALL /api/auth/* is handled by better-auth (email/password, social, organizations).GET /api/me is a protected route returning the current session (401 when signed out).Replace these routes with your project-specific logic and keep the structure (api, app, db, workers) as the foundation.