Overview
docmd is a zero-configuration documentation generator. It builds fast static websites directly from your Markdown files.
npx @docmd/core dev
pnpm dlx @docmd/core dev
yarn dlx @docmd/core dev
bunx @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.
Built-in RAG-powered chat assistant. Delivers instant, context-aware answers directly on your documentation site.
Generates llms.txt and llms-full.txt automatically. Your docs stay readable to AI assistants.
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.
Generates an Open Knowledge Format bundle and typed concept graph for AI agents. Read more.
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.
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