Tell OpenCode a domain. It runs DNS recon, extracts brand colors, builds a prospect-specific developer-platform page, and deploys it to a public Cloudflare Pages URL. Same workflow used to ship kirkland-on-cloudflare.pages.dev, amperity-on-cloudflare.pages.dev, and a dozen others.
Download all three, or click Preview to read inline. Right-click + Save As if your browser auto-opens any of them.
The README has the full walkthrough — here's the 30-second version.
curl -fsSL https://opencode.ai/install | bash
curl -fsSL https://bun.sh/install | bash && ~/.bun/bin/bun install -g wrangler
~/.zshrc. Get the token at dash.cloudflare.com/profile/api-tokens.
export CLOUDFLARE_API_TOKEN="..." && export CLOUDFLARE_ACCOUNT_ID="..."
mkdir -p ~/.config/opencode && mv AGENTS.md ~/.config/opencode/
opencode, then say "build a developer platform website for https://prospect.com".
Loading...