Framework
React-vite vs Next-app — pick one path; features diverge after this.
React-vite
- Runs Vite or React Router depending on Architecture
- Architecture + Vite linter prompts appear next
- Feature templates live under
templates/react/
Next-app
- Runs
create-next-appwith App Router +src/ - No Architecture / Vite linter prompts; ESLint always on
- Feature templates live under
templates/next/