Code migrations at lightning speed.

Save days of manual work by running open-source automation recipes to automate framework upgrades, such as Next.js, right from your IDE or CLI.

Next.js App Router Migration

Migrate from Next.js V12 Pages Router to the latest V14 App Router.

Next.js V12 Pages Router → V14 App Router

Migrate from Next.js V12 Pages Router to the latest V14 App Router.

V12 Pages Router
V14 App Router

Next.js App Router Migration

Migrate from Next.js V12 Pages Router to the latest V14 App Router.

V12 Pages Router
V14 App Router

Next.js App Router Migration

Migrate from Next.js V12 Pages Router to the latest V14 App Router.

V12 Pages Router → V14 App Router Migration

Migrate from Next.js V12 Pages Router to the latest V14 App Router.

V12 Pages Router
V14 App Router

Next.js App Router Migration

Migrate from Next.js V12 Pages Router to the latest V14 App Router.

Automated migrations, one framework at a time.

Bring your Next.js project and run the following automations with just one click directly in VS Code (for CLI, click here).

Pages-to-App Router Recipe.

The App Router Recipe is a set of codemods that assist you with the pages-to-app migration process.

Run codemod →

App Controller Router Props Codemod + More.

This codemod replaces all occurrences of this.currentRouteName with this.router.currentRouteName and this.currentPath with this.router.currentPath.

Run codemod →
Coming Soon.
Upvote