Static HTML for SEO. SPA-speed navigation. AI-first by design.
Native MCP server. Agent skills. Zero config. No framework.
$ npx @docmd/core dev # Compiling markdown documentation... ✓ Loaded 12 markdown files in /docs ✓ Generated static HTML + local vector index ✓ Built site in 340ms — Lighthouse score 100 → Server running at http://localhost:3000
{
"title": "My Project Docs",
"src": "docs",
"out": "site",
"plugins": {
"search": {},
"seo": {},
"llms": {},
"mcp": {},
"openapi": {}
}
}
---
title: Quick Start
description: Get your documentation live in 2 minutes.
---
# Getting Started
::: callout info
Zero config required. Just run `npx @docmd/core dev`!
:::
Zero-config defaults with enterprise power under the hood.
Point docmd at any directory containing Markdown files. It instantly builds standalone static HTML pages with hot-reloading and zero configuration.
Ships with native @docmd/plugin-mcp server, auto-generated llms.txt, and SKILL.md for AI agent integration.
Full-text fuzzy & vector search compiled into local index files. No cloud APIs, zero costs, works completely offline.
Write callouts, tabbed code snippets, warning boxes, cards, and Mermaid diagrams using standard Markdown container syntax. No HTML or React required.
Native MCP server, auto-generated LLM context, and Bring-Your-Own-Key (BYOK) AI security — zero platform lock-in.
Embed an interactive documentation assistant (@docmd/plugin-ai) powered by RAG vector search and aiplug, supporting 100+ AI model providers with Bring Your Own Key (BYOK) security.
Expose your documentation live to AI agents in Claude Desktop, Cursor, and Windsurf (@docmd/plugin-mcp). Let AI code assistants search and read your docs directly.
Auto-generate llms.txt, llms-full.txt, and SKILL.md manifests (@docmd/plugin-llms) so LLMs get structured, accurate documentation context automatically.
Zero-config official plugins built for production documentation.
Client-side vector search index compiled during build time.
Expose documentation directly to AI agents via Model Context Protocol.
Interactive RAG-powered documentation assistant with server-side BYOK key security.
Auto-generate structured llms.txt, llms-full.txt, and SKILL.md manifests.
Render interactive API endpoints directly from OpenAPI specification files.
Automatic sitemap generation, open-graph metadata, and search engine indexing.
Fast LaTeX mathematical expressions rendering without heavy JS frameworks.
Client-side rendering for flowcharts, sequence diagrams, and architecture maps.
Compare docmd against heavy JavaScript documentation frameworks.
Get your docs live in seconds — no backend, no server, completely free.
Start a new docs repo with everything pre-configured. One click to create, push to deploy.
Use template →Add one step to your workflow. Works with any project structure, including monorepos.
Pick the best context source for your tool.
Quick answers to common questions about docmd.
docmd mcp) so AI agents can search, read, and validate your docs live. It auto-generates llms.txt and llms-full.txt context files, and docmd init creates a SKILL.md instruction file for coding agents. MCP server docs →SKILL.md manifests so AI coding agents (Claude Desktop, Cursor, Windsurf) can read and execute documentation tasks automatically. Install official skills into your workspace using:npx docmd-skills [target-directory]Join the developers building fast, beautiful documentation with docmd.