Vercel
A frontend-specialized managed PaaS (the maker of Next.js) — the canonical deploy target for Jamstack / React apps, and the closest thing the wiki has to a deploy-workflow-first provider tuned for the front end. Sits in Tier 2 beside render / railway / fly-io, but pushes the managed-infrastructure, fully usage-metered model the furthest. Cross-spoke tie: the front-end frameworks it hosts are static-site-wiki’s territory (Astro/Next/Jamstack).
Cost model — usage-metered “Managed Infrastructure” + a fixed DX layer
Two halves: Managed Infrastructure (pure usage-based — billed on data transferred, requests, and compute duration) and a Developer Experience Platform (mostly fixed monthly add-ons). This mirrors railway‘s subscription+usage hybrid but with a far finer-grained meter (every product is a separate metered resource).
Hobby (free) included allowances (then it stops, rather than charging — no card for Hobby):
- Vercel Functions: 1 million invocations, 4 Active-CPU-hours, 360 GB-hrs provisioned memory.
- Image Optimization: 5K transformations/mo (then $0.05–$0.0812 per 1K).
- Web Analytics: 50K events/mo.
- Microfrontends routing: 50K requests/mo.
Pro ($20/seat/mo) unlocks on-demand overage on everything (region-priced), plus fixed add-ons: SAML SSO $300/mo, HIPAA BAA $350/mo, Flags Explorer $250/mo, Speed Insights $10/mo/project. Builds are metered at $0.0035 per CPU-minute (rounded up × machine CPUs).
Where it sits
The “free has a shape” pattern from synthesis recurs: Hobby is generous but non-commercial and capped by hard included-usage ceilings rather than render‘s spin-down or oracle-cloud-free‘s idle-suspension. Vs the fly-io axis: both are pure pay-as-you-go, but Vercel abstracts the box away entirely (no machine to size — you ship a framework build, it runs as functions + edge), where Fly still rents you a sized machine per second. The deploy-workflow lever (git push → preview deploys → zero-downtime) is the product, same as the rest of Tier 2 — Vercel just specializes it for the front end.
Related
render · railway · fly-io · cloudflare · digitalocean · synthesis