The Post-Build Cliff
What happens after the thing you vibe-coded actually works.
A small, free, opinionated course for non-technical founders shipping AI-built software into the real world. Written by people who fell off the cliff first.
Five ways founders fall off.
Secrets in a public repo.
You pushed your .env to GitHub. Your OpenAI key, Stripe key, and database password are now scraped within five minutes. Bots watch the GitHub event firehose for new keys; the rotation playbook is the only path back.
Data loss with no backup.
The platform you built on (Replit, Bolt, Lovable) lost or migrated state. There was no export. The work is gone. The first backup you make doesn't count — only the first one you've successfully restored from does.
No version control.
You can't roll back a bad change because every change overwrote the last one. Git isn't an engineering luxury — it's the only honest record of what you built and why.
Deploys that break in prod but not preview.
Environment differences you didn't know existed. Different node versions, different env vars, different timezones. The bug isn't in your code — it's in the gap between two machines you treated as identical.
A user submits real data and you don't know what applies.
GDPR? PII? Payment data? The moment a real human's information lives in your system you're technically liable, whether you knew the rules or not. Compliance is a line you cross, not a feature you ship.
You don't need to become an engineer. You need to know exactly where your competence should stop.
Three modules
The Cliff
Private vs public repos
What a secret is
Why staging exists
Minimum Competence
Env vars in production
Deploy from a branch
Reading logs
Restoring a backup
The Hiring Line
Contractor vs fractional CTO
Agency vs full-time
Four interview questions
Free, forever.
No email gate, no upsell, no "premium tier." If you found this useful, send it to one founder who needs it more than you did.
Living document.
Tools change fast. Lessons live on GitHub as plain markdown. Spotted something stale? Open a PR — your name goes in the contributors list.
Searchable, offline.
Hit ⌘K from anywhere. Search runs in the browser — your queries don't leave your laptop.