About

Hey everyone,

Solo dev here. I've been using Claude CLI heavily for coding tasks, but the limitation of running only one instance locally was killing my productivity. I'd start a task, wait 10-15 minutes, then start the next one. Rinse and repeat.

So I built The Box – basically cloud sandboxes that let you run multiple Claude CLI agents at the same time.

How it works:

- Connect your GitHub account

- Select a repo and write your prompt

- The platform spins up an isolated environment, runs Claude CLI, and creates a PR when done

- You get notified via browser or Telegram

What's working:

- Parallel task execution

- GitHub integration (auto PR creation)

- Task scheduling (run later)

- Real-time status updates

What's not done yet:

- Payment system (so it's free with limits right now)

- Some edge case bugs I'm still fixing

Built with Go, Next.js, PostgreSQL, Redis, and RabbitMQ. Workers run in Docker containers.

If you use Claude CLI and want to try running multiple tasks at once, I'd love to get your feedback: https://the-box.dev

Happy to answer any questions about the tech or the project!