9d9

9d9 docs

Build a static site. Push it. We host it. CMS for the bits that update.

9d9 is a static-asset host with a headless CMS bolted on. You build your site with whatever framework you want — Astro, Next static export, Hugo, vanilla HTML — and push the dist/ directory. We serve it worldwide on Cloudflare's edge, free SSL included. The CMS API gives you a structured place to keep content that updates between builds.

The shortest possible tour

npm i -g @9d9dev/cli
9d9 set-key ak_xxx --org=org_xxx
9d9 deploy ./dist

Two clicks in the dashboard to generate the key. Two commands here. Your site is live at your-slug.9d9.dev with a real cert.

Where to next

  • Quickstart — start an Astro site from scratch and deploy in three minutes.
  • Concepts — what 9d9 is and isn't, how the static + CMS halves fit together.
  • CLI — install, auth, every command.
  • MCP — wire an AI assistant (Claude, Cursor) to push pages.
  • REST API — for everything else.