{
  "markdown": "# sitemd\n\nWebsites from Markdown. Built for AI coding assistants.\n\nsitemd 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.\n\n## Quick Start\n\n```bash\nnpm install -g @sitemd-cc/sitemd\nsitemd init my-site\ncd my-site\nnpm install\nsitemd launch\n```\n\nOpen the dev server URL to see your site (port configured in `sitemd/settings/build.md`, default 4747).\n\n## AI Integration\n\nsitemd ships a single skill for Claude Code and other AI coding agents. The `.claude/skills/sitemd/` and `.agents/skills/sitemd/` directories route agent intent to CLI commands.\n\nAll operations go through the `sitemd` CLI — run `sitemd help` for the full command list.\n\n## Project Structure\n\n```\nmy-site/\n  sitemd/          <- Product directory\n    pages/         <- Your markdown content\n    settings/      <- Site configuration (YAML frontmatter)\n    theme/         <- CSS and HTML templates\n    media/         <- Images and assets\n    site/          <- Built output (gitignored)\n  site.md          <- Project context for AI agents\n  .claude/skills/sitemd/  <- Claude Code skill\n  .agents/skills/sitemd/  <- Generic agent skill\n```\n\n## Features\n\n- **Pages from Markdown** — Write content in `.md` files with frontmatter\n- **Navigation** — Header, footer, sidebar groups, dropdowns, search\n- **Themes** — Light, dark, paper modes with full color customization\n- **Cards, Embeds, Galleries** — Rich content components\n- **Forms** — Multi-page forms with conditional logic and webhooks\n- **Analytics** — Google Analytics, Plausible, Fathom, PostHog, and more\n- **SEO** — OG images, sitemaps, structured data, AI crawler control\n- **User Auth** — Supabase, Firebase, Clerk, Auth0, custom API\n- **Dynamic Data** — Connect to Supabase, Firebase, Airtable, REST APIs\n- **Deploy** — `sitemd deploy` to Cloudflare, or host `site/` anywhere\n\n## CLI Commands\n\n```bash\nsitemd launch              # Start dev server\nsitemd deploy              # Build and deploy\nsitemd status              # Project overview\nsitemd pages               # List pages\nsitemd pages create <slug> # Create a page\nsitemd clone <url>         # Clone a website\nsitemd auth login          # Log in to your account\nsitemd secret set K=V      # Set a secret\nsitemd config setup        # Configure services\nsitemd update              # Update to latest version\n```\n\n## Documentation\n\nFull docs at [sitemd.cc/docs](https://sitemd.cc/docs)\n\n## License\n\n[Elastic License 2.0](LICENSE.md)\n",
  "bytes": 2548,
  "sha": "7242eb25af844c87d5cc50f2b4efa8035c9e0db156954baad3bcecec084fbd49",
  "repo_slug": "sitemd-cc/sitemd",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_sitemd_cc_sitemd_sitemd_a1b505c1/readme"
}