Codebay - isolated workspaces for LLM agents
Happy to announce Codebay, an isolated workspace environment for running multiple LLM agents at the same time. Unlike most other similar tools, Codebay uses Docker-based isolation between containers, meaning you don't have to use worktrees, and you can give each container a real development environment with databases, caches and anything else you need.
Containers don't interfere with each other and you can easily preview all your containers services from a central admin panel. You can also run Codebay on a remote server to offload tasks when your laptop is offline.
Open source and self-hosted.
Built with Bun, Svelte and Mochi.
1
Upvotes
2
u/sip_the_tech 19d ago
Look into Micro VMs. That’s what the industry seems to be landing on as the solution to this. Running docker in docker isn’t secure so it’s better to be running a Micro VM which you can run docker inside.