Static page(s)
recommended- fits
- Landing page, portfolio, docs — content changes rarely
- cost
- $0 + domain
- complexity
- Minimal
- upgrade when
- You need per-user content or a form that does more than send email
AI made writing the code the easy part. What nobody hands you is the infrastructure map: what shapes a website can take, which shape fits a one-person project, and which monthly bill each shape drags behind it. Below is the full architecture landscape from a single static page to microservices — most of it exists so you know what NOT to build yet.
RECOMMENDED PATH
One person, first real site? Start static or edge-fullstack (both marked). Everything to the right of them on the map is for the day you have users, revenue, or a team — upgrade when the signal fires, not before.
Every shape this can take. Most exist so you know what not to build yet.
One plain sentence and one metaphor each. Click any tool module for the same treatment.
The domain is your address; DNS is the phonebook that maps it to whichever server actually answers.
A shop sign that can point to a new kitchen overnight without customers noticing.
Static hosting serves files; serverless runs your code per-request; a VPS is a whole computer you rent.
Vending machine, food stall staffed on demand, or renting the whole restaurant.
SSG bakes pages once at deploy; SSR cooks each page fresh per request. Baked is cheaper and faster if content allows.
A bakery's morning batch versus a made-to-order kitchen.
Your code runs in hundreds of locations near users instead of one region — low latency, no server to manage.
Convenience stores on every corner instead of one warehouse across the country.
Every push triggers automatic checks and deployment — humans stop being the release process.
A factory line where the conveyor belt inspects and ships each item untouched by hand.
Config and keys live outside the code, injected at runtime — never committed to the repo.
The safe combination is in your head, not written on the safe door.
Store the answer to an expensive question and reuse it until it goes stale.
The barista writes the regular's order on a sticky note instead of asking every morning.
Each language gets its own URLs (/zh, /ja) so search engines index every version separately.
One museum, three fully-signposted routes — not one route with a translation earpiece.
Three loadouts, one switch. Click any module for a plain-words intro with a metaphor.
The setup this very site used for Phase 0-1. A few dollars of API gets the whole thing scaffolded, designed and deployed in an evening.
The Skill-Centric starter file for this scenario — hand it to your agent before the first prompt. It carries the plan, the stack and the known pitfalls.