Something breaking isn't a crisis — it's the most normal part of building anything real. Today you practice the fix loop on purpose.
Video script (for recording): "Everyone who builds things breaks things. Today you learn the exact loop for fixing it fast, so the next real bug doesn't rattle you."
Install Claude Code, ship your first live page
Turn a plain-English idea into a working page
Edit what it built — ask for changes without breaking things
Understand what got created: files, folders, why they matter
Connect to GitHub so your work is never lost
Get a site live: your first real deploy
Fix things when they break — read errors without panicking
Add a second page and link it up: your landing page
Automate updates: push once, redeploy every time
Ship the deliverable: portfolio + business landing page, live
Something will break eventually — today you practice it on purpose, on a low-stakes project, so the first real break doesn't panic you. The loop is always the same: reproduce it, read the exact error, hand that exact text to Claude Code.
"It doesn't work."
"The Services section disappeared after I edited the CSS — here's the exact error from the browser console: [paste it]."
Open the live site. Something should look visibly wrong. Try to spot what, before asking for help.
Reload the live site (after redeploying, or locally) and check it's back to normal.