Platform Guide
Gemba Flow supports multiple deployment platforms. Your choice is stored
in .claude/PROJECT.md and read by the devops-engineer and
system-architect agents.
Supported platforms
| Platform | Best for | Free tier | Preview envs |
|---|---|---|---|
| Render (default) | Full-stack web apps, APIs | Yes | Built-in |
| Cloudflare | Edge computing, static sites | Yes | Workers |
| Vercel | Frontend apps, Next.js | Yes | Automatic |
| GCP (Cloud Run) | Containerized apps, serverless backends | Yes | Manual |
| AWS (coming soon) | — | — | — |
Default: Render
The template ships configured for Render. render.yaml defines the
service with preview environments enabled. deploy.yml deploys to
Render on merge to main. preview-deploy.yml manages preview
environments. rollback-production.yml rolls back via the Render API.
Switching platforms
- Update
.claude/PROJECT.mdwith the new platform. - Replace the platform-specific workflows:
deploy.yml,preview-deploy.yml,preview-cleanup.yml. - Update
render.yaml/vercel.jsonas needed. - Update repository secrets in GitHub settings.
Last updated on