What it does
- Trust:
check,lint, andfmtvalidate frontmatter, links, shapes, and conventions. - Intelligence:
query,render, andexportturn Markdown into queryable semantic data. - Publish:
build,serve, andlinksupport static site workflows and wikilink hygiene.
Live demo and example wiki
Explore the live Wikipedia-styled template demo powered by Wiki at wiki.wazoo.dev/wiki.Use cases
- Personal knowledge management and Obsidian vaults.
- Internal company wikis.
- LLM memory wikis maintained by agents.
- Static documentation sites backed by semantic Markdown.
Repositories
Programmatic integration
Wiki ships as an embeddable Python library and a TypeScript SDK backed by the same CLI engine.Python
TypeScript
Install
Quickstart
Initialize a wiki, validate it, then preview it locally:Templates
Starter workspaces live in the wiki-templates repository, includinggeneric, llm-wiki, mintlify, quartz, and yasgui. The
wiki init command scaffolds a local starter workspace directly.
Propose a new template or integration by opening an issue on the
wiki-templates repository.