tornado-doc/tdoc

103 stars · Last commit 2026-08-31

Prompt-native interactive HTML docs — bdocs. Generate, comment on, and publish docs from inside codex, Claude Code, and any agent

README preview

# tdoc — agent-native document review

**Turn a prompt into a commentable HTML document, share it as a live URL, and
bring anchored comments back into your agent workflow.**

tdoc is a prompt-native document surface for agent-assisted writing and review.
It creates versioned HTML snapshots, adds Google-Docs-style comments on text
and artifacts, and lets an agent pull those comments to generate the next
version with per-comment status replies.

**Source of truth (see [AGENTS.md](AGENTS.md)):** remote storage is source of
truth; local HTML is disposable; the local skill is authoring/scaffold.

It runs in two modes:

- **Local Studio** — temporary authoring/preview on `localhost`. Not the
  product source of truth; safe to discard.
- **Published Reader** — remote snapshots on hosted tdoc.dev or on your
  Cloudflare Worker / Vercel project. This is the durable document surface.

View full repository on GitHub →