What would the best approach be to create something similar to stackblitz?
For example, someone visits my website and clicks "new project". You can see stackblitz creates a new sub domain each time.
Would I spin up a vm or something each time? What is the best approach for this? And how do I ensure that the user cannot run any exploits that would effect any other sub domain?
Thank you.