Local files aren't a shipped product. Today your site gets a real, public web address anyone can open.
Video script (for recording): "This is the day it stops being “a file on my computer” and becomes a real website. Let's put it on the internet."
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
A site only counts as shipped when someone else can open it. Today you connect the GitHub repository from yesterday to a free host that gives you a real, public web address.
At netlify.com — sign up with your GitHub account, it's the fastest path.
"Add new site" → "Import an existing project" → choose GitHub → select the repository you pushed yesterday.
For a plain HTML/CSS/JS site, you usually don't need to change any build settings — click "Deploy."
Netlify gives you a live address like yoursite.netlify.app. Open it. Send it to someone. It's real now.