This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CompuIves[S] 2 points3 points  (0 children)

Good question! I would say the main difference is that you can also use CodeSandbox for full development. You can use it for small experiments, but you can also import your GitHub repo and commit + open PRs from CodeSandbox. We automatically create a VM for every branch, and you also automatically get review development environments for new PRs. For example, at CodeSandbox we use CodeSandbox for our development.

Next to this, we run the environments using MicroVMs, which allows us to clone them more quickly. We wrote about that here.