Live data from Hacker News

Show HN: Nash, I made a standalone note with single HTML file

keepworking.github.io

21–30 of 153 posts

Re: Show HN: Nash, I made a standalone note with single HTML file

#25
post #18

This is cool. It's funny how we are (or maybe just I am) so used writing the JS parts of websites outside of the actual HTML that my first thought upon seeing this was "wow it's crazy that this can be done with just HTML". And then looking at the source and seeing all the JS in plain old script tags made me remember that that's a thing that you can do.

HTML is underrated. Most of the screens we look at daily, including our code editor are HTML pages.

Re: Show HN: Nash, I made a standalone note with single HTML file

#27
Nice. I do backend web dev, and it's sometimes useful to have a lightweight testing frontend that's more flexible than Swagger. I've had a lot of success vibe coding my way through these frontends with Claude by rapidly iterating on a single file containing HTML + CSS + JS. It's quite fast to get something good enough working, and putting everything in a single HTML file format keeps it simple enough for me, a guy who doesn't do frontend, to mostly understand what's going on. "All in one" HTML file is a good trick :)
Post reply on HN