LogoIndieHub
icon of Diverce

Diverce

Diverce helps migrate Next.js projects from Vercel to Cloudflare, converting projects to use @opennextjs/cloudflare and updating configurations.

Introduction

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
  1. Visit the dashboard to see your Vercel Next.js projects
  2. Select the project you want to convert
  3. Configure conversion options:
    • Enable KV Cache (optional)
    • Create a new branch (recommended)
    • Commit and push changes (optional)
  4. Start the conversion process
  5. Follow the logs to monitor progress
  6. Once completed, follow the instructions to deploy to Cloudflare