LeafWiki
A self-hosted documentation app built as a single Go binary. Store notes and documentation as Markdown files organized in folders, with SQLite powering the search.
What You Can Do After Deployment
- Visit your domain — LeafWiki is ready immediately, no setup required
- Create pages — write documentation in Markdown with live preview
- Organize in folders — structure your content in a familiar folder hierarchy
- Search — full-text search across all your pages powered by SQLite
- Edit anywhere — mobile-friendly interface works on all devices
Key Features
- Single Go binary deployment
- Markdown files stored on disk
- SQLite for search and metadata
- Built-in editor with live preview
- Full-text search
- Folder-based organization
- Mobile-friendly interface
- No external database required
License
MIT — GitHub