documentation
graph response platform
schema-first graph output with adapters, a renderer, and embeddable surfaces.
graph response schema
the contract between adapters and renderers. GraphResponseV0 shape, modes, and versioning.
read →embedding
web component and iframe entry points for third-party apps and host isolation.
read →adapters
markdown and custom adapters that produce GraphResponseV0 payloads.
read →mcp tool
stdio mcp server that emits GraphResponseV0 from markdown input.
read →skills wrapper
open skill metadata for tools that generate graph responses.
read →examples
minimal integrations for react, web components, iframe, and mcp.
read →quick start
git clone https://github.com/valtterivalo/intellea.git
cd intellea && pnpm install && pnpm dev
# packages resolve via workspace:* — import directly:
import { GraphResponseRenderer } from '@intellea/graph-renderer';
import type { GraphResponseV0 } from '@intellea/graph-schema';