Ask HN: Best way to make a documentation website for an open-source project?

by mudgeon 10/20/2025, 12:31 AMwith 7 comments

I am looking for some good options to create a documentation website for an open source project. I am looking for something that is free or very inexpensive and that is very easy to use and setup. It could be a tool, service or hosting platform. I am not a web developer but I know markdown.

Do you know of some good options?

by prxtlon 10/20/2025, 8:07 AM

The two most popular options are Docusaurus and Material MkDocs:

- https://docusaurus.io

- https://squidfunk.github.io/mkdocs-material/

They're both used by hundreds of open source projects, are pretty easy to set up, and use markdown for content so you shouldn't have any trouble.

by moomoo11on 10/20/2025, 2:35 AM

What’s the complexity of your project? If you’re not a developer and it’s a simple project, I’d say do notion pages.

If devs like it I’m sure they will contribute to make a legit docs site for it.

Good way to start imo that has zero friction (for you) and I wouldn’t personally mind it since you get public URL’s.

Or use Codex or CC to make a markdown site hosted on GitHub io

by zlackeron 10/20/2025, 10:59 AM

A lot of static site generators support rendering markdown to HTML, can't give any specifics since you probably have your own preferred stack/language to use.

by bogomilon 10/22/2025, 12:19 PM

Can you tell more about the project? For a small one launching a complicated docs system could be overhead.

by aborsyon 10/22/2025, 2:10 PM

Sphinx, MkDocs, Docusaurus.

by djdjsjejbon 10/20/2025, 1:30 AM

imo gitbook.com seems to be the easiest for nondevs

by nacozarinaon 10/20/2025, 1:39 AM

spin up a mediawiki container