JOURNAL
Back ↩
2026-01-08

Deploying to Cloudflare Pages

Notes on adapting a Next.js App Router site to Cloudflare Pages.

Cloudflare Pages is a great fit for static-first sites:

  • Fast global edge
  • Simple previews
  • Minimal ops overhead

When you need Next.js compatibility, OpenNext (@opennextjs/cloudflare) bridges the gap.