Lessons
27 lessons on building software with Claude Code, Codex, Cursor, and Lovable, newest course first. 5 of them are free.
The roles of GitHub, Vercel, and Supabase
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
Connecting GitHub, Vercel, and Supabase using plan mode
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
Building the database
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
Planning authentication
Plan sign-up and login with the AI before it writes any code.
Lesson 11 of 13 in Zero to Reddit
Connect to Supabase for a backend
Connect Supabase so the app has somewhere to store users and their data.
Lesson 4 of 14 in The AI SaaS Course
Set up Supabase MCP in Windsurf
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
Let user save brand voice to their tweets with Supabase updates
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