Integrations
Legacy TypeScript website content. Shared public website, blog, protocol, guide, and language-neutral docs ownership now lives in
~/src/graphreflyunder D563. This page is retained here only as migration/reference material while the TS API generator still lives inwebsite/.
GraphReFly integrations are organized by role so teams can quickly choose the right entry point:
- Adapters: Connect external systems and host runtimes to graph nodes through focused subpaths.
- Framework bindings: React, Vue, Solid, Svelte, and NestJS live under focused adapter subpaths without reviving the retired
compat/*runtime model.
Start here
Section titled “Start here”- If you need to answer “Can GraphReFly connect to X?”, use the Integration Matrix.
- If you need system connectors, start with Adapters.
- If you need NestJS, start with NestJS Integration.
Related docs
Section titled “Related docs”- Recipe examples live under NestJS Integration, where focused adapters are used in a host workflow.
- API-level references live under the API docs.