Skip to content
kiloloop/ playbooks
Starter Packet · v1.0 · MMXXVI

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 Packet
· instant download· plain markdown· no DRM
Built from
real production
9modules
~40pages of guides
253real dispatches behind it · May 2026
$0video · DRM · platform

Nine modules. One stack.

Each module is a standalone Markdown file. Read in order, or jump to the one you need right now.

~3h END-TO-END
01security
GitHub Org Hardening

Branch protection, 2FA enforcement, GitHub App identity, deploy keys.

~25 min setup.md
02scaffold
Repo Bootstrap

Monorepo layout, pnpm workspaces, file conventions, AGENTS.md.

~15 min setup.md
03scaffold
Website Blueprint

Astro + Tailwind + content collections + worker assets pipeline.

~30 min setup.md
04deploy
Cloudflare Workers Deploy

wrangler config, custom domain, dev/prod env split, preview URLs.

~18 min setup.md
05security
Security Hardening

CSP, headers, secret rotation cadence, audit logging, key revocation.

~20 min setup.md
06security
Secrets Management

1Password CLI, op-inject in CI, dev/prod separation, .env hygiene.

~15 min setup.md
07deploy
DNS & Domain Setup

Apex + www routing, MX, DKIM, SPF, DMARC, CAA, SSL/TLS modes.

~12 min setup.md
08deploy
Monitoring & Alerting

Uptime, error budgets, log streaming, single-person on-call setup.

~22 min setup.md
09agents
Agent Workspace Setup

Claude Code, Codex CLI, OACP inbox, fleet config, debrief loop.

~25 min setup.md
9 files · markdown · 0 video · 0 DRM+ read yourself or feed to your agents

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.

· headings & steps
· copy-paste configs
· “why” notes inline
· zero scrolling fluff
Get all 9 modules
04-cloudflare-workers-deploy.mdmarkdown9.4 kbpreview
MODULE 04

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

whyJSONC (not TOML) lets you comment your env split inline. Future you will thank present you.
{
"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

— preview ends here —Module continues for ~4 more pages

Common questions.

Built by a solo founder who set up this exact stack from scratch. Email me if something’s missing.

01

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.

02

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.

03

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.

04

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.

05

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
instant download · plain markdown · no DRM