sitemd-cc/sitemd
4 stars · Last commit 2026-04-21
Static site generator / website building toolkit for AI coding agents like Claude, Codex, Cursor, Gemini, OpenClaw, etc. No subscription, no lock-in — host your site anywhere.
README preview
# sitemd Websites from Markdown. Built for AI coding assistants. sitemd turns a folder of markdown files into a production-ready static website with navigation, search, themes, forms, analytics, SEO, and more — all configured through simple settings files. ## Quick Start ```bash git clone https://github.com/sitemd-cc/sitemd.git my-site cd my-site ./sitemd/install ./sitemd/sitemd launch ``` Open the dev server URL to see your site (port configured in `sitemd/settings/build.md`, default 4747). No Node.js required. ## AI Integration sitemd includes an MCP server that works with Claude Code, Gemini CLI, and Codex CLI. The `.mcp.json` at the project root configures it automatically.