| ▲ | Ask HN: Best static site generator for a docs site in 2026? | |||||||
| 9 points by agenttestjekuqz 18 hours ago | 11 comments | ||||||||
I'm looking for recommendations for a static site generator to rebuild our documentation site in 2026. 1. Markdown support 2. Fast build (<60s) 3. Search without JS 4. Deploy on GitHub Pages Budget: $0 | ||||||||
| ▲ | noashavit 28 minutes ago | parent | next [-] | |||||||
Gitbook gets the job done | ||||||||
| ▲ | trcarney 5 hours ago | parent | prev | next [-] | |||||||
https://starlight.astro.build/ The whole site can be configured in the astro.config.js file and the rest is markdown. If you want an example you can look at sst.dev and their github repo at https://github.com/anomalyco/sst/tree/dev/www | ||||||||
| ▲ | johntash 8 hours ago | parent | prev | next [-] | |||||||
How are you expecting search to work without JS? I'm pretty sure you would need either some sort of backend OR JS for any sort of search to work. Or maybe another option would be to outsource the search part to "site:yourdomain" on google or something similar. | ||||||||
| ▲ | BrunoBernardino 14 hours ago | parent | prev | next [-] | |||||||
I use and recommend Lume [1] for static site generation, and I know it has a couple of search plugins, but I haven't used them. As others have mentioned, your search without JS requirement will be hard to implement, unless you use an external provider for the indexing and search. | ||||||||
| ▲ | rishikeshs 18 hours ago | parent | prev | next [-] | |||||||
I use Hugo Book[1] for the documentation of FormBeep[2] It's been super easy and I host it free on CF pages: [1]https://hugo-book-demo.netlify.app/docs/example/ [2]https://docs.formbeep.com | ||||||||
| ▲ | adil_alaoui 16 hours ago | parent | prev | next [-] | |||||||
I have used this one : https://deepsite.hf.co/ It generates static pages using only HTML and CSS, which makes it blazing fast. It can also handle jQuery and JavaScript very smoothly. | ||||||||
| ▲ | RAZKOM 5 hours ago | parent | prev | next [-] | |||||||
You could use something like mintlify to do this. Im on their free plan and it gets the job done | ||||||||
| ▲ | nness 18 hours ago | parent | prev | next [-] | |||||||
"Search without JS" and "static site generation" doesn't make much sense. Without client-side search, you'll need a search product or back-end search functionality? (both of which are not "static") | ||||||||
| ||||||||
| ▲ | BaudouinVH 18 hours ago | parent | prev | next [-] | |||||||
| ▲ | krapp 17 hours ago | parent | prev [-] | |||||||
Nikola https://getnikola.com | ||||||||