Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026
The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.
Netlify is one of my favorite site hosting platforms. I host most of my websites on it.
It’s fast, reliable, and is integrated with GitHub.
It can host static files (which means HTML files, like we’re going to do now) and it can also let you use tools called static site generators (think Hugo, Gatsby..). It also provides serverless functions.

Take a look at netlify.com, and browse the website a bit to get a general idea. Then come back.
In this unit we’re going to:
- Introduce Netlify
- Create a Netlify account
- Connect GitHub to Netlify
- Deploy a GitHub repo on Netlify
- Make a change locally, push it to GitHub, and see Netlify deploy the changes