Wiki-Go
A modern, databaseless flat-file wiki platform built with Go. No database, no bloat, zero maintenance — just Markdown.
Features
- Flat-File Storage — All content stored as Markdown files on disk, no database needed
- Full-Text Search — Smart search with highlighting and advanced filters
- Version History — Track changes with full revision history
- Access Control — Path-based visibility with public, private, and group-restricted pages
- Kanban Boards — Interactive project boards with drag-and-drop
- Rich Editing — Markdown with Mermaid diagrams, LaTeX math, and emoji support
- Comments — Built-in comment system with moderation
First-Time Setup
On first launch, Wiki-Go creates a default admin account. Visit your domain and log in with:
- Username:
admin
- Password:
admin
Change the password immediately after first login.
Persistent Data
All wiki content and configuration is stored in /wiki/data and persisted via a Zeabur volume. Your pages, history, and settings survive restarts.
License
GPL-3.0 — GitHub | Demo