Skip to main content
Renders entities, actions, and resources as interactive nodes in a DAG built on React Flow. Supports auto-fetch from a CID or headless mode with custom data. Includes zoom, pan, and fit-view controls out of the box.

What the preview shows

The graph traces the full editorial pipeline for “The Illustrated Article”:
  1. Sarah Kim writes article-draft.md
  2. Illustrated Digest runs it through Flux Schnell to generate header-image.png
  3. Illustrated Digest runs it through Claude Opus 4.6 to produce article-polished.md
  4. The editorial team combines both and publishes illustrated-guide-final.md after review
AI action nodes automatically display a tool badge showing the provider and model (sourced from ext:ai@1.0.0). Toggle Dark mode with the button in the preview to see the graph on a deep-navy canvas.

Prerequisites

The stylesheet import in your global CSS is required for the graph to render correctly:
This includes the React Flow base styles. Without it the graph canvas will not display properly.

Props

Node types

Each node type has a distinct color accent — blue for resources, green for actions, amber for entities:

Edge types

Customising the canvas

Override CSS variables in :root (or .dark) to change the graph appearance: