What problem does it solve?
Upgrading Next.js projects to the latest major/minor versions can be error-prone due to breaking changes, deprecated APIs, and compatibility requirements across React and related tooling.
Core Features & Use Cases
- Guided version upgrades: Determines the current Next.js and React versions and suggests a safe upgrade path through incremental steps.
- Automated codemods & dependency updates: Runs official codemods and updates Next.js, React, and React DOM to compatible versions.
- Manual review checkpoints: Highlights breaking changes and config changes to adjust next.config.js or TypeScript types as needed.
- Use Case: You have a Next.js project stuck on v13 and need to reach v15 with minimal manual changes.
Quick Start
Upgrade your Next.js project to the latest version by following the plan and running the codemods and dependency updates as directed.