Project Structure Guide
Understand the folder and file structure generated by BuiltStack.
- apps/: Contains your main applications (web, docs, etc.).
- packages/: Shared code, UI components, configs, and utilities.
- public/: Static assets like images and logos.
- app/: Next.js app directory (routes, pages, components).
- bin/: CLI entry points and scripts.
Each folder is modular and can be extended as your project grows.