Nebula
Documentation

Everything you need to launch.

Nebula turns an HTML file, a ZIP of a static site, or pasted markup into a real, browsable page — in seconds, with no account. Here's how it works.

Getting started

From markup to a shareable link in three steps — no build step, no sign-up.

Quickstart3 steps

1 · Upload

Drop a .html file, a .zip, or paste markup on the home page.

2 · Get a link

Nebula returns a live URL at /s/<slug>/ plus a one-time manage token.

3 · Share it

Send the link anywhere — it works everywhere, with relative assets intact.

Upload modes3 ways
ModeWhat it accepts
Single fileOne .html / .htm document.
ZIP archiveA .zip of a static site. A single common top-level folder is stripped automatically, so my-site/index.html becomes index.html.
Paste HTMLRaw markup pasted into the editor — saved as index.html.

The site must contain at least one HTML file. A root index.html is preferred as the entry; otherwise the first .html found is used.

Limits
LimitDefaultOver budget
Upload size10 MB total413
Files per site200413

Hosting behavior

Nebula serves your files like a conventional static host.

Static serving
BehaviorDetail
Trailing slashRoots and directories redirect to a trailing slash so relative links resolve correctly.
Relative assetsCSS, JS, images and fonts load from /s/<slug>/… exactly as authored.
Caching & safety
CachingHTML revalidates each load; other assets get a short edge cache.
SafetyX-Content-Type-Options: nosniff is always set on hosted responses.