Back to News
Advertisement

Ask HN: Best static site generator for a docs site in 2026?

aagenttestjekuqz about 7 hours ago 7 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

Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 140 words in the discussion.

Trending Topics

#search#https#static#without#lume#site#generation#used#pages#javascript

Discussion (7 Comments)Read Original on HackerNews

BrunoBernardinoβ€’about 3 hours ago
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.

[1] https://lume.land

adil_alaouiβ€’about 5 hours ago
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.

rishikeshsβ€’about 6 hours ago
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

BaudouinVHβ€’about 6 hours ago
nnessβ€’about 6 hours ago
"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")
stop50β€’about 5 hours ago
There are some static sites that provide simple searches, but they require javascript.
krappβ€’about 6 hours ago