Ask HN: What Single File Web Apps do you know of?

10 pointsposted 5 months ago
by calebm

Item id: 45254977

22 Comments

runjake

5 months ago

I like simonw's: https://tools.simonwillison.net/

I vibecode a bunch of similar tools I use, inspired by Simon, and have them stashed where I can get to them.

calebm

5 months ago

Some of these are indeed Single File Web Apps (though a few of them contain links to external js and such, which would disqualify those from being a SFWA).

runjake

5 months ago

Sure, but that stuff could easily be embedded into the file itself. I think the spirit is still there.

codingdave

5 months ago

If you count the scripts that could be embedded, any React app could be a single file. I don't think that matches the spirit, though.

runjake

5 months ago

Why not, Dave? In fact, a number of my own vibe coded tools are single file React in HTML.

Disclaimer: I am not competent in React. It's what Claude generated by default and I ran with it so I could poke at the code and learn a little more about React.

tene80i

5 months ago

Tiddlywiki!

calebm

5 months ago

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