Over the past year we’ve been working on WNode Cloud, an experiment in simplifying the modern web stack.
The idea is to see whether a web app can be developed and deployed without a build system — no Webpack, no Babel, no bundlers — just standard JavaScript executed as-is.
Some core design choices:
- True component architecture (model, view, controller, and styling encapsulated and colocated in one file)
- Views written in plain JavaScript (no template language)
- Zero-config cloud deployment tied directly to your codebase
Demo
We recorded a 45-second demo showing a functional app deployed in under 15 seconds: Over the past year we’ve been working on WNode Cloud, an experiment in simplifying the modern web stack. The idea is to see whether a web app can be developed and deployed without a build system — no Webpack, no Babel, no bundlers — just standard JavaScript executed as-is. Some core design choices: Demo We recorded a 45-second demo showing a functional app deployed in under 15 seconds: Watch demo Technical Trade-Offs I’d love to hear thoughts from the community.