JSPM

@openpipeline/react

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q55403F
  • License MIT

Visual DAG builder for OpenPipeline as a controlled React component library (ReactFlow + Zustand).

Package Exports

  • @openpipeline/react

Readme

@openpipeline/react

Visual DAG builder for OpenPipeline as a controlled React component library (ReactFlow + Zustand).

Part of OpenPipeline — a framework-agnostic engine for compiling and running MCP-tool pipelines as LangGraph DAGs.

Install

npm i @openpipeline/react

Usage

The visual DAG builder as a controlled React component library (ReactFlow + Zustand). No Next.js, no auth — you own data loading and persistence.

import '@xyflow/react/dist/style.css';
import { ReactFlowProvider } from '@xyflow/react';
import { BuilderCanvas, createBuilderStore } from '@openpipeline/react';
const store = createBuilderStore();
<ReactFlowProvider><BuilderCanvas store={store} /></ReactFlowProvider>;

See the root README for the full quickstart and the playground.

License

MIT