Hacker News new | ask | show | jobs
by earthboundkid 2240 days ago
Every modern web framework has auto reload, so this is an app that’s only targeting people who know HTML well enough to hand write a page but don’t know about modern web development. Good luck, but I can’t imagine it’s a growing market.
4 comments

I absolutely wondered the same thing when doing the update as the world isn't 2003 anymore. But I have found it useful even when doing modern web development as a quick playground to try snippets. "Live as you type" speed can change your iteration flow vs. an often slower rebuild+auto reload cycle.

This was more of a passion/craft project than one I expect will make a gigantic impact. A side motive was to help move out some code of our Hype app to an "app shell" where I can more quickly make other applications with the same trial/licensing/windowing/etc. components.

I build my website with Jekyll 4 and use livereload, but have actually found some use out of this tool for writing small snippets. Seeing your CSS come to life with every keystroke in real time (without having to press CMD+S in your IDE) is surprisingly useful.

The main use-case where this tool has been useful, though, is when I'm working on my Mac app that uses WKWebView and Javascript pretty extensively. It's much faster to get little JS snippets right compared to the really slow build+run cycle in Xcode.

Jekyll is kind of slow :(
After I upgraded to Jekyll 4, stopped using the GitHub pages gem (deploying to Netlify instead), it's been WAY faster for me personally!
Or developers who want to write basic HTML webpages without use of any of the bloated modern frameworks...
Right, sometimes you just want a web page, and not a web app.
Education?
Students cheapskates unless they're forced to buy something by the school.