Static hosting that gets out of your way
Push a folder, get a live HTTPS URL. Deploys go live all at once, rollbacks are instant, and your site stays fast. There's no infrastructure for you to think about — that's the point.
Ship often, pay little
Redeploy as often as you like — it's fast every time, and your storage bill stays small as your sites grow.
Every deploy is a version you can return to
Publishing a new version never disturbs the old ones, so your full deploy history is always there to fall back on — and keeping it costs almost nothing.
Atomic deploys, instant rollback
A deploy goes live all at once — visitors never catch a half-finished update. And because previous versions stay intact, rolling back to any of them happens instantly.
Fast, always-fresh cache
Your assets are cached aggressively at the edge and served fast. Update a file and the new one is served immediately — none of the usual cache-busting headaches.
Fast to load, light on resources
There's no heavy logic sitting between a visitor and your files. Requests are routed in microseconds and the files themselves are served straight from the edge — so your site feels instant.
- 01
Instant routing
A request is matched to your site and its live version from an in-memory cache — no slow lookups.
- 02
Served from the edge
Your files are sent straight off fast storage and cached close to your visitors.
- 03
Cached for a year
Assets are served with long-lived caching, so repeat visits and shared files load instantly.
- 04
No noisy-neighbour tax
Bogus traffic from scanners is rejected cheaply and never costs you anything.
GET https://mysite.one9x.app/css/app.cssrouted in 0.3 msserved from edge cache200 · Cache-Control: immutable, max-age=1y You only pay for your traffic
Random probes from internet scanners get a cheap rejection — they never reach your site or count against you. Your resources go to real visitors.
Stays fast as you grow
Whether you host one site or a thousand, it stays quick and steady — and going global later is a setting you flip, not a migration you suffer through.
Room for every site
Add as many sites and files as your plan allows — performance stays the same whether it's your first deploy or your thousandth.
Holds up under a traffic spike
A surge on one site won't slow the others. Bursts are absorbed at the edge, so visitors always get a fast response.
Room to go global later
Sites run from a home region today. Multi-region serving is on the roadmap — when it lands it's a setting you flip, not a migration you suffer through.
See it from the developer's side
One command, one binary, and a clean API underneath it all.
Explore the deploy API