He Claude Code: Build Me a YouTube Replacement
TL;DR: Pat Walls, founder of Starter Story ($2M+ revenue), faced an existential crisis when YouTube flagged his content as 'dangerous' and threatened to delete his entire channel. Over one weekend, he used Claude Code to build a replacement video platform that now serves as his content hub. The interview walks through the exact process: using Next.js framework, taking screenshots to guide the AI, using wrappers like Bunny.net for video streaming instead of reinventing the wheel, and deploying to Vercel. Most importantly, Pat shifted his mental model from 'YouTube is the hub' to 'my site is the hub, YouTube is a spoke' - now all social posts link to his owned platform first, where he captures emails via login wall (free 2-minute preview). The platform replaces traditional email opt-ins with content gates, builds retargeting audiences, and protects against platform risk. Pat emphasizes this isn't about perfect code - it's about using AI to move from builder to painter, focusing on product decisions rather than implementation details.
Key Insights
- Shift from 'platform as hub' to 'owned site as hub, platforms as spokes' to protect against platform risk and own your audience
- Use AI coding tools (Claude Code) to build production apps in hours instead of months, even with minimal coding skills
- Use proven frameworks (Next.js) and wrappers (Bunny.net, Firebase) instead of reinventing infrastructure - stand on shoulders of giants
- Capture emails via content gates (2-minute video preview then login required) instead of traditional opt-in forms
- Download and own all your content from platforms before they can delete it - you don't own what you can't access
Actionable Takeaways
- Take screenshots of interfaces you want to recreate and paste them into Claude Code with 'recreate this with placeholder components'
- Build one feature at a time - start with core value (video player), then iterate based on what you actually need
- Use bunny.net for video streaming ($5/month), Vercel for hosting (free tier), Next.js for framework - proven, well-documented stack
- Add login wall to content: free preview (2 minutes) then require email to continue watching
- Link all social posts to your owned site first, then embed platform content as spokes - reverse the dependency