People search for free static hosting because pages already exist and paying feels optional. Honesty first: SiteHost is not forever-free — you get about a day of trial, then paid plans from $9/mo. This guide still shows the publish path and what free tiers quietly cost.

Free has a shape

Treat dated zips as your memory. Labels beat heroic recalls after a bad publish. Rollback is there, but only if you know which artifact was good.

Storage is a budget. Compress photos. Leave raw camera files on a backup drive, not in the web zip.

Staging on Pro helps when you maintain more than one experiment. Starter remains enough for many single properties.

Numbered path trial then decide

  1. Confirm you have publishable files with index.html at the intended root.
  2. Fix relative paths; remove file:// and accidental http:// asset links where you can.
  3. Zip carefully; extract once to verify structure.
  4. Create a SiteHost site; use the short trial to prove the publish.
  5. Upload the zip or connect GitHub; open HTTPS preview on desktop and mobile.
  6. Fix, republish, or roll back until preview earns trust.
  7. Point DNS at your registrar; wait for verification and the custom-domain certificate.
  8. Share the domain publicly — not the preview — after that certificate looks right.

That order prevents most self-inflicted outages.

Restaurant PDF menu example

A restaurant leaves a sleeping free host after Friday cold starts, moves to Starter post-trial, and updates menu.pdf monthly with dated zips and rollback.

Related reading: static hosting for portfolio websites, cheap static website hosting, and website hosting for freelancers.

Comparison worksheet

On SiteHost, how to host a static site for free still reduces to files moving through a calm pipeline. People complicate it with server shopping. Resist that urge when your pages already exist as HTML.

Third-party embeds — forms, booking, donate widgets — fail independently of hosting. Check vendor status before republishing identical files.

Custom domains live at registrars. Transfer is optional; pointing records is enough. Do not tangle mail DNS with website DNS casually.

Trial evening agenda

Treat dated zips as your memory. Labels beat heroic recalls after a bad publish. Rollback is there, but only if you know which artifact was good.

Storage is a budget. Compress photos. Leave raw camera files on a backup drive, not in the web zip.

Staging on Pro helps when you maintain more than one experiment. Starter remains enough for many single properties.

What paid $9 buys

Starter is $9/mo for 1 site and 2 GB. Pro is $30/mo for 3 sites, 10 GB, and staging. Scale is $65/mo. Business is $130/mo when teams and larger site counts matter. The trial lasts about a day; then you pay. There is no forever-free plan, no website builder, no cPanel, no email hosting, and no built-in CDN. Match storage to compressed media. Climb tiers when site count or teamwork demands it — not for vibes.

Done when money is the question

Starter is $9/mo for 1 site and 2 GB. Pro is $30/mo for 3 sites, 10 GB, and staging. Scale is $65/mo. Business is $130/mo when teams and larger site counts matter. The trial lasts about a day; then you pay. There is no forever-free plan, no website builder, no cPanel, no email hosting, and no built-in CDN. Match storage to compressed media. Climb tiers when site count or teamwork demands it — not for vibes.

History-mode SPA routes with no files

Client-side routers can invent pretty paths like /tour/friday without creating real files for those paths. Locally, a development server rewrites requests so everything seems fine. On plain static hosting, a cold visit or refresh asks the host for a file that does not exist — and returns 404. A QR code to a pretty /menu/dinner route becomes a support call during service. Prefer real files for each public URL, hash-based routes if that fits, or platforms that document rewrites. On a zip-based host, test every printed or QR-coded URL with a cold load on HTTPS preview before you manufacture stickers.

One more practical note on how to host a static site for free

Keep the scope of how to host a static site for free aligned with what SiteHost actually sells: static file hosting with immediate HTTPS preview and custom-domain certificates after DNS verifies. The worked reality for this article is a restaurant leaves a sleeping free host after friday cold starts, moves to starter post-trial, and updates `menu. When someone tries to expand the project into server management, a website builder you do not have, or email inboxes on the same SKU, pause and separate products. Write down the public URL only after it is a domain you control. Keep a prior zip. Click the phone number or primary button yourself on preview. Related reading: static hosting for portfolio websites, cheap static website hosting, and website hosting for freelancers. If storage pressure appears, compress media before you climb from Starter to Pro; if site count grows, Pro’s three sites and staging are the usual next step; Scale and Business wait for larger portfolios and teams. That is the whole economics story without unlimited fairy tales.

Field notes you can reuse next month

Create a simple folder on your computer named for the site and the month. Drop every zip you publish into it. When a stakeholder asks what changed, open the folder instead of reconstructing history from memory. If you work with a designer, agree that they deliver archives that extract to index.html at the root. If you work with a developer who loves client-side routers, agree on real files for public URLs before anyone prints QR codes. If you are cost-sensitive, revisit whether you still need Pro’s staging or whether Starter covers the live property alone. If you are security-sensitive, re-scan your HTML for http:// after each vendor gives you a new embed snippet. If you are speed-sensitive, weigh images on a scale that is not a marketing graph — look at file sizes on disk. These notes are not glamorous. They are how static sites stay calm on SiteHost without cPanel, without a website builder, and without pretending email was included.

Questions people actually ask

Is SiteHost a fit for how to host a static site for free?

If you have finished HTML/CSS/JS files (or a static export) and want zip or Git publish with HTTPS preview and a custom domain after DNS, yes. If you need a CMS runtime or inboxes, pick those products separately.

Is there a forever-free plan?

No. The trial is about a day; then you choose a paid plan such as Starter at $9/mo.

Does hosting include email?

No. Keep mailboxes with a mail provider and be careful with MX records when you only meant to point the website.

When do I point DNS?

After the HTTPS preview looks right. Custom-domain certificates follow successful verification.