Docusaurus
Wikis & DocumentationDocumentation website generator built with React
Replaces GitBook, Confluence
Document everything with self-hosted wiki engines and team documentation platforms.
42 self-hosted apps · 290 comparisons
Documentation website generator built with React
Replaces GitBook, Confluence
Documentation site generator for technical teams
Replaces Confluence, GitBook
A simple, Git-powered wiki with a sweet API
Replaces Confluence, Notion
A non-linear personal web notebook in a single file
Replaces Notion, OneNote
Documentation hosting platform you can self-host
Replaces GitBook, Confluence
Hierarchical note-taking and personal knowledge wiki
Replaces Notion, Confluence
The wiki engine that powers Wikipedia
Replaces Confluence, Notion
CMS-free wiki that renders Markdown in the browser
Replaces Confluence
Free, open, simple Markdown-powered knowledge base
Replaces Confluence, Zendesk Guide
Plain-text note-taking and Zettelkasten assistant
Replaces Roam Research, Obsidian
Open-source helpdesk and knowledge base platform
Replaces Zendesk, Help Scout
Modern knowledge management and team documentation
Replaces Confluence, Notion
Wiki program that stores pages and uploaded files in a git repository,
A desktop wiki and personal knowledge base
Replaces OneNote, Notion
Wiki application for the Django web framework
Replaces Confluence, MediaWiki
Lightweight Git-backed documentation wiki
Replaces Confluence, Notion
Advanced enterprise wiki and application platform
Replaces Confluence, Notion
Lightweight self-hosted wiki with Markdown stored on disk
Replaces DokuWiki, Confluence
Offline reader for Wikipedia and other knowledge
Replaces Wikipedia online
Tiny single-file personal wiki for note taking
Replaces Notion, TiddlyWiki
Flat-file documentation generator rendered from Markdown
Replaces GitBook, Confluence
Git-backed wiki that stores pages as Markdown
Replaces Confluence
Multi-repository documentation site generator
Replaces Confluence, GitBook
Markdown documentation site generator with search
Replaces Confluence, GitBook
Open-source FAQ and knowledge base software
Replaces Zendesk Guide, Confluence
File-based wiki using Markdown and Git
Replaces Confluence, Notion
Filesystem and git-based wiki engine written in Go using Mycomarkup
Easy-to-use, full-featured wiki engine in Python
Replaces Confluence
Tree-structured notes and wiki desktop application
Replaces Notion, OneNote
All-in-one wiki, CMS, and groupware platform
Replaces Confluence, SharePoint
Host and edit single-file TiddlyWiki wikis
Replaces Evernote, OneNote
Amusewiki is based on the Emacs Muse markup, remaining mostly
Single-user wiki notebook for thoughts and ideas
Replaces OneNote, Evernote
Complete wiki engine contained in a single PHP file
Replaces DokuWiki, MediaWiki
Easy-to-use wiki for collaborative websites
Replaces Confluence, Notion
Structured wiki and enterprise collaboration platform
Replaces Confluence
Simple wiki engine written in Perl
Lightweight, mutli-user, flat-file-database Wiki engine
Lightweight and easy-to-install multilingual wiki
Replaces Confluence, Notion
Classic PHP wiki engine, the first wiki in PHP
Replaces Confluence
Wiki, simple to use and install
Wiki-based system for collaborative creation and maintenance
No apps match these filters.
Last reviewed Aug 26, 2026 · 459 words
Half the software filed under "wiki" is not a wiki. MkDocs, Docusaurus, and Read the Docs are documentation generators: pages live as Markdown in a Git repository, edits arrive as commits, and the output is a static site with no server-side logic at all. A true wiki — MediaWiki, Gollum — is edited in the browser by whoever shows up. One question sorts you onto the right side: will people who don't use Git ever need to write a page?
Three axes decide it. First, who edits: if everyone writes through pull requests, a generator like MkDocs (22,376 stars, runs happily in 128 MB) gives you review, history, and rollback for free, because it's all just Git. If your colleagues in support or HR need an edit button, you need browser editing, which means a real wiki engine. Second, what the content is: versioned product documentation wants Docusaurus (66,083 stars), which has versioning and internationalization built in; a living internal knowledge base wants a wiki; a personal notebook is better served by the notes category or TiddlyWiki. Third, operational appetite: a static site needs a web server and nothing else, MediaWiki needs PHP plus a database, and self-hosting Read the Docs is genuinely hard — 2 GB of RAM minimum and a build pipeline to babysit.
MkDocs with the Material theme is the fastest route to a professional docs site for a technical team: one YAML file, Markdown pages, a built-in preview server, done in an afternoon. MediaWiki (512 MB, PHP) is the pick when dozens of non-technical contributors need to edit collaboratively — it runs Wikipedia, so scale will never be your problem. Docusaurus wins for open-source projects that ship versioned docs alongside releases, provided you're comfortable with Node tooling and don't need web-based editing.
MediaWiki's pedigree tempts small teams, and it's usually a mistake at that size. Wikitext has a real learning curve, the extension ecosystem needs ongoing maintenance, and you inherit an admin burden designed for sites with millions of pages. A five-person team that wants browser editing gets 90% of the value from Gollum — every page is a file in a Git repo, 14,318 stars, no database — at a fraction of the upkeep. Save MediaWiki for the day you have fifty contributors and a gardening rota.
For a first-timer with a technical team, start with MkDocs. It's the easiest install in the category, the content is plain Markdown you can migrate anywhere later, and outgrowing it costs you nothing but a copy of the files.
290 head-to-head comparisons in this category.