intellea graph platform
graph-first output surfaces for llm products
render GraphResponseV0 payloads as fast, interactive graphs. use the react renderer, web component, iframe embed, or the mcp tool to generate payloads.
react renderer
drop in GraphResponseRenderer and pass a GraphResponseV0 payload.
web component
register intellea-graph and setgraphResponse.
iframe embed
postMessage a payload into the embed shell for isolation.
mcp tool
generate GraphResponseV0 from markdown for downstream apps.
quick start
pnpm add @intellea/graph-renderer @intellea/graph-schema
import { GraphResponseRenderer } from '@intellea/graph-renderer';
import type { GraphResponseV0 } from '@intellea/graph-schema';
<GraphResponseRenderer graphResponse={payload} />