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.
Recommended Hosts
Section titled “Recommended Hosts”Use any static host:
- Cloudflare Pages
- Vercel
- Netlify
- GitHub Pages
- static files behind your own CDN
Build Command
Section titled “Build Command”npm installnpm run buildOutput directory:
distCloudflare Pages
Section titled “Cloudflare Pages”Recommended settings:
Framework preset: AstroBuild command: npm run buildBuild output directory: distNode version: 22This 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.comagents.example.comCommand-line deploy:
npm installnpm run buildnpx wrangler pages deploy dist --project-name agentic-team-playbookVercel
Section titled “Vercel”Recommended settings:
Framework preset: AstroBuild command: npm run buildOutput directory: distInstall command: npm installPositioning
Section titled “Positioning”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.Forking Guidance
Section titled “Forking Guidance”If you fork this for a company:
- keep upstream templates intact where possible
- add company-specific risk gates
- list real repo commands
- add examples from your own PRs
- keep the review pack format stable