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

#EntryStatusOne-line description
1What is hosting?🟩 COMPLETERenting a computer on the internet that runs your app for visitors
2Domains and DNS🟩 COMPLETEHow stmarkbible.com finds the right server
3 HTTPS🟩 COMPLETEWhy the padlock exists and how certificates work
4Vercel🟩 COMPLETE 🟦 LIVINGThe Next.js hosting platform β€” git push β†’ live site
5Netlify🟩 COMPLETE 🟦 LIVINGVercel’s main competitor β€” similar shape, different defaults
6Cloudflare🟩 COMPLETE 🟦 LIVINGMassive CDN + DNS + edge platform β€” increasingly a hosting option too
7CDNs🟩 COMPLETEEdge caches that serve assets from servers near the user
8Environment variables🟩 COMPLETEConfig and secrets that change between local/staging/production
9CD🟩 COMPLETEContinuous integration & delivery β€” the automated path from commit to deploy
10Regions & edge🟩 COMPLETEWhy 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.

See also

12 items under this folder.