Skip to content

Self-Host

The playbook is a static Astro site. No backend. No auth. No database.

That keeps it easy to fork, brand, and host under your own domain.

Use any static host:

  • Cloudflare Pages
  • Vercel
  • Netlify
  • GitHub Pages
  • static files behind your own CDN
Terminal window
npm install
npm run build

Output directory:

dist

Recommended settings:

Framework preset: Astro
Build command: npm run build
Build output directory: dist
Node version: 22

This repo also includes wrangler.toml with:

name = "agentic-team-playbook"
compatibility_date = "2026-04-28"
pages_build_output_dir = "dist"

Then add a custom domain such as:

playbook.example.com
agents.example.com

Command-line deploy:

Terminal window
npm install
npm run build
npx wrangler pages deploy dist --project-name agentic-team-playbook

Recommended settings:

Framework preset: Astro
Build command: npm run build
Output directory: dist
Install command: npm install

For a public site, keep the headline concrete:

Make AI coding agents durable workers.

For an internal company fork, make the first page operational:

How our agents branch, commit, verify, and hand off work.

If you fork this for a company:

  1. keep upstream templates intact where possible
  2. add company-specific risk gates
  3. list real repo commands
  4. add examples from your own PRs
  5. keep the review pack format stable