Install sitemd
Add sitemd to your project, prompt your AI coding agent, start building your site.
npm (recommended)
Scaffold a new project with a single command:
npx @sitemd-cc/sitemd init my-site
cd my-site
sitemd launch
Clone from GitHub
Clone the repo and run the install script to download the binary for your platform:
git clone https://github.com/sitemd-cc/sitemd.git my-site
cd my-site
./sitemd/install
./sitemd/sitemd launch
Download
Grab the latest .tar.gz or .zip from GitHub Releases, extract it, and run the install script:
cd my-site
./sitemd/install
./sitemd/sitemd launch
What happens next
All three methods produce the same project. Open it in your editor with any AI coding agent — Claude Code, Codex, Cursor, Gemini, OpenClaw, VS Code — and it takes over from there.
Your agent detects the fresh project, launches your site and the demo showcase, then asks what you're building. One sentence is enough. It generates your complete site — pages, navigation, settings — while you watch it update live in the browser.
Free to build locally. Get started →