src/ ├── app/ │ ├── (marketing)/ # Public pages (login, signup) │ ├── (protected)/ # Authenticated app area │ └── api/ # API routes ...