Under the hood

molex.cloud runs as a single Node.js process. zero-server handles HTTP, auth, and the database layer over SQLite, zero-query renders the pages (on the server first, then in the browser), and zero-transfer moves the files. Each is a small open source library with no runtime dependencies, and the frontend ships as plain ES modules with no build step.