Saucy Knowledge
Everything you need to ship. Playbooks explain the "why". Guides show you the "how".
Getting Started
Your First App
From zero to running Next.js app in 15 minutes. Create, style, and add interactivity.
Start GuideSetup Your Workspace
Install tools, configure your development environment, and get ready to ship.
Start GuideClaude Code + VS Code
Install Claude Code, verify Node, launch from terminal, key commands, and pro tips.
Start GuideAll Content
Terminal Basics
Commands you'll actually use. Navigate, create, delete, and talk directly to your computer.
ReadGit & GitHub
Version control, commits, branches, push/pull, and the workflow that makes deployment possible.
ReadNext.js
App Router, Server vs Client Components, data fetching, API routes, and the #1 confusion points solved.
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.
ReadClaude Skills Ecosystem
Four ways to extend Claude: CLI Skills, API Skills, Slash Commands, and chaining them together.
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.
ReadClaude 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 GuideChoosing a Database
Neon vs Supabase vs PlanetScale vs AWS RDS. Comparison, free tiers, and decision framework.
ReadAI Tools for Vibe Coding
Claude vs ChatGPT vs Copilot. Cursor vs Windsurf vs VS Code. Tool & IDE comparison.
ReadBuilding for iOS
Mac requirements, Xcode, Apple Developer Account, and the real cost breakdown.
ReadAWS Ecosystem
Building with AWS. Amplify, RDS, Lambda, Cognito stack vs Vibe Stack comparison.
ReadGoogle Cloud Ecosystem
Building with GCP. Cloud Run, Cloud SQL, Firebase Auth stack and cost comparison.
ReadPython Stack
Vibe coding with Python. Django vs FastAPI, Railway deployment, and AI setup tips.
ReadDeployment Checklist
Pre-launch essentials. 9-section checklist covering env vars, database, domain, security, and more.
Read