Step 1 one time only
gws init # we learn your project
- Scans your repo. Detects services, frameworks, databases. Generates Dockerfiles, Kubernetes manifests, and AI agent instructions automatically. You touch nothing.
STEP 2
gws up # everything starts
- Your full stack spins up locally: frontend, backend, database, HTTPS, routing. One URL. Ready in seconds. Production parity, without the production.
STEP 3 optional
gws up -w feature-x # spin up a parallel environment
- Need to work on two features at once? Hand off a worktree to an AI agent? Run E2E tests in isolation? Each worktree gets its own full environment on the same cluster. No conflicts. No teardowns.


