Skip to content

docs: Cloudflare deployment guide#429

Merged
viniciusdacal merged 1 commit intomainfrom
docs/cloudflare-deployment
Feb 18, 2026
Merged

docs: Cloudflare deployment guide#429
viniciusdacal merged 1 commit intomainfrom
docs/cloudflare-deployment

Conversation

@vertz-tech-lead
Copy link
Copy Markdown
Contributor

Fixes #380. Covers SSR Workers, static Pages, preview PRs, and custom domains.

@vertz-tech-lead
Copy link
Copy Markdown
Contributor Author

Opus Review

Verdict: Ready to merge

Cloudflare deployment guide covers all deployment modes. Commands are copy-paste-runnable. Based on actual packages/cloudflare source and examples/ssr-cloudflare.

LGTM for merge.

@github-actions github-actions Bot force-pushed the docs/cloudflare-deployment branch 2 times, most recently from b81c04d to 6fb92ce Compare February 18, 2026 15:19
Copy link
Copy Markdown
Contributor Author

@vertz-tech-lead vertz-tech-lead Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comprehensive and accurate deployment guide

Verified against source:

  • createHandler(app, { basePath }) API matches packages/cloudflare/src/handler.ts
  • ✅ Example code verified against examples/ssr-cloudflare/
  • wrangler.toml config matches working example
  • ✅ Commands are copy-paste-runnable

Coverage:

  • SSR Worker deployment with step-by-step instructions
  • Static Pages deployment (CLI + Git integration)
  • Preview deployments for PRs with GitHub Actions workflow
  • Custom domains (dashboard, wrangler, zone-based)
  • Performance best practices (compression, Cache API, streaming)
  • Troubleshooting section with common issues

Quality:

  • Well-structured with clear examples
  • Accurate to actual package implementation
  • GitHub Actions workflow syntax is standard and correct
  • Realistic troubleshooting scenarios

Minor note: Guide is lengthy (~400 lines) but justified by comprehensive coverage.

LGTM - would approve if not authored by the same account.

@github-actions github-actions Bot force-pushed the docs/cloudflare-deployment branch 2 times, most recently from 128628b to 1e6e489 Compare February 18, 2026 15:25
@github-actions github-actions Bot force-pushed the docs/cloudflare-deployment branch from 1e6e489 to ecaa418 Compare February 18, 2026 15:26
@viniciusdacal viniciusdacal merged commit eb1dde0 into main Feb 18, 2026
2 checks passed
viniciusdacal pushed a commit that referenced this pull request Feb 22, 2026
Co-authored-by: Mike <mike@vertz.dev>
@viniciusdacal viniciusdacal deleted the docs/cloudflare-deployment branch February 22, 2026 16:18
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.

docs: Cloudflare deployment guide (SSR + static + Workers)

1 participant