examples

integration examples

these pages mirror the code in examples/. pick your stack, preview the output, copy the snippet.

01

react renderer

GraphResponseRenderer usage in a standard React app.

view example →
02

next.js app router

drop-in usage inside app/page.tsx with the app router.

view example →
03

web component

intellea-graph custom element with vanilla JS.

view example →
04

iframe embed

postMessage a GraphResponseV0 payload into the embed shell.

view example →
05

mcp tool

generate GraphResponseV0 from markdown via the stdio server.

view example →