← All posts

Host your website for $0 until you reach 100,000 visitors per month

Second Brain OSAug 17, 2026
Host your website for $0 until you reach 100,000 visitors per month

"Own your website" raises an immediate, fair question: fine, but where does it run, and what does that cost me every month?

The answer, for longer than you would guess, is nowhere you manage and nothing at all.

Here is how that actually works, because you and I both know "free hosting" usually hides a catch.

The framework: Next.js

This website is built on Next.js, the most widely used framework for building websites in React. On the face of it that is a developer detail.

The part that matters to your hosting bill is how Next.js builds the site.

At build time, Next.js renders almost every page of this site into static files: finished HTML, ready to send.

  • Your pages.
  • Your pricing section.
  • Every blog post.

There is no server waking up, thinking, and assembling a page each time someone visits. The thinking happened once, at build.

The only parts that stay live are the small API routes behind the chat, the products and the data webhook, and those spend most of their lives idle.

The host: Vercel

Vercel is the company behind Next.js, and its hosting platform is built for exactly this kind of site.

You connect the code, and every update deploys itself: the site rebuilds, the static files go out to a global network, and visitors get served from a location near them.

  • No server to rent.
  • No server to patch at 2am.
  • Nothing to resize when a post of yours finally travels.

Vercel's free tier includes 100 GB of bandwidth per month. For a site like this one, lean pages, optimised images, static delivery, that works out to roughly 100,000 visits per month before you would touch a paid plan.

Let that number land

Most small-business websites see a few hundred to a few thousand visits a month.

100,000 monthly visitors is not "starter plan" territory; it is more traffic than the majority of businesses will ever need to handle.

Which changes what the free tier is. This is not a trial that expires or a taster that forces an upgrade in month two.

For a service business, $0 is simply the hosting bill, indefinitely.

And if you ever do cross the threshold, it will be because six-figure monthly traffic is arriving, at which point hosting is the happiest line item you have.

One honest footnote, because the fine print is where trust dies: Vercel's free tier is formally meant for personal and non-commercial use. A growing business should expect to graduate to the paid plan (about $20 a month) as it scales, and by then the maths is trivial.

Why this pairs with a one-time price

Now the pricing model clicks together.

There is no monthly stack quietly draining the business while it grows.

You own the code, Vercel runs it for free, and your costs track your usage instead of your calendar.

That combination is rare, and it is deliberate.

Next up: what your visitors are actually doing on the site, measured from day one.

That was Part 9 of 17.

Next: See what leads & customers are doing on your website from day 1