What problem does it solve?
It eliminates the risk and effort of upgrading a Next.js app across breaking changes by guiding you through the correct migration order and automated codemods.
Core Features & Use Cases
- Version-aware upgrade planning: Reads package.json to identify the current Next.js version and selects the applicable migration steps, including incremental upgrades across major versions.
- Guided codemods automation: Fetches official Next.js upgrading guidance and suggests codemods to automate common breaking changes for specific versions.
- Dependency and testing verification: Updates Next.js and related React dependencies together, then validates the result with build and runtime checks.
Use Case: You’re moving a production App Router project from an older Next.js major version to the latest release and want confidence that breaking changes (like API shifts) are handled before deployment.
Quick Start
Ask the AI to upgrade your project to the latest Next.js version using the official migration guides and Next codemods, then verify the upgrade with a build and dev run.