Hacker News new | ask | show | jobs
by CompuIves 1099 days ago
At CodeSandbox (https://codesandbox.io) we're also working on this! Main focus of us is that we're running the environment in Firecracker microVMs, which allows us to snapshot and clone environments very quickly. This enables us to create a VM for every branch, which comes with the added advantage that every branch automatically has a snapshotted preview environment that can resume in ~2 seconds.
1 comments

Love CSB. Using this a lot for quick setup of developer environments to test a code change, etc.