LeafWiki
LeafWiki is a lightweight, self-hosted Markdown knowledge base that adopts a tree-like page structure and file-based storage and does not rely on a database. It provides built-in editors and real-time previews, role permissions (administrator/editor), full-text search, session authentication (JWT and refresh), public pages and print views, and supports Mermaid.js flow charts. It can be deployed with a single Go binary or Docker, making it suitable for individuals and small teams to quickly build a clear and controllable knowledge system.
Default login account password: admin/admin123 characteristics - True tree-structured pages (nested folders)-role-based access (administrator/editor). - No database required - Support uploaded assets per page - Embed pictures and files with Markdown - Single statically linked Go binary (no dependencies) - Easily self-hosted (Docker or standalone) - Session verification + refresh using JWT markup - Search function for page titles and content - Support print views - Mermaid.js chart support



