LOADING J.D. FORREST ▮
NICHE OF ONE v1.2 WHO RUNS THIS
← The Feed

Run the whole thing from one box

hostingleaninfrastructure

People assume an online business needs a stack: a host here, a mailer there, a forum somewhere else, each with its own bill and its own login. That assumption is how you end up paying two hundred dollars a month to serve a few thousand visitors.

You can run almost all of it from a single cheap server.

What fits on one box

A static site for the public pages. A small database app for the parts that need accounts. A mailer. A wiki. A forum. A private dashboard for yourself. On shared hosting that costs less than a streaming subscription, all of it can live side by side, each under its own path.

The trick is keeping the footprint small. One database engine, not three. One mail setup, throttled so it never trips the host's limits. Apps chosen because they're light, not because they're fashionable.

The goal is the smallest stack that still does the job.

When to leave

You move to a bigger server when the box itself is the thing slowing you down, and not a minute before. Outgrowing your hosting is a good problem to have. Paying for room you don't use yet is just a slow leak.

Build it small. Make it earn the upgrade.