intellea docs
graph response platform
schema-first graph output with adapters, a renderer, and embeddable surfaces.
graph response schema
the contract for any tool that wants to render a graph response.
view schema overviewquick start
run the renderer in your app or embed it in an iframe.
pnpm add @intellea/graph-renderer @intellea/graph-schema
import { GraphResponseRenderer } from '@intellea/graph-renderer';
import type { GraphResponseV0 } from '@intellea/graph-schema';
<GraphResponseRenderer graphResponse={payload} />