Buying the Playbook now gets you the room, not just the doc.
The $49/mo Core tier now grants room access to the Verified Builders community on subscription start, and revokes on cancel — both idempotent, both audited. The Playbook stopped being a doc and became a doc plus a room.
Build day TL;DR
- Date
- Wednesday, 20 May 2026
- Hook
- Buying the Playbook now gets you the room, not just the doc.
- TL;DR
- The $49/mo Core tier now grants room access to the Verified Builders community on subscription start, and revokes on cancel — both idempotent, both audited. The Playbook stopped being a doc and became a doc plus a room.
- Tags
- community, billing, isenberg
- Pull requests
- #86
What shipped, and why
Greg Isenberg again: products copy, communities don't. The framework we ship inside Core is replicable. The room of post-launch indie founders running it together isn't.
Today the gate is shipped (PR #86). When a Stripe subscription for the Core price flips to active, the webhook grants room access; on cancel or non-payment, it revokes. Both directions are idempotent — replaying the same webhook is a no-op — and every grant or revoke is written to an audit table so we can answer 'why does X have access' without guessing.
The platform is intentionally swappable. A single environment variable (COMMUNITY_INVITE_URL) decides whether the invite lands on Skool or Discord, so we can move the room without re-deploying the gate logic.
Linked surfaces
What you should do next
If you bought the Playbook, your invite is in your dashboard. If you didn't, the diagnostic still tells you whether you should.
Adjacent build days
Apply the lesson to your own funnel
Reading the log is half. The other half is checking whether the same constraint is hiding on your live page. The free 90-second Launch Diagnostic returns Hook / Story / Offer scores plus the one thing to rebuild first.