Ask HN: What's your go to for building quick and simple HTML/JS layouts?

5 points by anakaine ↗ HN
I'm mainly a back end dev, but with a new in-house project I need to be able to ship a simple HTML page with the outputs of another process (like a report). Id prefer to avoid the bigger css and js frameworks if possible when making a biscuits layout, for transportability, simplicity, and conflict minimisation.

What is your go to for a very simple HTML page drag and drop style builder? Despite the simplicity desired I'd still like something at least a little nice looking.

3 comments

[ 4.1 ms ] story [ 24.7 ms ] thread
I really like Go Hugo (https://gohugo.io/), which compiles beautiful static sites super quickly from markdown. Still not exactly drag and drop but very simple and the default themes are very beautiful.
Thanks, I'll have to have a poke through that and see if I can understand how to customise / build.
(comment deleted)