All Courses & Projects

54 courses and projects across two learning paths and extras.

Try:

Showing 54 courses

Free
Vibe Coding Foundations

Build your first web page with AI in the opening chapters, then understand what is happening behind the scenes. You will see how the web works, read HTML and CSS without memorizing anything, and refine your page into something you would show anyone. No experience needed. This is where your vibe coding journey starts.

70 steps35 min5.0(1)
Free
Vibe Coding Toolchain

Set up a complete AI coding workflow with the terminal, npm, and a terminal AI agent. Go beyond installation: use the agent on a real task, learn the describe-review-approve loop, and bring browser-built projects to your local machine.

45 steps23 min5.0(1)
Free
Configuring AI Tools

Most AI coding tools start each session without knowing anything about the project. You'll fix that by setting up config files for project context, shared standards across tools, MCP servers that connect AI to live data like GitHub issues, and automated checks that catch mistakes without you asking. By the end, every AI session starts informed instead of guessing.

46 steps23 min5.0(1)
Free
Git & Version Control Using AI

One bad AI prompt can rewrite your entire project in seconds. Git gives you unlimited undo. You'll save snapshots, branch safely, recover from any mistake, and push your code to GitHub. When you work with teammates, Git keeps everyone's changes organized without overwriting each other. Your AI agent handles every Git command while you learn what each one actually does.

51 steps26 min
Free
Prompting That Actually Works

Stop getting garbage from AI and start getting what you actually want. You will practice the patterns that consistently produce good results: specific build prompts, follow-up conversations, debug templates, and mini-specs for bigger features. Works with any AI tool you use. This is the most transferable skill in vibe coding.

69 steps35 min
Build Polished UI with AI

Build interfaces that look polished without learning design. You'll use component libraries to drop in professional UI, Tailwind CSS to make layouts work on any screen size, and learn how to turn screenshots into real working code with AI. If you work with a designer using Figma, you'll also see how to connect those designs directly to your project. No design background needed.

54 steps27 min
Databases for Builders

Add a database to your app without learning SQL. You'll use Supabase to store user data, and your AI agent will design the tables, write the queries, and wire everything into your UI. Every app needs this. Now you know how to build one.

54 steps27 min
Build Backends with AI

Turn your frontend into a full-stack product that knows who is logged in, protects every route, and keeps running when things break. You will build API routes in Next.js, add authentication with Supabase or Clerk, handle errors properly, and set up background jobs for slow work. You describe the feature. AI writes the server code. This is where your app becomes a product.

57 steps29 min
APIs & Integrations

You'll learn how to connect external services to your app: transactional email, optional payment processing, and webhook chains that trigger actions across multiple services at once. You'll use Stripe or Polar for checkout, Resend or a similar service for email, and build handlers that keep everything in sync. By the end, you have the integration skills vibe coders use on every app they ship.

47 steps24 min
Spotting AI Mistakes Fast

You don't need to understand every line of code. You need a reliable system for reviewing AI output and catching mistakes before your users do. Review prompts, testing checklists, and TypeScript error messages become your quality toolkit. This is the quality mindset every vibe coder needs before shipping.

51 steps26 min
Debugging & AI Error Recovery

You learned to catch AI mistakes in the Spotting AI Mistakes Fast course. Now you'll fix the ones that slip through. Copy error messages directly to AI, describe silent bugs without understanding the code, and use Git as an undo button for your entire project. Broken apps stop feeling like disasters.

50 steps25 min
Don't Get Hacked

You'll ship apps that are safe from the mistakes that cost builders thousands. Learn the attack names every developer should know (XSS, SQL injection, CSRF), tell AI to protect against each one, and run a 10-minute security checklist before every deploy. No security background needed.

45 steps23 min
Ship Without Breaking Things

Every push feels risky until you have a system. You'll build a pre-ship routine that catches bugs before your users do: a quick manual check, AI-generated automated tests, and preview deploys via Vercel. After this course, shipping stops being scary.

32 steps16 min
Ship It Live

Your app works on your laptop. Now make it real by shipping it to the internet. You'll connect your project to Vercel, configure production settings, and learn to read build logs so failures don't feel like disasters. By the end, you'll know how to roll back a broken deploy in seconds and set up monitoring so you catch problems before your users do.

35 steps18 min
Think Like a Product Builder

You can build anything now. This course teaches you what is actually worth building. You will scope MVPs to three core features, set a single price from day one, and track activation, retention, and revenue instead of vanity metrics. This is the last mindset course before your capstone project.

47 steps24 min
Distribution & Growth Systems

You built something great and nobody knows about it. This course fixes that. You will launch on Hacker News, Reddit, and Product Hunt without sounding like a sales pitch. You will write SEO content with AI that brings free traffic for years and set up referrals that turn happy users into your best marketers. By the end, you have a weekly growth routine you can follow from day one.

37 steps19 min
Make Your App Smarter

Add a chatbot, smart search, or content generation to your app using AI APIs. You will tell your coding AI to wire up the Anthropic or OpenAI API, then keep costs down with rate limits and caching. This is the final course in the Vibe Path before your capstone project.

34 steps17 min
Free
Agentic Coding Foundations

You already use AI for chat and autocomplete. Agents are different. They read your codebase, run commands, check results, and loop until the work is done. This course teaches you how that loop works, how to stay in control of it, and how to write tasks that agents can actually execute. It's the mental model every other course on this path builds on. Completely free.

67 steps45 min
Free
Writing Tasks Agents Can Execute

Project rules tell agents how to work. Tasks tell them what to work on. This course teaches you to write task descriptions so precise that agents finish them on the first try. Five components, ten seconds of thinking, and dramatically better output. Less babysitting, more shipping.

46 steps31 min
Coming Soon
Set Up a Real Project for Agents

Pick a real project you work in. Configure it for agents. Write a real task. Delegate it. Evaluate the output. By the end, your project has a CLAUDE.md, supporting docs, and proven agent workflow. This isn't a tutorial project - it's your actual code.

Content in development
Free
Agent Skills & Custom Commands

You repeat the same instructions every session. Reusable skills fix that. This course teaches you to build on-demand agent workflows: skill files that load when relevant, shell preprocessing that injects live data, isolation modes that keep your main session clean, and activation controls that prevent accidental triggers. By the end, you have a portable skill library that makes any agent better at your specific work.

41 steps27 min
Free
Agent Safety & Permissions

Agents with broad file access and shell permissions can cause real damage without malice. This course builds the safety infrastructure that prevents disasters: a risk framework for every delegation decision, permission scoping that matches task risk, secrets hygiene that stops leaks before they happen, automated gates that catch dangerous actions, audit trails that trace what went wrong, and awareness of emerging risks like prompt injection.

38 steps25 min
Free
Refactoring & Debt Reduction with Agents

Technical debt is where agents earn their keep. Learn to distinguish agent-friendly debt from design decisions only you can make, plan refactors in safe batches, handle legacy code and dependency upgrades, and build a system that steadily improves your codebase without heroic effort.

45 steps30 min
Coming Soon
Mobile Development with AI

Build and ship a mobile app companion using React Native and Expo.

Content in development
Coming Soon
AI Pipelines & RAG Systems

Build an end-to-end RAG pipeline with quality evaluation.

Content in development
Coming Soon
Chrome Extensions & Browser Tools

Build and publish a production-ready browser extension.

Content in development
Coming Soon
Automation & Internal Tools

Automate a business workflow with monitoring and alerts.

Content in development
Coming Soon
Building Bots for Telegram, Discord & Slack

Launch an AI-powered bot with persistent state and reliable hosting.

Content in development
Coming Soon
Web Scraping & Data Products

Build a scrape-to-API data product pipeline you can ship.

Content in development
Coming Soon
AI for Freelancers & Client Work

Win and deliver paid client work with repeatable AI-assisted workflow.

Content in development
Free
Ship Your First App

Build a personal page with AI and deploy it to a live URL in one session. Each step shows you the exact prompt to use, what to expect, and what to fix. By the end you will have a public link with your real name on it.

28 steps14 min
Guided Project
Undo a Disaster Cleanly

Break a real project on purpose, then recover it using AI and Git. You will introduce real bugs across three commits, inspect the damage with diffs, and undo each commit one at a time. By the end you will know that most code disasters are recoverable and exactly how to recover them.

20 steps10 min
Guided Project
Build a Polished Landing Page

Build a professional landing page from scratch using AI. You will find inspiration, screenshot designs you like, generate a full page section by section, make it responsive with dark mode, and polish the details. You walk away with a complete, polished landing page ready to deploy when you learn deployment later.

21 steps11 min
Guided Project
Build a Full-Stack SaaS App

Build a complete SaaS app from spec to launch using AI. You'll set up a database, add authentication, build CRUD features, integrate payments, and deploy to a live URL. This is where you put everything together and ship something real.

54 steps27 min
Guided Project
Fix a Broken Production App

Get hands-on practice finding and fixing real problems in a broken app by describing them to AI. You'll test every page, describe every bug, and get AI to fix each one. Deliverable: a fully working app and a fix report documenting your process.

41 steps21 min
Guided Project
The Hardening Pass

Take one of your existing projects and make it production-ready by telling AI to add tests, security checks, error handling, and automatic monitoring. Deliverable: a hardened app that's ready for real users.

35 steps17 min
Guided Project
Deploy Your MVP

Take your project from 'works on my laptop' to 'live on the internet.' You'll deploy to Vercel, set up production settings, fix deploy failures, add monitoring, and share your live URL. Deliverable: a working app on a real URL.

29 steps15 min
Guided Project
Grow to 100 Users

Take a deployed app and get real people using it. You'll launch on multiple platforms, set up referrals and SEO, track what's working, and iterate based on real feedback. Deliverable: 100 real users and active growth systems running.

26 steps13 min
Capstone
The Final Build

This is it. Build your own product from scratch - pick the idea, scope the MVP, build it with AI, deploy it, and get real users. Nobody tells you what to build. You use every skill from the path to ship something real. This is where you go from learner to builder.

26 steps13 min
Free
Mastering AI Terminal Agents

Evaluate, use, and steer any terminal agent. Covers Claude Code, Gemini CLI, Codex CLI, and Aider through practical patterns: choosing the right agent, reading live output, catching drift, recovering from mistakes, and building daily habits.

51 steps34 min
Free
Agentic Workflows & Delegation

Real features are too big for one agent session. This course teaches you to break work into agent-sized tasks, sequence them with verification checkpoints, delegate research to keep context clean, run parallel agents on independent tracks, and recover when the pipeline breaks. The workflow that ships features fastest isn't one long session. It's a structured pipeline of focused ones.

43 steps29 min
Free
Agentic Debugging & Recovery

Agents break things in predictable patterns. This course teaches you to recognize each failure mode in seconds, recover in under two minutes, save good work from bad runs, and design workflows where mistakes stay cheap. The skill that separates fast developers from frustrated ones isn't avoiding failures. It's recovering from them before they compound.

42 steps28 min
Coming Soon
Refactor a Real Codebase with Agents

Pick a real project, break a messy area into agent-sized refactoring tasks, execute each one with checkpoint commits, and ship a clean result. This is where everything from courses 1-4 comes together.

Content in development
Free
Configuring Agents for Your Codebase

Agents make the same mistakes until you tell them not to. This course teaches you to write project rules files, shared cross-tool conventions, scoped directory rules, persistent context strategies, and agent-navigable documentation that make agents understand your codebase from the first prompt. Less correction, more shipping.

48 steps32 min
Free
Multi-Agent Coordination

One agent hits a wall when features span too many files. The fix isn't a bigger context window. It's splitting work across multiple agents that each own a clear piece. This course teaches coordination modes, proven patterns (sequential chains, parallel pools, builder-reviewer pairs), contract-first ownership design, and how to review and merge multi-agent output so independently-built pieces work together on the first merge.

45 steps30 min
Free
MCP & Tool Ecosystems

Agents can only do what their tools allow. MCP is the open protocol that connects agents to databases, APIs, issue trackers, and your internal systems. This course teaches you to evaluate which servers to connect, compose a focused tool ecosystem that protects your context budget, decide when to build custom servers, and navigate MCP-specific security risks like tool poisoning.

36 steps24 min
Coming Soon
Build a Multi-Agent Workflow

Design and ship a repeatable multi-agent workflow for a real task in your codebase. You'll pick a task, choose a coordination pattern, wire up MCP tools, run parallel agents, and document the workflow so you can run it again next week. Not a tutorial exercise - a real workflow you'll actually use.

Content in development
Free
Reviewing and Trusting Agent Work

Agents make mistakes in predictable patterns. This course teaches you to review agent-generated code efficiently, calibrate trust by task type, catch drift before it compounds, and give feedback that actually improves future output. The developer who reviews well ships faster than one who checks nothing or checks everything.

41 steps27 min
Guided Project
Refactor a Real Module with Agents

Pick a module in a real codebase that needs work. Plan the refactor, delegate it to agents in verified batches, confirm nothing broke, and document the agent-assisted process so you can repeat it.

20 steps0.5 hours
Free
Agents in CI/CD

Agents don't have to wait for you to start them. Learn to run agents unattended in CI pipelines, choose the right tasks to automate, set security boundaries for headless execution, and build trust through a staged progression from optional to required.

43 steps29 min
Free
Large Codebase & Multi-Repo Strategies

Large codebases break naive agent workflows. Learn context selection strategies, search techniques for unfamiliar code, monorepo package scoping, contract-first multi-repo coordination, and how to decompose large changes without losing coherence.

38 steps25 min
Free
Your Agentic Developer Workflow

You know the techniques. Now make them a system. Build a personal workflow that compounds over time: how to audit which tasks benefit most from delegation, how to choose the right oversight level, how to build patterns from repeated work, and how to evolve your system as you and the tools improve.

38 steps25 min
Coming Soon
Automate a Repetitive Dev Task

Pick something you do manually every week and eliminate the manual work permanently. Not a prototype. A real automation that runs reliably, saves measurable time, and is documented well enough for a teammate to maintain.

Content in development
Coming Soon
Ship a Feature End-to-End with Agents

This is not a final exam. It is proof that your agentic workflow works. Take a real feature in a real codebase from spec to deployment using agents at every stage: planning, coding, reviewing, testing, and shipping. Then write the retrospective that makes your next feature even faster.

Content in development