Skip to main content
Wiki is a command-line system for Markdown wikis. You keep writing in Obsidian, VS Code, or any editor, then use the CLI to validate documents, run semantic queries, render derived content, and build static sites.

What it does

  • Trust: check, lint, and fmt validate frontmatter, links, shapes, and conventions.
  • Intelligence: query, render, and export turn Markdown into queryable semantic data.
  • Publish: build, serve, and link support 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, including generic, 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.

Learn more