Can I ever deploy a 'playground' instance with a Code Editor on Netlify?

Suppose I want to deploy a website, using Netlify, that enable users to type their own, e.g. Python, codes into the code editor, e.g. Monaco, Codemirror, etc. For Python, I intend to use Netlify which is a client-based Python runtime compiled to WASM.

Can I deploy such a website to Netlify?

If you can handle this using client-side code, sure. If you need any server-side functionality, you’d have to try to manage that in JavaScript using Netlify Functions.

Sounds good, anyway I managed to deploy a Playground with WASM so that’s pretty good!