fbp-graph-editor

Installation
SKILL.md

Houdini-inspired graph editor for Flow-Based Programming built with React.

Installation

pnpm add @fbp/graph-editor

Overview

@fbp/graph-editor is a React component for visual editing of FBP graphs. It features an SVG-based canvas with pan/zoom, node rendering with fully-qualified type paths, Bezier edge connections, selection system, properties panel, and subgraph navigation.

Basic Usage

import { GraphEditor } from '@fbp/graph-editor';
import type { Graph, NodeDefinition } from '@fbp/types';
Installs
13
First Seen
Feb 27, 2026
fbp-graph-editor — constructive-io/constructive-skills