sitemd + claude

The best way to build websites with Claude Code

sitemd is a static site generator / website building toolkit for AI coding agents like Claude Code.

It's a complete agent-driven framework with CLI, dev server, skills, guardrails, best practices, and one-line integrations for essentials like SEO, analytics, content generation, doc writing, user login, content gating, dynamic data + detail pages, and more.

It's a site-building superpower for Claude.

Install sitemd for Claude Code

Scaffold a fresh sitemd project and open it in Claude Code:

npm i -g @sitemd-cc/sitemd
sitemd init my-site
cd my-site
claude

Claude Code detects the sitemd project, loads the skill, and you're building.

Already have a sitemd project on disk and want the Claude Code marketplace integration? In any Claude Code session inside your project, run:

/plugin install sitemd

That installs the sitemd plugin from the Claude Code marketplace and exposes the full sitemd toolset to your agent. The plugin expects you to already have sitemd installed globally (npm i -g @sitemd-cc/sitemd). Use sitemd init above for a fresh start.

Plugin source: .claude-plugin/ (plugin.json, marketplace.json) on the public sitemd repo.


Why use sitemd with Claude Code

Claude Code is amazing at writing code, and will already happily build websites from scratch. Adding sitemd makes the process faster and reduces friction.

sitemd is a super-efficient toolkit for coding agents to build websites. It ships with:


Why not just prompt Claude to build a site from scratch?

sitemd is a site-building superpower for Claude. It helps Claude build a consistent working site quickly by skipping all the scaffolding that's already baked-in to sitemd. sitemd is still very flexible and customizable, so you and Claude can still build sites however you want. sitemd also ships with one-line integrations for essentials like SEO, analytics, content generation, doc writing, user login, content gating, dynamic data + detail pages, and more that would take considerable time for you and Claude to build from scratch.


What Claude gets out of the box


Build your first site with Claude Code

After install, in any Claude Code session inside a sitemd project:

"Build me a documentation site for my SaaS product"

Claude Code calls sitemd status, then sitemd site-context to learn the conventions, then sitemd pages create-batch to scaffold pages, then sitemd content validate to check quality, then sitemd deploy when you confirm. The skill surfaces the right context as the agent works. You watch the dev server preview update live.

You can also run an agent skill directly:

/kickstart a portfolio site for a freelance designer named Mira

That spins up a complete first-draft site — pages, navigation, settings, theme, copy — from a single sentence.


Claude Code FAQ

Does sitemd work with Claude Code's plugin system?
Yes. Install with npm i -g @sitemd-cc/sitemd then sitemd init my-site — that scaffolds a project with the skill wired for Claude Code in one step. You can also /plugin install sitemd from inside an existing sitemd project to add the marketplace integration.

What CLI commands does sitemd give Claude Code?
A full suite of commands covering page CRUD, content generation, SEO, deploy, auth, dynamic data, batch operations, content validation, and project status. See CLI for the full list.

What skills come with the plugin?
A full suite of skills including /write, /launch, /deploy, /seo, /kickstart, /clone, /og-image, /import, /site, /feedback, /reload, /shutdown, and more. Each is a standard skill that Claude discovers and runs by name. See Skills for the full list.

Do I have to host my site with sitemd?
No, and you couldn't even if you wanted to. sitemd isn't a website hosting service — it's a website building toolkit you install on your machine. You'll build your site locally, then deploy & host wherever you want.

Is there a free version/trial?
Yes. sitemd can run in free trial mode forever. You can preview all features in trial mode. You only need to pay when it's time to deploy your site.

Can I use sitemd for client sites?
Absolutely. 15% bulk discount when purchasing 50+ site slots at one time.

What other agents does sitemd support?
Codex, Cursor, Gemini, OpenClaw, and any coding agent. The same skill format works across all of them.


Get Started

Try it in your browser

Demo sandbox →

Read all about it

Docs →

Try it on your machine

Install →