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 →02next.js app router
drop-in usage inside app/page.tsx with the app router.
view example →03web component
intellea-graph custom element with vanilla JS.
view example →04iframe embed
postMessage a GraphResponseV0 payload into the embed shell.
view example →05mcp tool
generate GraphResponseV0 from markdown via the stdio server.
view example →