HACKER Q&A
📣 anakaine

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


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.


  👤 azalemeth Accepted Answer ✓
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.