mini apps
mini-apps Try them out yourself: https://stevenctl.github.io/mini-apps/ or # git clone git@github.com:stevenctl/mini-apps git clone https://github.com/stevenctl/mini-apps # try opening $pwd/index.html in your browser # or for some apps, you need to run a webserver: python -m http.server 9999 # then open http://localhost:9999 in your browser Motivation For the most part, when you want a simple app that does one thing, you will have to search pretty hard. Most of the stuff out there is crammed with features you didn’t ask for, ads, some kind of login and probably other types of bloat I can’t think of right now. Oh, AI features you didn’t want. ...