What problem does it solve?
Rete.js v2-based node editors enable developers to rapidly design, prototype, and deploy visual programming interfaces without tying to a specific UI framework, reducing boilerplate and setup time for graph-based workflows.
Core Features & Use Cases
- Visual node editors for building workflows, data pipelines, and visual programming interfaces.
- Framework-agnostic rendering via Lit or vanilla JS, with optional plugins for area, connections, and testing.
- End-to-end testing support patterns and guides for Playwright-driven tests.
- Serialization & graph persistence to export/import graphs with node states.
- Extensible plugin ecosystem for undo/redo, minimap, context menus, and more.
Quick Start
Install dependencies, add the skill to your Claude Code project, and prompt the system to create a simple node editor with two number nodes and a sum operation. Then, connect outputs to inputs and run a basic validation.