One command. Live docs.

Publish beautiful docs
from your AI tools

Describe what you want documented. Your AI writes it, publishes it, and hands you a live link — diagrams, data tables, and all.

Claude CodeClaude Code CodexCodex CursorCursor WindsurfWindsurf
Get started See a live example
$ |
emberflow Public

Payments Architecture

The payments engine routes transactions through gateway selection, fraud scoring, and provider failover. All state is captured in a unified ledger.

emberDiagram
Ingress API Webhook Batch Processing Gateway Fraud Scoring Routing Retry Providers Stripe Adyen Braintree PayPal Data Ledger Events Metrics
transaction.js
const tx = await processPayment({
  amount: 4999,
  currency: 'usd',
  provider: 'stripe'
});
90+ docs published
Instant hosting & rendering
No account needed to publish
30 seconds to set up
How it works

Three steps to a live doc

No build step. No static site generator. Just ask and share.

1

Connect your AI tool

Run npx emberflow-skills to install in Claude Code, Codex, Cursor, or Windsurf. One-time setup — takes about 10 seconds. See the install guide.

2

Ask your AI to publish

Describe what you want documented — an architecture overview, an API reference, a dataset. Your AI writes the markdown, generates diagrams, and publishes it to Emberflow in one step.

3

Share a live link

You get back a hosted URL immediately. Interactive diagrams render automatically, code is syntax-highlighted, tables are sortable. Invite collaborators or make it public.

Your team reviews it
before you switch tabs

Share with one click. Leave comments tied to specific sections — like a lightweight code review for your docs.

  • Invite collaborators by email
  • Inline comments on any section
  • Public or private with link sharing
  • Claim anonymous docs to your account
emberflow
P

API Rate Limiting

Requests are throttled per API key using a sliding window algorithm. Limits reset every 60 seconds.

if (requests > limit) {
  throw new RateLimitError();
}

Each key has a configurable burst allowance for short traffic spikes.

Invite collaborator
Members
P
You Owner
S
sarah@acme.co Editor
Comment
S
Sarah just now
you |
OBJ data
user {5}
settings {4}
version "2.1"
OBJ user
name "Patrick"
email "p@ember…"
active true
roles [2]
OBJ settings
theme "dark"
lang "en"
notify {3}
ARR roles
0 "admin"
1 "editor"
OBJ notify
email true
push false
sms null

Your AI just output
500 lines of JSON. Now what?

Publish it and get an instant node-graph visualization. Collapse, expand, drag, zoom — your team can actually read it.

  • Split view — tree panel + graph side by side
  • Collapse and expand nodes with 2-way sync
  • Pan, zoom, and drag cards freely
  • Large arrays auto-collapse for clarity

Ship a docs site
without the docs site

Organize related documents into a Space with sidebar navigation — like your own Mintlify or GitBook, but published in seconds.

  • Sidebar nav with collapsible sections
  • SPA navigation — no full page reloads
  • Drag-and-drop nav editor for owners
  • Batch publish multiple docs at once
emberflow API Docs Public

Introduction

Welcome to the Emberflow API. This guide covers authentication, endpoints, and best practices.

💡 Base URL: https://api.emberflow.ai/v1
emberflow Public
4,000 rows
Date Order ID Product Region Revenue Status
2024-01-03ORD-100042Pro PlanEurope$750Completed
2024-01-05ORD-100087Team PlanNorth America$1,500Completed
2024-01-08ORD-100134EnterpriseAsia Pacific$9,000Pending
2024-01-12ORD-100201Add-on: APIUK$297Completed
2024-01-15ORD-100298Starter PackGermany$196Refunded
2024-01-18ORD-100356Pro PlanCanada$500Completed
2024-01-22ORD-100412ConsultingNorth America$4,500Completed
2024-01-25ORD-100478Team PlanFrance$1,000Processing

Stop screenshotting
spreadsheets

Publish CSV files and get a full interactive table your team can actually explore — search, sort, filter, and export built in.

  • Virtual scroll — 10k+ rows, zero lag
  • Click-to-sort, per-column value filters
  • Auto-detect numeric columns with sum footer
  • CSV export of filtered results
Why Emberflow

Stop fighting doc tooling.

Publish from inside your AI workflow — no config files, no deploys, no context switching.

Publish without leaving your editor

One command from Claude Code, Cursor, or any MCP tool. No markdown repos, no build pipelines, no deploy step. Your doc is live before you switch tabs.

Diagrams that draw themselves

Describe your architecture in plain text. Emberflow renders interactive, auto-laid-out diagrams with animations — no coordinates, no drag-and-drop editors.

Automate from CI or scripts

Generate an API key and publish from anywhere — a post-deploy hook, a GitHub Action, a cron job. Same rich rendering, no AI tool required.

Who it's for

Built for people who love AI

Whether you're building software or exploring data, Emberflow turns your AI conversations into shareable documentation.

Developers

Document your architecture, APIs, and system design directly from Claude Code or Cursor. Share with your team without spinning up a docs site.

Technical leads

Review AI-generated documentation with inline comments. Organize related docs into Spaces — a lightweight alternative to Notion or Confluence.

Data & ML engineers

Publish datasets, JSON payloads, and pipeline schemas as interactive viewers. Explore tabular data with sort, filter, and aggregation built in.

Anyone using LLMs

Turn any AI conversation into a polished, shareable document. No coding required — just ask your AI to publish and share the link.

Integrations

Works with your tools

Emberflow works with the AI coding tools you already use.

Claude Claude Code
Cursor Cursor
Codex Codex
Windsurf Windsurf

Publish your first doc in 60 seconds

Install the skill, ask your AI to document something, get a live link. No account required.

Get started See a live example