The apps/app directory contains the core SaaS application built on Next.js. It wires together authentication, real-time data, AI chat, billing, and collaboration.
The primary application your users interact with. It splits into authenticated and unauthenticated route groups, so public pages and protected dashboards coexist in the same codebase.