Lessons

27 lessons on building software with Claude Code, Codex, Cursor, and Lovable, newest course first. 5 of them are free.

  1. The roles of GitHub, Vercel, and Supabase

    Sep 2, 2026Free

    GitHub holds the code, Vercel runs it, and Supabase stores the data. Why you need all three.

    Lesson 6 of 13 in Zero to Reddit

  2. Connecting GitHub, Vercel, and Supabase using plan mode

    Sep 2, 2026Members

    Use plan mode to put the app on GitHub, host it on Vercel, and connect it to Supabase.

    Lesson 9 of 13 in Zero to Reddit

  3. Building the database

    Sep 2, 2026Members

    Design the tables a Reddit clone needs (posts, comments, votes) and have the AI create them in Supabase.

    Lesson 10 of 13 in Zero to Reddit

  4. Planning authentication

    Sep 2, 2026Members

    Plan sign-up and login with the AI before it writes any code.

    Lesson 11 of 13 in Zero to Reddit

  5. Connect to Supabase for a backend

    May 25, 2025Members

    Connect Supabase so the app has somewhere to store users and their data.

    Lesson 4 of 14 in The AI SaaS Course

  6. Set up Supabase MCP in Windsurf

    May 25, 2025Members

    Connect the editor directly to your database with the Supabase MCP server, so the AI can read your schema while it works.

    Lesson 10 of 14 in The AI SaaS Course

  7. Let user save brand voice to their tweets with Supabase updates

    May 25, 2025Members

    Let each user save a brand voice in Supabase and apply it to the tweets the app writes for them.

    Lesson 12 of 14 in The AI SaaS Course