Overview
docmd is a zero-configuration documentation generator. It builds fast static websites directly from your Markdown files.
npx @docmd/core dev
Run this single command. The engine builds your site, generates navigation, and enables search automatically.
Core Capabilities
Everything needed for solid documentation ships built in. No extra plugins required for the essentials.
Start immediately without boilerplate. The engine auto-detects files and structures navigation in seconds.
Generates llms.txt and llms-full.txt automatically. Your docs stay readable to AI assistants.
Generates an Open Knowledge Format bundle, typed concept graph for AI agents. Read more.
Built-in Model Context Protocol server with native tools. AI agents query and validate your docs over a local stdio connection — no network, no remote service.
Fast, client-side full-text search powered by MiniSearch. Works out of the box across versions and locales.
Render Markdown instantly in the browser with the docmd.compile API. Power live editors, CMS previews, and in-app docs.
Personalise your documentation with templates or try built-in themes with custom CSS. Supports dark mode and system prefs.
First-class i18n support. Features locale-first routing, individual search indexes, and translated UI strings.
Go beyond standard Markdown. Use structured visual patterns like steps, tabs, cards, grids, and callouts directly in your text.
Explore Containers