🐕 SiteDog Eats Its Own YAML

The proof is right here, rendered by the same CLI you'll install in 60 seconds.

Every repo in our stack—from sitedog-cli to this landing page—ships with a sitedog.yml.

On every commit the dog wakes up, parses the file, and spits out a fresh project card.

No hidden CMS, no marketing smoke-and-mirrors. Just bare-bones YAML and the tool you're about to try.

Project Last rendered Card
sitedog.dev (this site)
2 min ago live card here
CLI release pipeline
7 min ago live card here
Chrome / VS Code extension
32 min ago live card here
Cloud backend
41 min ago live card here

Want to sniff around?

Clone any of these repos, open sitedog.yml, run sitedog live, and you'll get the exact same card.

Example YAML Files

Real configurations from our projects

Landing Page

name: SiteDog Landing
repo: github.com/sitedog/landing
dns:
  provider: cloudflare
  domain: sitedog.dev
hosting:
  provider: vercel
  url: sitedog.vercel.app
monitoring:
  - vercel analytics
  - plausible.io

CLI Tool

name: SiteDog CLI
repo: github.com/sitedog/cli
ci: github actions
release:
  - github releases
  - homebrew tap
  - npm registry
docs: docs.sitedog.dev

Ready to map your own infrastructure?

Start with our CLI and see your projects come to life

curl -sL get.sitedog.io | sh