Skip to Content
ReferencePlatform Guide

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

PlatformBest forFree tierPreview envs
Render (default)Full-stack web apps, APIsYesBuilt-in
CloudflareEdge computing, static sitesYesWorkers
VercelFrontend apps, Next.jsYesAutomatic
GCP (Cloud Run)Containerized apps, serverless backendsYesManual
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

  1. Update .claude/PROJECT.md with the new platform.
  2. Replace the platform-specific workflows: deploy.yml, preview-deploy.yml, preview-cleanup.yml.
  3. Update render.yaml / vercel.json as needed.
  4. Update repository secrets in GitHub settings.
Last updated on