@solvedgg/deploy-* — not a post-build OpenNext adapter.
What deploy is for
- Init-time Cloudflare wiring —
deploy create/deploy initinstead of bolting on an adapter after the fact - Vercel-like verbs —
deploy,env,link,whoami,logs,dev,check - Owned runtime + build —
@solvedgg/deploy-runtimeand@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 Zig0.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.- Product site: deploy.pm.solved.gg
- Suite hub: pm.solved.gg
- Source: github.com/solvedggorg/deploy
- Org overview: solved.gg/projects
What to expect next in these docs
- Install packages and PATH setup
- Create vs init walkthroughs
- Compat matrix reference
- Runtime and build package APIs
- Env, secrets, and production checklist