06. Hosting & deployment
Getting your app from your laptop to the internet, and keeping it there. Covers domains, DNS, HTTPS, hosting providers (Vercel, Netlify), CDNs, environment variables, and the deploy pipeline.
Entries
| # | Entry | Status | One-line description |
|---|---|---|---|
| 1 | What is hosting? | π© COMPLETE | Renting a computer on the internet that runs your app for visitors |
| 2 | Domains and DNS | π© COMPLETE | How stmarkbible.com finds the right server |
| 3 | HTTPS | π© COMPLETE | Why the padlock exists and how certificates work |
| 4 | Vercel | π© COMPLETE π¦ LIVING | The Next.js hosting platform β git push β live site |
| 5 | Netlify | π© COMPLETE π¦ LIVING | Vercelβs main competitor β similar shape, different defaults |
| 6 | Cloudflare | π© COMPLETE π¦ LIVING | Massive CDN + DNS + edge platform β increasingly a hosting option too |
| 7 | CDNs | π© COMPLETE | Edge caches that serve assets from servers near the user |
| 8 | Environment variables | π© COMPLETE | Config and secrets that change between local/staging/production |
| 9 | CD | π© COMPLETE | Continuous integration & delivery β the automated path from commit to deploy |
| 10 | Regions & edge | π© COMPLETE | Why hosting region matters β and why edge functions are different |
Suggested reading order
1 β 2 β 3 β 4 β 8 β 7 β 9 β 10 β 5/6 (comparison shopping). Vercel + env vars is the day-to-day reality.