Static sites

Put a website online without a server.

Upload your HTML, CSS and JavaScript, or a zip of your build folder, and it is live straight away. There is nothing to size and nothing to keep running, so you only pay for the files you store and the traffic you send.

No server
Nothing to size
1 zip
To publish a site
HTTPS
On your domain
₦36
Per GB each month

What you get

Hosting for sites that are just files.

For marketing sites, docs, single-page apps, and the built output of Vite, Astro, Hugo or a Next.js static export.

  • Publish a zip

    Drop in a zip of your dist, build or out folder. Folders inside come across as they are.

  • Change one file

    Upload a single file to fix a typo or swap an image. Nothing else is touched.

  • Live straight away

    There is nothing to deploy and nothing to restart. The next request gets the new file.

  • Single-page apps

    Set the error page to index.html and every path loads your app, which does its own routing.

  • Your own domain

    Add a CNAME record at your DNS provider. HTTPS is set up and renewed for you.

  • Publish from an AI agent

    An agent can publish files through our MCP server, without Docker.

How it works

Publish your build.

  1. Create the site

    Give it a name. It gets a web address at once, with nothing to serve yet.

  2. Build and zip

    Run your build and zip the output folder. It does not matter whether you zip the folder or what is in it.

  3. Publish

    Drop the zip on the Files tab. By default the site becomes exactly what is in the zip.

terminal
$ npm run build
$ cd dist && zip -r ../site.zip .
# Then drop site.zip on the site's Files tab

A zip can be up to 256 MB, and 1 GB once unpacked. Publish a larger site as several zips.

Pricing

Only the files and the traffic.

There is no vCPU or memory to pay for, because nothing runs. You pay for the files at the storage rate and for data sent to visitors.

  • Storage₦36 / GB / monthThe files you publish
  • Outgoing traffic₦50 / GBTo any network
  • Outgoing traffic, zerodata₦1,000 / GBTo users on MTN, Airtel, Glo, T2 and Safaricom
  • Incoming trafficFreeFrom anywhere

Example

1 GB of files

₦36.00 / month

Before VAT, running all month. Change it in the estimator.

Estimate your cost

Questions

Common questions

Does it work with Next.js?
Yes, with a static export. If your app renders pages on the server, run it as a container instead.
Can I use my root domain?
Most DNS providers do not allow a CNAME on a root domain like example.com. Use www and redirect the root to it at your registrar.
Is there a cold start?
No. Nothing needs to start up, so the first request is as quick as any other.
What happens to files the zip does not include?
They are removed, unless you untick Replace the site's current files. Then the zip is added to what is there.

Publish your
site.

Nothing to run. Pay only for the files and the traffic.