Documents, real-time collaboration, and HTML / Markdown / JSON conversion behind one API — plus a full editor that autosaves to the cloud. Ship in an afternoon, not a quarter.
A complete editor — headings, tables, images, comments — backed by your documents API.
Every keystroke autosaves. Invite a teammate and edit the same document in real time.
Stop running WebSocket servers and conversion pipelines. We host the hard parts so you ship features.
# Convert Markdown to HTML curl -X POST /v1/convert \ -H "Authorization: Bearer KEY" \ -d '{"from":"markdown","to":"html", "content":"# Hello **cloud**"}' // Store a document await fetch("/v1/documents", { method:"POST", headers, body: JSON.stringify({ title:"Notes", content }) }); // Collaborate in realtime new WebSocket("wss://…/v1/collab/doc?token=KEY");
Every plan includes documents, conversion, and collaboration. Paid plans add capacity and keys.
Loading plans…
Prefer to run it yourself? The entire service is self-hostable — same API, your infrastructure.
Document storage (CRUD + metrics), HTML ⇄ Markdown ⇄ JSON conversion using the editor's own engine, and real-time collaboration rooms over WebSocket. There's also a full in-browser editor that autosaves to the cloud.
Yes. The service is dependency-free Node and ships as a container — run the identical API on your own infrastructure whenever you want. No lock-in.
Each document gets a realtime room; the editor's Yjs CRDT updates are relayed to everyone connected. Presence and live cursors come built in.
Every API key is its own tenant namespace — documents, usage, and collaboration rooms are scoped per account.
You get a clear 402 with the limit and current usage. Upgrade in one click, or it resets next month for monthly limits.
Create an account, grab a key, and you're storing and collaborating on documents in minutes.