Skip the 40 hours
of trial-and-error.
Nine infrastructure playbooks for AI-native founders. Built from production infrastructure that runs a real business — not hypothetical best practices. Plain Markdown, read yourself or feed to your agents.
$29$49founding price · ends after 100 salesGet the Starter Packetreal production
Nine modules. One stack.
Each module is a standalone Markdown file. Read in order, or jump to the one you need right now.
Branch protection, 2FA enforcement, GitHub App identity, deploy keys.
Monorepo layout, pnpm workspaces, file conventions, AGENTS.md.
Astro + Tailwind + content collections + worker assets pipeline.
wrangler config, custom domain, dev/prod env split, preview URLs.
CSP, headers, secret rotation cadence, audit logging, key revocation.
1Password CLI, op-inject in CI, dev/prod separation, .env hygiene.
Apex + www routing, MX, DKIM, SPF, DMARC, CAA, SSL/TLS modes.
Uptime, error budgets, log streaming, single-person on-call setup.
Claude Code, Codex CLI, OACP inbox, fleet config, debrief loop.
Read a module
before you buy.
Every module follows the same shape: prerequisites, numbered steps, copy-paste configs, and short “why” notes where the trade-off matters.
Cloudflare Workers Deploy
Get an Astro site live on a custom domain with preview URLs in 18 minutes.
Prerequisites
- GitHub repo created (Module 01)
- Domain registered, nameservers can be changed
- Cloudflare account, billing-eligible if you want Workers Paid
Step 1 — Install wrangler
$ pnpm add -D wrangler @cloudflare/workers-types$ pnpm wrangler login» opens browser — authorize the right account
Step 2 — wrangler.jsonc
{"name": "yourapp-web","compatibility_date": "2026-05-22","main": "./worker.js","assets": { "directory": "./dist", "binding": "ASSETS" },"env": {"production": { "routes": [{ "pattern": "yourapp.com/*", "zone_name": "yourapp.com" }] }}}
Step 3 — First deploy
Common questions.
Built by a solo founder who set up this exact stack from scratch. Email me if something’s missing.
Who are these playbooks for?
Solo founders and small teams building AI-native products who need production infrastructure fast. If you’d rather spend 2 hours following a tested playbook than 40 hours debugging from scratch.
Why buy this instead of figuring it out myself?
Because the 40 hours of trial-and-error are already done. Every module is built from production infrastructure that runs a real business — not hypothetical best practices.
Can I feed these to my AI agents?
Yes — that’s a first-class use case. Plain Markdown, no DRM, no course platform. Drop them in your agent’s context window or repo and let Claude or Codex execute the steps directly.
What’s included?
Nine modules covering GitHub, Cloudflare, security, DNS, monitoring, secrets, and agent workspace. Each is a standalone Markdown file with steps, configs, and decision rationale. Download once, use forever.
I’m starting an AI company — is this the right starting point?
Yes. These cover the infrastructure layer every AI-native company needs but nobody talks about. Won’t teach you PMF or fundraising — will get your stack production-grade in hours instead of weeks.
Ship infrastructure
in hours, not weeks.
Get the playbooks, feed them to your agents, and skip the boring-but-critical setup work entirely.
$29founding priceGet the Starter Packet