Skip to main content
deploy is a Zig CLI that wires Next.js → Cloudflare Workers when you create or adopt an app. It rewrites configs, patches dependencies, generates wrangler, and ships through an owned Workers runtime under @solvedgg/deploy-* — not a post-build OpenNext adapter.

What deploy is for

  • Init-time Cloudflare wiringdeploy create / deploy init instead of bolting on an adapter after the fact
  • Vercel-like verbsdeploy, env, link, whoami, logs, dev, check
  • Owned runtime + build@solvedgg/deploy-runtime and @solvedgg/deploy-build (original code, not a rebrand)
  • Honest compat — supported / partial / unsupported tracked in a living matrix; unsupported features fail closed unless you force

How it maps

Install (from source)

Requires Zig 0.16+.

Quick start

CLI surface

Common flags: --force, --yes, --name, --account-id, --rewrite-next-config.

Milestones

How it fits the suite

Status

deploy is in early access. Build from source; package install channels will be documented here when published.

What to expect next in these docs

  1. Install packages and PATH setup
  2. Create vs init walkthroughs
  3. Compat matrix reference
  4. Runtime and build package APIs
  5. Env, secrets, and production checklist
Questions or early access: intake@solved.gg.

Related topics

Introduction