SOLE CODING / practical software craft

Deploying Next.js to Cloudflare Workers

· 1 min read

Vercel's Hobby tier prohibits commercial use. This site promotes products, so the free tier was never legitimately available — the real choice was $20/month for Vercel Pro or Cloudflare's free tier, which permits commercial use.

What the adapter does

@opennextjs/cloudflare compiles a Next.js build into a Worker plus a static asset bundle. Static assets are served free and do not count against the 100,000 requests per day limit.

What it costs you

The adapter's supported Next.js range has gaps, so both packages are pinned to exact versions. Upgrading either is a deliberate change with a deploy check, not a pnpm update.