HACKER Q&A
📣 calebm

What Single File Web Apps do you know of?


I'm trying to get a Wikipedia page for Single File Web Apps approved (https://en.wikipedia.org/wiki/Draft:Single_File_Web_Apps), and I'm trying to find good examples of Single File Web Apps (web apps that are just a single HTML file). Please comment if you know of any.


  👤 calebm Accepted Answer ✓
Also feel free to add them to this list: https://github.com/calebmadrigal/Single-File-Web-Apps (just submit a PR)

👤 tene80i
Tiddlywiki!

👤 austin-cheney
This is my current personal project.

https://github.com/prettydiff/webserver

The backend is multiple files but the frontend is a single file SPA. It loads with state restoration and LCP in about 105ms.


👤 al_borland