Install sitemd
Add sitemd to your project, prompt your AI coding agent, start building your site.
npm (recommended)
Install sitemd globally and scaffold a new project:
npm i -g @sitemd-cc/sitemd
sitemd init my-site
cd my-site
sitemd launch
Adding to an existing project? Run sitemd init inside your project directory. sitemd installs alongside existing files non-destructively — your content is never overwritten.
Clone from GitHub
Clone the repo and start building:
git clone https://github.com/sitemd-cc/sitemd.git my-site
cd my-site
sitemd launch
Download
Grab the latest .tar.gz or .zip from GitHub Releases and extract it:
cd my-site
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 →