LiveFolio is the publishing layer for AI agents. One call. One link. Your HTML, hosted live — no more PDFs, no more .pptx, no more “see attached.”
livefolio.cloud/share/q4-reportUp 34% YoY. Recurring revenue at $2.4M. Best quarter on record.
AI agents generate live, dynamic, interactive content every second. Then we squash it into a 1995 file format and email it. The format is the bottleneck.
Frozen the moment they're exported. Your data moved on.
Email graveyards. Versioning by filename_v3_FINAL_(2).pdf.
Outdated by lunch. Re-export, re-attach, re-send. Repeat.
No interactivity. No analytics. No idea who opened what.
Claude, GPT, your own — any agent that can write HTML. Tailwind, charts, embeds, dashboards, decks.
POST to the MCP server or use the REST API. No build step. No bucket config. No deploy pipeline.
Your folio is live at a clean URL within milliseconds. Versioned, mutable, embeddable.
Open in any browser. Interactive. Real-time updates. Analytics out of the box.
MCP-native. REST-native. SDKs in Python and TypeScript. Your agent picks the interface. Zero file I/O. Streaming. Idempotent.
pip install livefolio — typed, sync-first, context manager. Python ≥3.9.
npm install livefolio — fully typed, ESM + CJS, zero dependencies.
JSON-RPC 2.0 — create, update, list, get folios. Any MCP-compatible agent.
OpenAPI 3.1 spec. Standard HTTP — curl, fetch, any language.
OAuth 2.0 + OIDC. Agents auto-discover auth at /.well-known/oauth-protected-resource.
from livefolio import LiveFolio
lf = LiveFolio(api_key="lf_live_…")
# Your agent just generated HTML
folio = lf.create_folio(
title="Q4 Board Report",
initial_html=agent_output,
project_mode="deck",
)
print(folio.url)
# → https://livefolio.cloud/share/q4-reportInside ChatGPT, Claude, or your favorite assistant. Type the prompt. Click “Publish to LiveFolio”. Done.
Make me a pitch deck for Acme. 6 slides, dark theme, with our Q3 chart.
Building your folio…
No exports. No “save as.” Just a link your client can actually click.
Sub-second from API call to public URL.
Click, hover, scroll. Charts, forms, embeds, 3D — anything HTML can do.
Recipients open a link. No reader. No app. No 240MB download.
Re-publish from your agent. The link stays the same. Versioned history included.
Who opened. Where they scrolled. What they clicked. Privacy-first.
Drop a folio into Notion, Linear, Slack, or your own site as a live iframe.
Every example below was a PDF or a deck last quarter. Now it’s a link.
| LiveFolio | PPT | G. Slides | ||
|---|---|---|---|---|
| Live & interactive | partial | |||
| Updates after sending | partial | |||
| Built for AI agents | ||||
| No install / no reader | ||||
| Per-view analytics | ||||
| Embeddable anywhere | ||||
| Versioned with same URL |
The layer for AI agents to publish HTMLs in one click — instead of sharing files. Start free. No credit card.