Services Work Learn About Contact
0/6
Lesson 3 of 6

Static Site Hosting

Static sites (HTML, CSS, JS only) are the easiest to host. You can use free services like GitHub Pages, Netlify, or Vercel. Just connect your GitHub repository and your site goes live automatically when you push code.

DEPLOY
# Free static hosting options:
# - GitHub Pages (great for portfolios)
# - Netlify (drag and drop or Git-based)
# - Vercel (optimized for React/Next.js)
# - Surge.sh (command-line deployment)

# Netlify workflow:
# 1. Push code to GitHub
# 2. Connect repo on Netlify
# 3. Site deploys automatically on every push
# 4. Custom domain can be added for free
🧠

Quick Quiz

Answer correctly to unlock the next lesson.

Support the mission

This learning platform is 100% free: no ads, no tracking, no paywalls. If it helped you learn something useful, you can support future lessons or donate to Doctors Without Borders, which provides emergency medical care in crisis zones worldwide.

🎉

You completed Deploy!

You finished all 6 lessons and quizzes. You now know the basics of Deploy.