Next.js vs Nuxt

React vs Vue meta.

Overview

Next.js and Nuxt are the two leading meta-frameworks for React and Vue respectively. They solve the same problem (server-side rendering, file-based routing, integrated build tooling, deploy adapters) on different underlying frameworks. The right answer is almost always determined by which underlying framework the team writes already.

The approach

Workload-driven choice, per-team operational fit considered, documented rationale per app. The discipline is matching the meta-framework to the team's existing framework expertise rather than choosing the trendier option.

Why this compounds

The right meta-framework choice compounds across years. Component libraries and design systems align with the framework; team expertise deepens; cross-app patterns get reused. By year two the framework choice is automatic and the team's velocity reflects the alignment.