Cloudflare OpenNext Deploy Next.js applications to Cloudflare Workers using the adapter with full support for App Router, Pages Router, ISR, SSG, and Cloudflare bindings. When to Use - Creating new Next.js apps for Cloudflare Workers - Migrating existing Next.js apps to Cloudflare - Configuring ISR/SSG caching with R2, KV, or D1 - Accessing Cloudflare bindings (KV, R2, D1, Durable Objects, AI) - Using databases and ORMs (Drizzle, Prisma) in Next.js - Troubleshooting deployment issues or bundle size problems Getting Started New App Existing App Migration Core Concepts How OpenNext Works The ad…