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>
Drop in a self-contained HTML file, get a shareable link back immediately.
Memorable URLs like /s/quarterly-report — or a random id by default.
Gate any page behind a password; the raw content is never exposed.
1h–365d, one-time view, or permanent. Expired pages stop resolving instantly.
Replace content without changing the URL — the link you shared stays live.
Every page has an /embed alias for clean iframes in Notion, dashboards, docs.
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.