---
title: Welcome to docmd
description: The zero-config documentation engine
---

# Hello World

This is **docmd**. It turns Markdown folders into production-ready static sites with built-in search, i18n, theming, and an MCP server.

::: card "Why docmd?" icon:zap
The core engine is **isomorphic** — the same parser runs in Node, the browser, and edge runtimes. Build thousands of pages in milliseconds.
::: /card

::: callout tip "Just starting?" icon:rocket
Run `npx @docmd/core init` in an empty folder, then `npx @docmd/core dev` to see this live editor in action.
::: /callout