Skip to main content
Whim is a cloud dev workspace that lets you run AI coding agents — like Claude Code, Codex, and OpenRouter models — in isolated cloud containers. Instead of running agents locally on your laptop, Whim gives each task its own sandboxed Ubuntu environment with full shell access, git branch isolation, and real-time terminal streaming.
Whim is designed for developers and teams who use AI coding agents as part of their daily workflow. If you’ve been running Claude Code or Codex locally, Whim lets you do the same thing in the cloud — with parallelism, collaboration, and zero local setup.

Why Whim?

Cloud-native

No local setup required. Connect your repo, write a prompt, and your AI agent starts working in a secure cloud container — accessible from any device.

Parallel tasks

Run multiple tasks simultaneously. Try different approaches, work on separate features, or let an orchestrator coordinate a squad of agents — all without them stepping on each other’s toes.

Multi-model support

Choose from 10+ AI models including Claude, GPT, Gemini, Grok, and DeepSeek. Use your own API keys or your existing Claude Pro/Team subscription.

Real-time collaboration

Watch agent terminals live, share workspaces with your team, use live cursors, comments, and voice chat — like Figma meets Discord for AI coding.

How it works

Every task in Whim runs in its own isolated Fly.io container with:
  • Its own git branch — no conflicts between parallel tasks
  • Full shell access — run commands alongside the AI agent
  • Live previews — shareable URLs for running web apps
  • Multi-pane layouts — arrange terminals, previews, and file views side by side
┌─────────────────────────────────────────┐
│              Your Workspace             │
│  (linked to a GitHub repo)              │
│                                         │
│  ┌─────────┐  ┌─────────┐  ┌────────┐  │
│  │ Task A  │  │ Task B  │  │ Task C │  │
│  │ Claude  │  │ Codex   │  │ Claude │  │
│  │ feat/ui │  │ fix/api │  │ refact │  │
│  └─────────┘  └─────────┘  └────────┘  │
│  Each task = isolated container         │
│  + own branch + own terminal            │
└─────────────────────────────────────────┘

How is this different from running agents locally?

LocalWhim
SetupInstall CLI, configure API keys, manage dependenciesSign in with GitHub, connect repo, start building
ParallelismOne agent at a time (or complex local orchestration)Unlimited parallel tasks, each in its own container
Branch isolationManual branch managementAutomatic — every task gets its own branch
CollaborationScreen share or pair locallyLive terminals, cursors, comments, and voice chat
DeviceTied to your laptopAny browser, any device, including mobile
EnvironmentYour local machineClean, sandboxed Ubuntu container every time

Pricing

Whim uses Compute Units (CUs) to measure usage — a combination of container runtime and AI token consumption. Plans include:
  • Trial — Free to start, no credit card required
  • Pro — For individual developers who want more capacity
  • Team — For teams with shared workspaces and collaboration features
All plans include the same core features. Higher tiers provide more CUs per week. Annual billing is available at a discount.

Quickstart

Get your first task running in under 5 minutes.

Core Concepts

Understand workspaces, tasks, and AI providers.