sitemd

sitemd

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.

Category
Visit Server

README

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

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.

Available MCP tools: page management, content generation, site status, settings, deploy, clone, and more.

Project Structure

my-site/
  sitemd/          ← Product directory
    sitemd         ← Compiled binary
    install        ← Bootstrap script (downloads binary)
    pages/         ← Your markdown content
    settings/      ← Site configuration (YAML frontmatter)
    theme/         ← CSS and HTML templates
    media/         ← Images and assets
    site/          ← Built output (gitignored)
  site.md          ← Setup instructions

Features

  • Pages from Markdown — Write content in .md files with frontmatter
  • Navigation — Header, footer, sidebar groups, dropdowns, search
  • Themes — Light, dark, paper modes with full color customization
  • Cards, Embeds, Galleries — Rich content components
  • Forms — Multi-page forms with conditional logic and webhooks
  • Analytics — Google Analytics, Plausible, Fathom, PostHog, and more
  • SEO — OG images, sitemaps, structured data, AI crawler control
  • User Auth — Supabase, Firebase, Clerk, Auth0, custom API
  • Dynamic Data — Connect to Supabase, Firebase, Airtable, REST APIs
  • Deploysitemd deploy to Cloudflare, or host site/ anywhere

CLI Commands

./sitemd/sitemd launch          # Start dev server
./sitemd/sitemd deploy          # Build and deploy
./sitemd/sitemd clone <url>     # Clone a website into this project
./sitemd/sitemd auth login      # Log in to your account
./sitemd/sitemd config setup    # Configure services
./sitemd/sitemd scratch         # Reset to blank-slate
./sitemd/sitemd update          # Update to latest version

Documentation

Full docs at sitemd.cc/docs

License

Elastic License 2.0

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured