Ask HN: Tools to prototype quickly static sites

11 points by gcatalfamo ↗ HN
Hi, the topic is nothing new, but coming to think of it I couldn't think of the answer.

I know how to make a jamstack site but for misc reasons I'd like to know if there was a tool (no-code or anything) that let built a static site without coding/templating it, in the fastest way possible.

Any ideas?

6 comments

[ 1.3 ms ] story [ 23.1 ms ] thread
I've made a few sites with Canva for random needs. It's as basic as making PowerPoint and you can even make a link that is shareable from the web tool. There are a ton of nice-looking templates to start from and it's very, very easy.
Depends on what kind of website you want to build. For me GitHub Pages is still the best option. You can choose to ignore all the static generation stuff and just commit and push html files. It’ll be online in minutes
grapes.js is a DnD / wysiwyg type library that you can also run

There's a startup around (YC funded iirc) that let's you edit pages the same way with a simple added library, can't remember the name...

Bootstrap Studio is a pretty cool software that I can recommend. It has some good foundation. The problem is that it is paid and proprietary software. However, if you happen to have the Github student pack, you'll get Bootstrap Studio for free!

I've also seen Grapedrop and Silex which are FOSS but I haven't extensively tried them out yet.