eziwiki
Minimal Markdown-based wiki and static documentation generator

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 Services
reveal.js
HTML presentation framework for creating interactive slide decks
reveal.js is an open source HTML presentation framework for building interactive slide decks with HTML, Markdown, and JavaScript, including speaker notes and PDF export.

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.


SiYuan
Privacy-first block-based personal knowledge management app
Open-source, block-oriented personal knowledge manager with Markdown WYSIWYG, block-level two-way links, encrypted sync, Docker deployment and AI integrations.


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.

Reactive Resume
Privacy-focused, open-source resume builder
Open-source resume builder for creating, customizing, exporting and publishing resumes with templates, PDF export, public sharing and optional OpenAI assistance.
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.

Markdown
TypeScript
React
CSS
Node.js