Docs menu

Framework

React-vite vs Next-app — pick one path; features diverge after this.

react-core

React-vite

  • Runs Vite or React Router depending on Architecture
  • Architecture + Vite linter prompts appear next
  • Feature templates live under templates/react/
next-core

Next-app

  • Runs create-next-app with App Router + src/
  • No Architecture / Vite linter prompts; ESLint always on
  • Feature templates live under templates/next/