← Back to console
FluidDocs

Getting Started

Build with your favorite LLMs (Claude, ChatGPT, and friends), then host and share interactive documents in FluidDocs.

Pages, decks, and small apps: edit them yourself or with AI, publish a link, and automate the rest from the API, CLI, or an agent.

Agentic-first documents

Docs that agents can create, update, and tool into: frontend tools, jobs, and page context.

AI-native API

One REST surface for deploy, publish, chat, and agent tasks. Same auth for humans and tokens.

Templates and Branding

Create documents from templates and your own branding — logos, colors, and layouts that stay on-brand.

Collaboration

Comments, org visibility, and shared templates so a team can work on the same doc.

Online Editing (human or AI)

Tweak in the browser, or let the builder agent (or your own LLM) rewrite the HTML.

Analytics

Push events, query visits and custom activity, and review viewer chat — REST or fld.

Publishing / sharing

Pick public, unlisted (signed link), org, or private. Set a slug when you are ready to go live.

Hosting

Ship interactive HTML and we serve it on a stable URL with preview and publish paths.

Dive into the docs

Hands-on guides below. Examples run against your signed-in session.

Backend

REST API

Create, update, and publish documents over HTTP. Run live requests from the browser, or copy curl snippets for scripts and CI.

  • AI document & deck creation
  • Zip deploy, drafts & publish
  • Builder chat & agent tasks
  • Viewer chat & grounded answers
Open API docs →
Terminal

CLI fld

Cross-platform binary for browser login, deploy, list/filter, publish, AI jobs, and analytics. Built for scripts and coding agents.

  • Browser login (same as deploy.sh)
  • Deploy, drafts & publish
  • Analytics: track & analytics
  • Agent-friendly --json & --help
Open CLI docs →
Frontend

UI SDK

The browser API injected on every hosted page: window.__fluiddocs. Wire up chat tools, panels, storage, and overlays without leaving the page.

  • Event bus & reactive store
  • Builder & visitor frontend tools
  • Floating zones & dashboard panels
  • Per-user collection storage
Open UI docs →