A hands-on guide that takes you from zero — never touched a line of HTML — to hero: shipping a live website anyone on the internet can visit, for free. This very page is the example you'll learn from.
Four short lessons. Follow them in order and you'll have a live site by the end.
What a "static" site really is, and the three files behind every web page: HTML, CSS, and JavaScript.
Save every version of your project and store it safely in the cloud. Repos, commits, and pushes — demystified.
Let an AI teammate write, edit, and explain code with you — right from your terminal or the browser.
Connect your GitHub repo and go live in minutes. Every push auto-deploys — for free, on a fast global network.
Three tools, one smooth workflow.
1. You + Claude Code write the website's files on your computer (or in the browser).
2. Git & GitHub save those files and back them up online, keeping a full history.
3. Cloudflare Pages watches your GitHub repo and, every time you push a change, automatically publishes the new version to a real web address.
Write → Save → Push → Live. That loop is the whole game. 🎯
No experience needed. Each lesson is a 5–10 minute read.
Begin Lesson 1 →