doc: changes

This commit is contained in:
robcholz
2026-02-08 20:40:30 -05:00
parent b1680e54fb
commit 5e95c09c75
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ Heres why I didnt just use existing options:
the multi-instance + session management my workflow wants.
- **QEMU**: powerful, but the configuration surface area is huge. For day-to-day sandboxing its not “open a repo and
go” — its a project on its own.
- **Docker / devcontainers**: great ecosystem, but for daily use it feels heavy. Cold starts can be slow, and its not
something I can jump into instantly, repeatedly, all day.
- **Docker / devcontainers**: great ecosystem, but for daily use it feels heavy.
Thats what pushed me to build **VibeBox**: I wanted a per-project sandbox thats fast to enter (just `vibebox`),
supports real configuration + sessions, and keeps a hard isolation boundary.