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.
Clone any of these repos, open sitedog.yml
, run sitedog live
, and you'll get the exact same card.
Real configurations from our projects
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
name: SiteDog CLI
repo: github.com/sitedog/cli
ci: github actions
release:
- github releases
- homebrew tap
- npm registry
docs: docs.sitedog.dev
Start with our CLI and see your projects come to life
curl -sL get.sitedog.io | sh