Products/Hosting/Websites
Hostingopncdn included

Static Website Hosting

For everything that compiles down to files — React, Vite, Astro, Next static export, Hugo, or plain HTML. We serve the build straight from the opncdn edge. There is no server to size, so you only ever pay for storage.

€1/moto start
5–50 GBstorage per plan
opncdnedge caching
Gitpush to deploy
deploy
intrvll.com
01push
main · a1b2c3e
0.4s
02build
vite build · 38 files
12.8s
03upload
2.1 MB → opncdn
1.1s
04live
certificate renewed
0.9s
TLS 1.3HTTP/3FRA · AMS · HEL · ZRH
live

How it works

A static site has no moving parts. Neither should hosting it.

Two things decide whether this is pleasant to live with: how a change reaches production, and what shows up on the invoice. Everything else is a detail, and the details are further down.

Deploys

Push to a branch. That is the deploy.

Connect the repository once. From then on every push runs your build command and publishes the output to the edge. Nothing to upload, no FTP client, and a rollback is picking an older build from a list.

  • Build command and output directory are yours to set
  • Every branch gets its own URL and certificate
  • Rollback restores a previous build without rebuilding it
terminal
$ git push origin mainEnumerating objects: 38, done. intrvll  build   vite buildintrvll  output  dist/ · 38 files · 2.1 MBintrvll  upload  opncdn edgeintrvll  live    https://example.com ✓ deployed in 14.3s
A first deploy takes one command more than this: intrvll link.

Billing

Storage is the only meter.

Static files need no runtime, so there is no CPU line, no request count and no cold start to reason about. We measure how much your build occupies and stop there. Traffic is not metered.

  • Transfer is not counted — a launch week costs what a quiet week costs
  • Overage is invoiced at the plan rate, not a penalty rate
  • Plan changes prorate to the day, no minimum term
invoice — march
Web Space · Standard        €3.00  15 GB storage · 4.2 GB used Mailboxes × 2 (5 GB)               €4.00 Transfer                    not meteredRequests                    not counted─────────────────────────────Total                      €7.00

Getting started

Four steps, then you never think about it again.

  1. 01

    Point us at the repository

    GitHub, GitLab or a plain remote. Read access to one branch is enough.

    intrvll link github.com/you/site
  2. 02

    Tell us how it builds

    Your build command and the directory it writes into. We detect the common setups and ask if unsure.

    build: vite build · output: dist
  3. 03

    Add the domain

    Point a CNAME at us and the certificate is issued before the DNS finishes propagating.

    CNAME www → edge.opncdn.net
  4. 04

    Push

    That is the whole loop from here. Every push publishes; every publish is rollback-able.

Static plans

One meter: how much your build takes up. Traffic is not metered and we do not charge per request. If you outgrow a plan, move up — billing is prorated to the day.

PlanStorage per siteMonthly
Starter5 GB€1/moGet started
StandardPOPULAR15 GB€3/moGet started
Business50 GB€10/moGet started
Email inboxesFrom €2 / inbox / month

A real mailbox on your own domain: €2 for 5 GB, €5 for 15 GB, €15.50 for 50 GB — one straight line at €0.30 a gigabyte over a €0.50 base, and any inbox moves between those sizes in a click while it is running. No minimum count, no contract term, and no combo plan you have to buy into — every plan and add-on on this page combines independently, on either side of the switch. One inbox and no website works. Forty inboxes on the €1 plan works too.

Ask about mailboxes →

Specifications

The rest of it, without the sales voice.

Everything the platform does that did not need a paragraph above. If something you need is missing from this list, it is missing from the product.

Platform

Content
Static files only
Build runtimes
Node · Bun · Go · Hugo
Frameworks
React · Vite · Astro · Next export
Deploy
Git push or CLI

Delivery

Edge
opncdn
Protocols
HTTP/2 · HTTP/3
TLS
Auto-issued, auto-renewed
Compression
Brotli · gzip

Included

Custom domains
Unlimited
Preview environments
Per branch
Access logs
30 days
DDoS filtering
Always on
Uptime SLA
99.9%

Data

Sites
FRA · AMS · HEL · ZRH
Jurisdiction
EU / CH only
US transfer
None
Mailboxes
From €2 per inbox

Before you buy

Questions we would rather answer here than in an email.

QWhat counts as static?

Anything that ends up as files on disk after a build: React, Vue and Svelte SPAs, Astro, Hugo, Eleventy, Next.js in export mode, or hand-written HTML. If your build produces a folder you could open with a file browser, it fits here. If it needs a process listening on a port, use the Dynamic side.

QWhat happens if I go over the storage on my plan?

Nothing breaks. We invoice the excess at the same per-gigabyte rate the plan implies, and tell you so you can move up if it is permanent. We do not take a site offline over storage.

QIs traffic really not metered?

Correct. There is no per-gigabyte transfer charge and no per-request charge on static plans. If a page of yours ends up on the front page of something, the invoice does not change. Sustained abuse of the network is a conversation, not a surcharge.

QCan I keep my current domain registrar?

Yes. We do not need to be your registrar; a CNAME is enough. If you would rather move the domain to us we can do that too, but nothing here requires it.

QWhat do you do with my source?

We read the branch you nominate, run the build, and publish the output. The source is not retained after the build, and it is not used for anything else. Build logs live for 30 days.

Not sure which side you are on?

If your build produces a folder of files, it is static and it costs €1. If it needs a process listening on a port, it is dynamic. Send us the repository and we will tell you which — and migrate it for you either way.

Talk to sales →