homelab · self-hosted
Post HTML.
Get a URL.
A lightweight publishing service for your homelab. Send HTML from any AI agent or script and get a shareable link back — no browser needed.
POST /api/publish
·
{ "title": "My Report", "html": "..." }
POST to publish
Send any HTML string via JSON. Bare snippets are auto-wrapped in a clean shell.
Instant URL
Files are served directly by nginx. No build step, no delay.
Persistent
Pages survive restarts. Metadata lives in SQLite, files in a named volume.
Agent-ready
Designed to be called by AI agents. Get the URL back, send it anywhere.