eziwiki
Minimal Markdown-based wiki and static documentation generator
108 stars 14 forks last commit first released MIT
Actively maintained
Last commit 26 Aug 2026.

eziwiki is a minimal, static wiki and documentation site generator that builds documentation sites from Markdown content. It uses TypeScript for site configuration and outputs static files suitable for deployment to common static hosts.
Key Features
- Write content in plain Markdown with optional frontmatter for pages
- Configure site metadata, navigation, and theme via a TypeScript payload/config file
- Built with Next.js and TypeScript, exports a static site for deployment
- Hash-based URLs for page privacy and stable internal linking
- Customizable navigation structure (folders, hidden pages, colored folder entries)
- Simple developer workflow: local dev server, build, and commands to validate payload and list generated URLs
Use Cases
- Personal knowledge base or notes site authored in Markdown
- Project or API documentation site with configurable navigation and themes
- Lightweight internal docs portal that can be exported and hosted as static files
Limitations and Considerations
- Uses hash-based URLs which can hinder conventional SEO and direct pretty-linking
- No built-in server-side features, user accounts, or in-browser editing; content must be authored and built from source
- Lacks an integrated full-text search out of the box (requires adding search/indexing separately)
eziwiki is suited for users who want a simple, code-first documentation generator that produces static output and is easy to customize via TypeScript. It emphasizes minimalism, Markdown-first content, and straightforward deployment.
Categories:
Tags:
Tech Stack:
Similar to eziwiki

Docusaurus
Static site generator for documentation websites
An open source static site generator for building and maintaining documentation and project websites with Markdown/MDX, React, versioning, and i18n.

MkDocs
Static site generator for project documentation written in Markdown
MkDocs is a Python-based static documentation site generator that builds searchable HTML docs from Markdown using a simple YAML configuration and themes/plugins.


Outline
Team knowledge base & wiki with real-time collaboration and AI search.
Outline is a fast, collaborative knowledge base for teams, featuring markdown docs, real-time editing, AI-powered search, and Slack integrations.

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.

Wiki-Go
A modern, databaseless flat-file wiki platform built with Go.
Go-based flat-file wiki that stores content as Markdown with built-in search, version history, and access control, without an external database.
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.




