The Builder
Build apps and websites with AI. Even if you've never written a line of code in your life.
You don't need to know how to code to build real software anymore. This path takes you from 'I have an idea' to a working, deployed app. Using AI to write every line of code. Start with the no-code tools and go as deep as you want. Developers will also find the later steps valuable for shipping faster.
Step 1
Turn your idea into a clear brief
Before writing a single line of code, you need to know exactly what you're building. Claude is exceptional at helping you think through an idea, define scope, and produce a clear spec.
Your task
Describe your app idea to Claude. Even vaguely. Then ask it: 'Help me define exactly what this app needs to do. What are the core features? What would a simple first version look like? What should I build first?' Use the back-and-forth to get specific. Ask it to produce a one-page product brief at the end. This is the plan you'll hand to the building tools.
Step 2
Build your first app from a description
Lovable lets you describe what you want to build and generates a working web app. No terminal, no code editor, no setup. It deploys automatically.
Your task
Go to lovable.dev and paste in your brief from Step 1. Be specific about what the app should do, what it should look like, and who it's for. Watch it build. Then iterate by describing changes in plain English: 'Add a search bar', 'Make the button bigger', 'Add a form that collects email addresses'. Your goal: get a working version 1 live by the end of this step.
Step 3
Try a second approach with Bolt
Bolt.new is a similar browser-based builder. It's worth trying both because they produce different results for different types of apps. And sometimes one gets further than the other.
Your task
Take your brief to bolt.new and build the same app (or a variation). Compare what each tool produces. Bolt tends to be better for certain app types; Lovable for others. Learning both gives you more options. Export the code from whichever version you prefer. You own it entirely.
Step 4
Edit and extend your app with AI
Once you have working code, Cursor lets you make changes using natural language inside a real code editor. You don't need to understand every line. Just describe what you want to change.
Your task
Download Cursor (free tier) and open the code from your Lovable or Bolt export. Ask it to make changes: 'Add a dark mode toggle', 'Fix this bug where the form doesn't clear after submitting', 'Add a loading spinner'. Cursor explains what it's doing, which is how most people actually learn to code. By reading AI-written code and asking questions about it.
Step 5
Hand off complex tasks to an AI agent
Claude Code is a terminal-based AI agent that can read your entire codebase, plan implementations, write and test code, and open pull requests. Autonomously. This is what developers use to ship 10x faster.
Your task
Install Claude Code (requires an Anthropic API key. See the guide). Open your project in the terminal and run 'claude'. Give it a complex task: 'Add user authentication', 'Connect this to a Supabase database', 'Write tests for all the main components'. Watch it work through the problem. Review what it built. This is the most powerful tool in this path. And the steepest learning curve.
Path complete
You've worked through all 5 steps. Revisit any step as many times as you need. The tools reward repeated use as you discover more of what they can do.