Comment by cxr

12 days ago

This isn't a web service. It's a browser-based tool that runs entirely on your device. It's published as a static site on GitHub Pages, and ("but"?) everything it's doing is all happening fully in-browser.

It is a web service. It is just a simple one that doesn't need to execute any stuff on backend/server.

  • That makes it a document not a service.

    Save the file and run it at will, just like any other local app.

    The app runs in an interpreter which is a browser instead of python and a load of libraries, which is no distinction at all.