I’ve been working on a runtime to execute Node.js environments entirely within a web page. It’s similar to WebContainers but lightweight, framework-agnostic, and fully open-source (MIT + Commons Clause).
I originally built this for my AI platform (Scelar) to eliminate cloud infrastructure costs by moving compute to the client, but we decided to open-source the underlying engine.
The screenshot below shows Qwik running natively in the browser inside a web-IDE (Web IDE made to look like the Zed Code editor) I built to test the runtime.
We are open sourcing it in a sort of 'beta' state.
Playground (Zed-Like Web-IDE): https://wzed.scelar.com
Repo (Stars appreciated): https://github.com/ScelarOrg/Nodepod
Technical Blog Post: https://scelar.com/blog/introducing-nodepod
