Sprint Session, Part 2 Week 3
Q&A
Install your command line tools
Before we connect anything, you need a few tools installed. This is a one-time setup. You will install Homebrew (Mac's package manager), the Supabase CLI (for your database), and a few other utilities. All through the terminal, all guided by Claude.
What you are installing
Homebrew (Mac only): installs other tools for you. One command.
Supabase CLI: connects your terminal to your database. Used for migrations and deployments.
Deno (optional): runs edge functions locally for testing.
💡
Ask Claude to walk you through it.
In Claude Code, say: "Help me with guide 12" and it will read the full installation guide from your starter system and walk you through every step. You do not need to memorize commands.
In Claude Code, say: "Help me with guide 12" and it will read the full installation guide from your starter system and walk you through every step. You do not need to memorize commands.
The full guide is at guides/12-homebrew-and-cli.md in your starter system. Windows users: the guide includes Windows-specific alternatives for each tool.
Takeaways
Your infrastructure is six pieces: CLI tools, database, email, edge functions, payments, dashboard upgrade.
Each piece has a detailed guide in your starter system. Ask Claude to help you with any guide by number.
The minimum stack costs less than one SaaS subscription per month. Supabase and Resend are free at this scale.
Once connected, your dashboard shows live data. Your daily practice feeds real-time insights.
Action Steps
1Install CLI tools: Homebrew, Supabase CLI. Ask Claude: "Help me with guide 12"
2Set up Supabase: create project, link, auth, secrets. Ask Claude: "Help me with guide 13"
3Set up Resend: account, domain verification, API key. Ask Claude: "Help me with guide 14"
4Deploy edge functions: signup handlers, session save, unsubscribe. Ask Claude: "Help me with guide 15"
5Set up Stripe: payment links, webhooks. Ask Claude: "Help me with guide 16"
6Upgrade dashboard to live Supabase data. Ask Claude: "Help me with guide 17"