🧭 Hosting wizard · 2026
Static Site Hosting, Explained
A static site is a collection of pre-built HTML, CSS, and JavaScript files served directly to the browser with no server-side processing. Static hosting is typically the cheapest category because it requires no database, no application runtime, and minimal server resources. The trade-off is flexibility.
Copied
Closest fit
Every class, ranked
This is a category, not a company. Any host selling that category can serve you well or badly; the checks below are how you tell them apart.
Before you pay, check these four things
What Makes a Site Static
A static site generates every page at build time, not at request time. When a visitor loads a page, the server delivers a ready-made file rather than assembling content from a database on the fly. This matters for cost because file delivery is the cheapest operation a server performs. Portfolio sites, documentation projects, landing pages, blogs built with static-site generators, and single-page applications are all natural fits. A developer maintaining documentation for an open-source library, for example, can serve hundreds of pages from a static host at minimal ongoing cost because each page is simply a file waiting to be delivered. The limitation is real: anything requiring a login, a shopping cart, user-generated content, or real-time data needs server-side processing and does not fit a purely static model. Some developers work around this by connecting static front ends to third-party services for forms, payments, and search, but each added service introduces its own pricing structure and dependency.The Bandwidth Question
Static hosting plans in the free and low-cost tiers typically include a generous monthly bandwidth allowance that covers normal traffic patterns. The risk surfaces when traffic spikes unexpectedly. Site owners on Hacker News reported receiving large unbudgeted invoices after single posts went viral and drove millions of requests within hours. One widely discussed case involved a bill that reached six figures for what the owner described as a personal project. The core issue is whether your host enforces a spend cap. Some providers in the static hosting category let you set a hard ceiling: traffic beyond that threshold returns an error page instead of accumulating charges. Others meter every byte with no upper limit. Before committing to any plan in this category, check whether a spend cap exists, how to enable it, and what happens to your site when the cap is reached. Bandwidth pricing models differ across categories. Shared and managed plans typically absorb traffic within a fixed monthly rate. Static and VPS plans more often charge by consumption. Use the cost calculator to model a traffic spike scenario and see what your hosting tier would charge if monthly visits doubled overnight.Static does not mean simple. Static sites can be complex front-end applications. The term refers to how files are served, not how sophisticated the site is.
Next in this cluster
Related guides and tools
Sources
-
Surprise bandwidth billing on free-tier static hosts: Hacker News discussion, 1,783 points, 798 comments (2024). Spend-cap availability varies by provider category.
- Every figure in the calculators on this site is typed in by you. No price, allowance or renewal rate is stored in the page.