Wiki-Go is a modern, feature-rich, databaseless flat-file wiki platform built with Go. It uses Markdown files stored on disk with no database required, providing full-text search, version history, access control, Kanban boards, Mermaid diagrams, LaTeX math, and a comments system.

A modern, databaseless flat-file wiki platform built with Go. No database, no bloat, zero maintenance — just Markdown.
On first launch, Wiki-Go creates a default admin account. Visit your domain and log in with:
adminadminChange the password immediately after first login.
All wiki content and configuration is stored in /wiki/data and persisted via a Zeabur volume. Your pages, history, and settings survive restarts.