Some basics as there's no explanation within:<p>It's a notebook interface, not unlike Jupyter or ObservableHQ, where you can write the standard JS you write when creating react/vue/angular apps (or vanialla if that's your cup of tea!), and it will not only instantly render infront of your eyes but you can also "deploy" apps/sites instantly without any actual build process or deploy process - it's all compiled on the fly, and the end result is an SSR rendered web app or site that loads instantly with sub-second rendering.<p>I've been working on it ever since the coronavirus lockdowns started, this is the mvp version I've been working on since June after earlier releasing a successful POC.