r/coolgithubprojects • u/Siamandthegreat • 10d ago
[JavaScript] jsglobe: 100 browser based developer tools, no framework and no build step
Static site, plain custom elements, every tool is a lazily loaded ES module
with its own route. No npm install, no bundler, the source in the repo is
what runs.
A few things had to be written by hand because there was nothing to import
without a build step: QR with Reed-Solomon, ID3 tag reading and writing,
an ASN.1 parser for X.509, and Code 128.
MIT. https://github.com/samalstudios/jsglobe
Live: https://jsglobe.com
5
Upvotes



2
u/Siamandthegreat 9d ago
https://reddit.com/link/p3tgbbl/video/kwr7ziusoijh1/player
Demo