DecoJS is a vanilla-JavaScript Progressive Web App with no build pipeline. The browser loads ES modules directly from source, and every `.js` file in the repo is exactly the file the browser parses. This page covers the high-level shape; per-file details live in [Module-Reference](Module-Reference.md). ## No-build ES-module philosophy There is no bundler, no transpiler, no TypeScript compile step, no `dist/` directory. HTML files load entry modules with `