dropby SZ

Throw an HTML file or a ZIP at it and get a link back. It expires on its own — you never come back to clean up.

Open dropLive at drop.sz.ws
Cloudflare Workers · no account

One card is the whole app

No dashboard, no project list. The moment you want to share is the only interaction, and then you close the tab.

It expires by itself

One hour to thirty days, decided at upload. Metadata carries KV's native TTL, so the link dies on its own — no job to run, and no orphans left for you.

Runs at the edge

One Cloudflare Worker: small sites in KV, larger ones in R2, files served close to whoever opens them. 25 MB per upload, one HTML file or a ZIP.

Expiry isn't a job — the thing is simply gone

Every site's metadata lives in KV with a matching expirationTtl. The moment it expires the link is dead — nothing has to run to make that true.

Small sites live in KV

Under 1.5 MB and 20 files, the content is stored inline in KV and expires itself through native TTL. No cleanup, and no orphans.

Only big sites reach R2

Past the threshold the files go to R2 while metadata stays in KV. A daily cron sweeps objects whose metadata has already expired.

The same link, with a safer inside

The familiar /s/<id>/ URL now opens a trusted shell while uploaded HTML stays in an opaque-origin sandbox. The shell brokers only that drop's browser-local keys — never another drop's data or the app's own storage.

The public URL and existing drops do not move. What changed is the storage bridge: localStorage is seeded synchronously inside the sandbox, then persisted under a per-drop namespace, so it survives closing and reopening the same link without weakening isolation. A still-open legacy tab is imported once; /privacy explains why data from an already-closed old tab cannot be recovered.

Hard ceilings
25 MBper upload
60 MBunzipped total
400files per ZIP
30 / hourper IP

Service-wide capacity is capped at 1 GB — sites expire on their own, so it drains itself. Deliberately well under the free tier.

From file to link

The whole product is this one card: pick a file, pick how long it lives, take the link. No projects, no settings, no account.