Migrate to RunxBuild and earn up to $50 in hosting credit on your first deposit.

Calculate your savings
unxBuild
Back to Blog Explainer

Best Place to Host a Small Business Website: Decide by Shape, Not by Ranking

Sean

Platform Writer

Sep 16, 2026
9 min read

The best place to host a small business website is decided by the shape of the site, not by a ranking table. A five-page brochure site with a contact form belongs on managed WordPress or a static host. A site with bookings, a shop or a members area needs WordPress with the right plugins or a proper application. A site you want to control completely belongs on a VPS, and most small businesses should not want that. Pick the shape first, then check the host covers the domain, the certificate, backups, email and the form, and read the renewal price before the introductory one.

Best Place to Host a Small Business Website: Decide by Shape, Not by Ranking

Search this phrase and you get ten-provider comparison tables with affiliate links, starting prices that triple at renewal, and a forum thread where everyone recommends whichever builder they used last. None of it answers the question, because the question has a hidden variable: what kind of site is it. This post makes that variable explicit and then gives you the checklist and the numbers.

Table of contents

Why the ranking lists do not help

A ranking table compares providers on price, storage and a star rating. Storage is irrelevant for a business site that will never exceed a gigabyte. The star rating is whatever the affiliate program paid for. And the price in the table is the first-term price, which is not the price you will pay in year two.

What the table cannot tell you is whether the provider is the right kind of host for your site. A shared hosting plan and a site builder and a managed WordPress plan are three different products that happen to all be called hosting. Comparing them on price is comparing a van, a bicycle and a bus.

So ignore the ranking. Decide the shape, then compare hosts within the shape.

The four shapes a small business site takes

The brochure site. Home, about, services, contact, maybe a blog. No login, no payments. This is most small business sites, and it is the easiest to host well. Managed WordPress or a static site both fit; a site builder fits too, at the cost of being locked into it.

The content-heavy site. A blog that publishes weekly, a portfolio with hundreds of images, a local news site. WordPress is the natural home because non-technical people can publish without a developer. Managed WordPress hosting takes the updates and backups off your plate.

The transactional site. Bookings, a shop, a members area, a quote calculator. This is WordPress with the right plugins if the requirements are standard, or a real application with a backend and a database if they are not. Either way it needs a host that runs a process and a database, not just files.

The custom site. Built by a developer in a framework, deployed from a repository. It needs a host with a build step, environment variables and a live route. Static if the site is content only; a web service if it has a backend.

If you cannot place your site in one of the four, you are probably a brochure site that wants to become a transactional one later. Start as a brochure site on managed WordPress; the path to the next shape is a plugin, not a migration.

What hosting actually has to include

Whichever shape, the host has to cover six things or you end up buying them separately from vendors that do not talk to each other.

  • The domain pointed at it. You buy the domain from a registrar; the host has to accept it and tell you which records to set. Custom domains are a feature, not a given, on the cheaper tiers of some builders.
  • A certificate. HTTPS is not optional. The host should issue and renew the certificate automatically. Any plan that charges for SSL is charging for something that is free everywhere else.
  • Backups you can restore. Not a backup the host keeps for itself; one you can restore from the dashboard when a plugin update takes the site down.
  • Email that is not on the web host. Business email should live with a mail provider, not on the same server as the website. Hosts that bundle email are bundling the part they are worst at.
  • A form that actually delivers. The contact form is the whole point of a brochure site. It needs to send reliably, ideally through a transactional email service rather than the web server’s own mail.
  • Someone to update the software. WordPress, its plugins and PHP all need updating. Managed hosting does this; shared hosting leaves it to you; a site builder does it invisibly.

The renewal price and three other traps

The introductory price is a marketing number. The plan that costs a few dollars a month on a three-year prepay renews at three or four times that. Read the renewal price first, and treat the introductory rate as a discount on year one rather than the price of the product.

Three other traps show up in the small print:

  • Visitor limits. Some managed plans cap monthly visits and bill overages. A local business rarely hits them, but a single viral post can.
  • Migration fees. Getting your site out of a site builder is often not possible at all; getting it out of a proprietary managed host can cost a developer day. Prefer hosts where the site is a standard WordPress install or a repository you own.
  • The bundled domain. A free domain for year one that renews at a premium, registered under the host’s account. Buy the domain yourself, from a registrar, and keep it in your own name.

The hosting that costs more per month and less per year is the one to pick.

Matching the business to the shape

A few concrete cases, because the shapes are easier to see with a business attached.

  • A plumber, a dentist, a consultancy. Brochure site. Managed WordPress on the smallest plan, a contact form through a transactional email service, and a domain in the business’s own name. Done in a day; costs less than a coffee a week.
  • A cafe with a menu that changes weekly. Content-heavy brochure site. Managed WordPress so the owner can edit the menu from a phone.
  • A yoga studio taking bookings. Transactional. WordPress with a bookings plugin on a mid-tier managed plan, because the plugin runs on every request and needs a real CPU behind it.
  • A two-founder startup with a developer. Custom. A static site for the marketing pages and a web service for the app, deployed from the repository, with a managed database beside it.

Notice that none of these is a VPS. A VPS is the right answer when the business has someone who wants to run a server and knows what that costs in hours. That describes very few small businesses, and the ones it describes already know.

What it costs per year

Using RunxBuild’s own numbers, because those are the ones I can state without guessing at anyone else’s. Managed WordPress starts at $3 a month on the Starter plan, $5 on Mini, and $13 on Biz with a full vCPU, which covers a brochure site through a busy bookings site. There is a free WordPress plan for trying it. The dashboard includes a file manager and a database browser, so the two tasks that usually send a small business owner to a developer, editing a theme file and fixing a broken option in the database, do not need SFTP or phpMyAdmin.

A static site built from a repository includes 120GB of bandwidth a month, with custom domains and certificates handled. A business site will not approach that limit.

So a brochure site is $36 to $60 a year for hosting, plus the domain from a registrar, plus a transactional email service for the form. That is the real number, and it does not triple in year two.

How this fits the rest of the stack

The point of getting the shape right is that the site can grow without a migration: the brochure site adds a bookings plugin, the plugin site grows into an application, the application gets a database. If you want to see what each step costs before committing to it, the RunxBuild hosting calculator puts the WordPress plan, the static site, the service and the database on one page. Managed WordPress on RunxBuild covers what the dashboard gives a non-technical owner, and the dashboard is where the first site goes live.

Useful related references:

FAQ

Is a site builder or WordPress better for a small business?

A site builder is faster on day one and locks you in on day 400. WordPress takes a little longer to set up on managed hosting and can be moved anywhere, extended with plugins, and edited by anyone. For a business that expects to exist in five years, WordPress on managed hosting is the safer default.

Should a small business use a VPS?

Only if someone in the business wants to run a server and understands the hours involved: updates, backups, certificates, and the night it goes down. For nearly all small businesses, managed WordPress or a static site delivers the same site with none of that.

Do I need to buy hosting and a domain from the same place?

No, and it is better not to. Buy the domain from a registrar in the business’s own name and point it at whichever host you choose. Bundled domains are often registered under the host and renew at a premium.

How much should small business website hosting cost?

Between $36 and $160 a year for the hosting itself, depending on whether the site is a brochure or runs bookings and a shop. Managed WordPress on RunxBuild runs $3 to $13 a month across that range. Add the domain and an email provider separately.

What is the cheapest way to host a small business website?

A static site from a repository, if a developer built it, or the smallest managed WordPress plan if not. RunxBuild has a free WordPress plan for trying it and a $3 Starter plan after. Cheap shared hosting with a three-year prepay usually costs more over the three years once the renewal price is counted.

#best place to host a small business website#small business web hosting#small business website#website hosting for business#managed wordpress