
Wiki-Go
A modern, databaseless flat-file wiki platform built with Go.
614 stars 52 forks last commit first released GPL-3.0
Actively maintained
Last commit 21 Aug 2026.

Wiki-Go is a modern, databaseless flat-file wiki platform built with Go. It stores content as Markdown in a flat-file structure and offers features for knowledge bases, documentation, and collaboration without requiring an external database.
Key Features
- Full Markdown editing with emoji, Mermaid diagrams, and LaTeX math
- Smart full-text search with highlighting and advanced filters
- Hierarchical page structure with version history
- User management, access control, and private wiki mode
- Comments with moderation and markdown support
- No external database; file-based storage, easy backups
- Instant setup via Docker or prebuilt binaries
- Custom logos, banners, shortcodes, and more
- Link management with automatic metadata fetching and categorization
- Interactive Kanban boards for project management
Use Cases
- Team documentation and internal wikis for product teams
- Public documentation portals and knowledge bases
- Personal knowledge bases and collaborative projects
Limitations and Considerations
- Non-SSL setups require allow_insecure_cookies: true; this reduces security and should only be used in trusted networks; TLS is recommended for production.
- Default admin credentials exist; change them immediately after first login to secure the wiki.
Conclusion
Wiki-Go provides a lightweight, self-contained wiki workflow with Markdown-centric content, easy deployment via Docker or binaries, and no external database dependencies, making it suitable for teams and individuals for knowledge management.
Categories:
Tags:
Tech Stack:
Similar to Wiki-Go

XWiki
Open-source Java enterprise wiki and application platform
Enterprise-grade open-source wiki platform for knowledge management, intranets and web applications.
Mycorrhiza Wiki
Filesystem- and Git-based wiki engine written in Go
Lightweight filesystem wiki engine using Git for history and Mycomarkup for content, suited for personal wikis, digital gardens and small teams.

Docs
Collaborative note-taking, wiki and documentation platform
Open-source collaborative documentation and wiki platform with real-time editing, offline sync, export features and flexible self-hosting options.
Gitit
Wiki engine backed by git, written in Haskell, with Pandoc.
Gitit is a wiki engine that stores pages in a git-compatible repo, uses Pandoc for markup, and runs on Happstack.
django-wiki
A Django-based wiki app with Markdown, revisions, and plugins
Extensible Django wiki application with Markdown pages, versioning, permissions, and a pluggable architecture for integrating knowledge bases into Django sites.

DokuWiki
File-based wiki engine with structured access control
DokuWiki is a lightweight, file-based wiki engine with ACL, versioning, and a rich plugin/template ecosystem for documentation and knowledge bases.



