Go at your own pace. Follow the website curriculum in order to make and launch your site, and dip into the general AI skills whenever you want. Use the menu on the left to jump anywhere. Each lesson has a short explanation, the steps, and a prompt you can paste straight into Claude.
Work through these in order to plan, build, and launch your first website.
A five-minute gut check before you build. There's no wrong answer here, and you are not locked in.
Pick a project that stretches whichever of these you most want to practice.
Get your machine ready to build. You do these once and you're set for everything after. No coding experience needed.
claude.ai/download and download the app for your computer (Mac or Windows).claude.ai, the real app comes from Anthropic.Your computer already comes with a terminal, and it works perfectly fine. But if you want a friendlier one, we recommend Ghostty. It's faster, the text is bigger and easier to read, and it feels a lot less intimidating than the default. It's also completely free and open source. Download it at ghostty.org. If you'd rather not install anything, the terminal already on your computer is totally fine, so just use that.
cd Desktop and press enter. You just moved into your Desktop folder.ls (Mac) or dir (Windows) and press enter. That lists what's there. That's most of what you'll need.cd, and list what's inside with ls (or dir) without it feeling scary.claude and press enter to start it.claude, press enter, and you're talking to Claude right inside your terminal.my-website.cd Desktop/my-website and press enter.claude to start Claude Code inside that folder.my-website folder. That means it'll build in the right place.cd step. Just cd into my-website and start it again.netlify.com. You don't need it yet, and you can use another host like Vercel or GitHub Pages if you'd rather.wisprflow.ai. The dictation already built into your computer works too.yoursite.com. I use GoDaddy and Frances uses Namecheap, and there are plenty of other places to look and buy from too. You only need this when you want a custom address, so there's no rush.Now the fun part. Plan it, build it, and make it yours, one prompt at a time.
my-website folder (you'll see the folder name in the terminal).index.html file it created, double-click it, or just ask Claude "open my site in the browser." That's your website.my-voice.md file is a short plain-text file that describes how you write, and just as importantly, how you don't. You hand it to Claude at the start of anything (your site, an email, a post) and it writes in your voice on the first try, instead of you fixing the tone every time.my-website folder.hero.jpg or me.jpg.llm-council) that puts your question to several AI advisors, has them critique each other, and hands you back one clear recommendation. Think of it as a tiny board of advisors, on demand.Get it online, make it official, and put it in front of people.
app.netlify.com/drop.my-website folder onto the page.fluffy-cloud-1234.netlify.app. That's totally fine for now. The next lesson is how to put your own name on it, when you're ready.yourname.com far more than a random .netlify.app link, and it's much easier to say out loud, put on a card, or drop in a bio.Reference skills you can dip into anytime, in any order. They pay off across everything you build, not just this website.
These habits work with any AI tool, not just Claude. Get these down and everything else gets easier.
A few things that are specific to Claude. Small setup, big payoff every time you sit down to build.
my-website).index.html (your web page) or notes.md (a plain text note)..html is a web page, .md is markdown (plain text with simple formatting), .jpg is a photo.CLAUDE.md in your project folder is like a sticky note Claude reads every single time it starts. Put the stuff you'd otherwise re-explain in there once, who you are, what the project is, how you like things, and you stop repeating yourself.CLAUDE.md (that's why that file is so handy).CLAUDE.md or a notes file, not just in the chat.CLAUDE.md. This is how you teach Claude your preferences over time without re-explaining them. The more you do it, the more it feels like working with someone who knows you.Claude isn't just for building. It's the most patient tutor you'll ever have. These skills let you teach yourself almost anything, at your own pace.
Cmd + Shift + 4, then drag a box around what you want. It saves to your Desktop. (Cmd + Shift + 3 grabs the whole screen.)Windows + Shift + S to grab part of the screen.