Project Structure
While Boottify supports any project structure, following these conventions ensures optimal performance and compatibility.
Recommended Structure
my-app/
├── src/ # Application source code
├── public/ # Static assets
├── package.json # Dependencies and scripts
├── .env.local # Local environment variables (not committed)
└── README.md # Project documentation
Build Output
Boottify looks for build output in standard directories:
.next/for Next.jsdist/for Vite/Reactbuild/for Create React App
Configuration Files
Framework-specific config files are auto-detected: next.config.js, vite.config.ts, tsconfig.json, etc.