Use cases
Share AI-generated reports privately, on your own domainYour agent writes the report; drop hands the client a branded, password-protected link in one command.Share a Jupyter notebook as a private HTML pageExport to HTML, drop it, send a password-protected link on your own domain.Host a Storybook build privatelyDrop your static Storybook build and gate it behind a password on your own domain.Share architecture diagrams privatelyRender Mermaid/D2 to a standalone HTML page and drop it behind a password.Host a single-file internal tool privatelyThat little HTML utility your agent built — gate it behind a password on your own domain.Private HTML hosting on your own domainOpen-source, self-hosted, zero-knowledge. Drop any HTML, get a password-protected link.Ship and share what you vibe-codedBuilt a quick app with an AI agent? Drop it to a private branded link on your own domain.Hosting for agent-loop outputLet long-running agents publish and replace artifacts in place via MCP.
FAQ
Does it work with any AI agent?
Yes. It's a CLI plus a SKILL.md and an MCP server, so Claude Code, Codex, Cursor, OpenCode, Gemini CLI — anything that runs a shell or speaks MCP — can use it.
Is it really open-source and self-hosted?
Yes — MIT licensed, and it runs on your own Vercel Blob + domain. No third party ever holds your content (it's encrypted client-side) or controls your URL.