Should I use Next.js or React for an MVP?
Short answer
React is the UI library. Use Next.js if you have public pages, SEO, or want marketing + app in one repo. A Vite React SPA is fine for a login-only dashboard.
Production is auth, data, and ops — not the framework logo. Next.js is our default because it is hireable and ships SSR when Google should see the page.