The Saucy Playbook
Everything you need to ship. Playbooks explain the "why". Guides show you the "how".
Playbooks
Next.js
App Router, Server vs Client Components, data fetching, API routes, and the #1 confusion points solved.
ReadGit & GitHub
Version control, commits, branches, push/pull, and the workflow that makes deployment possible.
ReadVercel
Multi-project hosting, shared resources, environment variables, and the deploy workflow.
ReadDatabase
SQL vs NoSQL, when each shines, Neon vs Supabase, framework pairings, and common pitfalls.
ReadAuthentication
Clerk vs NextAuth vs Supabase Auth. Login flows, OAuth, sessions, and security best practices.
ReadCookie Compliance
CCPA/CPRA compliance for California. Cookie banners, privacy policies, and avoiding massive fines.
ReadModel Context Protocol (MCP)
Claude Code vs Desktop setup, server configuration, common pitfalls, and pro tips for unlocking AI superpowers.
ReadClaude Agents & Skills
Subagents for isolated tasks, Skills for standardized workflows. Create your own or use built-ins.
ReadAgents vs Skills
When to use isolated agents vs auto-discovered skills. A decision framework for power users.
ReadTerminal Basics
Commands you'll actually use. Navigate, create, delete, and talk directly to your computer.
ReadSchema Design
Structuring your data. Tables, columns, relations, and the blueprint for your database.
ReadDrizzle ORM
Type-safe database queries. The translator between TypeScript and SQL.
ReadGuides
Your First App
From zero to running Next.js app in 15 minutes. Create, style, and add interactivity.
Start GuideClaude Code + VS Code
Install Claude Code, verify Node, launch from terminal, key commands, and pro tips.
Start GuideClaude Code PRO Tips
Multiple sessions, AI-assisted prompting, positive reinforcement, and agent awareness.
Start GuidePlan Mode
Think first, code second. Claude's read-only analysis mode for strategic planning.
Start GuideDomain & DNS
Buy a domain, configure DNS, connect to Vercel, and get HTTPS working.
Start GuidePayments & Stripe
Accept payments, subscriptions, webhooks, and monetize your app with Stripe.
Start GuideConnect Database
Wire up Neon Postgres + Drizzle ORM. Type-safe queries, migrations, and real data.
Start GuideThe OAuth Trap
Why login works locally but fails in production. The 5-part setup every vibe coder misses.
Start GuideOAuth Providers
Google, GitHub, Apple, X, Facebook, Microsoft, and more. Pros, cons, costs, and setup steps.
Start GuideCookie Banner Implementation
Step-by-step CCPA/GDPR compliance. Copy-paste AI prompt included for quick setup.
Start GuideGoogle Antigravity
Google's agentic IDE. Agentic mode, browser subagent, terminal control, and verification.
Start GuideProtected Routes
Keep pages secure. Middleware, redirects, and the bouncer pattern for your app.
Start GuideEnvironment Variables
Secrets management. Keep API keys safe and configure different environments.
Start GuideSubscriptions
Recurring revenue with Stripe. Plans, trials, upgrades, and the gym membership model.
Start GuideWebhooks
Real-time payment events. The doorbell pattern for when Stripe needs to talk.
Start GuidePrompting
Get better AI results. Be specific, give context, show examples, iterate.
Start Guide