Server-based website
A site that runs code, not just files
Anything past a static page needs a server somewhere: sessions, forms, a database call on page load. The two ordinary ways to have one are to rent a platform seat or to rent a box.
Doing it yourself
- Vercel Pro$20/mo platform fee, plus $20 for each extra person who can deploy$20.00
- The cheapest EC2 that can serve itt4g.nano + 8 GB disk + a public IPv4, on all month$7.36
Whichever you pick$7.36+
On SproutOS
$0.01/mo
1,000 visitors
Vercel's fee covers one deploying seat and $20 of usage credit; read-only viewers are free, but every additional person who can ship is another $20, so the bill tracks the size of the team rather than the size of the app. The EC2 box is cheaper and is yours to patch, monitor and put TLS on.