self-hosted · vercel

create.brillyance

A private HTML publishing endpoint. Drop in a self-contained page, get an instant shareable URL — with slugs, passwords, expiry, and in-place updates.

python3 publish.py --file report.html

→ https://create.brillyance.com/s/<id>

What you get

Instant URLs

Drop in a self-contained HTML file, get a shareable link back immediately.

Custom slugs

Memorable URLs like /s/quarterly-report — or a random id by default.

Password protection

Gate any page behind a password; the raw content is never exposed.

Auto-expiry (TTL)

1h–365d, one-time view, or permanent. Expired pages stop resolving instantly.

Update in place

Replace content without changing the URL — the link you shared stays live.

Embed anywhere

Every page has an /embed alias for clean iframes in Notion, dashboards, docs.

How it works

HTML is stored as a private Vercel Blob and served only through this app, so the password gate has no bypass. Metadata lives in Upstash Redis with native TTL, so expired pages vanish on their own. The API mirrors the original PageDrop contract — publish, update, delete, inspect.

Read the how-to →