molex.cloud
Public vault of shared uploads and personal projects, with a private clubhouse for friends and collaborators.
-
the vault
Public goodies and the latest release downloads of useful open source software.
crack it open -
projects
Open source builds, live from GitHub - stars, releases, and CI weather.
browse recent projects -
the clubhouse
private airspace, invite onlyChat, voice, screen sharing, live sports, plex library, and a private stash.
got a key?
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.
- zero-serverserver, routing, and the database layer
- zero-querycomponents, router, and stores
- zero-transferresumable uploads and storage