Skip to content

Migrate from Vercel to Cloudflare Workers - #10

Merged
radiumcoders merged 1 commit into
mainfrom
feat/cloudflare-workers
Aug 7, 2026
Merged

Migrate from Vercel to Cloudflare Workers#10
radiumcoders merged 1 commit into
mainfrom
feat/cloudflare-workers

Conversation

@radiumcoders

Copy link
Copy Markdown
Owner

Summary

  • Deploy the Next.js docs site via @opennextjs/cloudflare + Wrangler (pnpm cf:deploy / GitHub Actions)
  • Replace next/og apple-icon and opengraph-image routes with static PNGs so the Worker fits the free-plan 3 MiB gzip limit
  • Add Windows junction patch for OpenNext, NEXT_PRIVATE_MINIMAL_MODE for Workers runtime, and deploy docs/scripts

Test plan

  • pnpm install && pnpm cf:deploy succeeds
  • https://23rd-dev.radiumcoders.workers.dev/docs returns 200
  • /api/search?query=gooey returns results
  • Confirm NEXT_PUBLIC_DATABUDDY_CLIENT_ID is set on the Worker
  • (Optional) Attach custom domain 23rd.dev and cut over DNS from Vercel

Use OpenNext with Wrangler for deploys, swap OG/icon routes to static PNGs to fit the free Worker size limit, and add a Windows junction patch plus CI workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
23rd-dev Error Error Aug 6, 2026 4:36pm

@cursor

cursor Bot commented Aug 6, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@radiumcoders
radiumcoders merged commit 87fdc7c into main Aug 7, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant