Remix.run Logo
Ask HN: What Single File Web Apps do you know of?
8 points by calebm 17 hours ago | 8 comments

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.

anon1395 an hour ago | parent | next [-]

Copyparty. https://github.com/9001/copyparty

calebm 11 minutes ago | parent [-]

This is a valid Single File App (though not a Single File Web App)

al_borland 12 hours ago | parent | prev | next [-]

Adminer

https://www.adminer.org/en/

calebm 9 hours ago | parent [-]

I guess this would qualify as a Single File App (though maybe not a Single File Web App).

austin-cheney 12 hours ago | parent | prev | next [-]

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.

calebm 17 hours ago | parent | prev | next [-]

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

tene80i 17 hours ago | parent | prev [-]

Tiddlywiki!

calebm 17 hours ago | parent [-]

Thank you. That's one of the few that I found.