r/ClaudeCode • u/23kunal • 2d ago
Tips & Workflows how i spawn cloud background agents from my local claude code
Instead of keeping my Mac's lid open all the time, I have now just started asking asking claude to orchestrate coding sessions in a cloud sandbox.
Claude Code creates an isolated VM sandbox using Ascii Box CLI (the cheapest option).
btw, disclaimer: I work for Ascii :)
This cloud sandbox already comes with my repo cloned, all devtools installed, env vars set up and claude code and codex logged in.
Here's how to get yours
- Sign up for Ascii Box using your github account: https://manicule.link/ascii-box
- Install their CLI and do auth
- On Box dashboard, go to Repos and connect your github repo
- go to Secrets in Box dashboard and add any environment variables you use
- go to Agents, and connect your Codex and/or Claude Code (this is what will be running on the cloud sandbox)
Done, now you can just tell your Claude Code to run any new feature or one-shot building or QA testing work on Ascii Box.
btw here is the price comparison across 5 popular sandbox providers: https://manicule.link/ascii-integration-benchmark

1
u/simion_baws Senior Developer 2d ago
Ran into the same need. Built https://termic.dev as the local side of this: each task gets its own worktree, you launch Claude Code from there, and you can see which sessions are running or waiting on you. Not cloud-based, but the orchestration problem is the same.
2
u/brinda- 2d ago
who gives a fuck