Diverce
A tool for converting Next.js projects from Vercel to Cloudflare.
What it does
Diverce helps you migrate your Next.js projects from Vercel to Cloudflare by:
- Converting your project to use
@opennextjs/cloudflare
- Creating/updating
wrangler.jsonc
configuration - Removing any references to
@cloudflare/next-on-pages
or edge runtime - Updating
package.json
scripts for Cloudflare deployment - Adding necessary configuration files
Prerequisites
- Node.js 18+
- A Vercel account with Next.js projects
- A Cloudflare account
Usage
- Visit the dashboard to see your Vercel Next.js projects
- Select the project you want to convert
- Configure conversion options:
- Enable KV Cache (optional)
- Create a new branch (recommended)
- Commit and push changes (optional)
- Start the conversion process
- Follow the logs to monitor progress
- Once completed, follow the instructions to deploy to Cloudflare