awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
projectstorm avatar

projectstorm/react-diagrams

0
View on GitHub↗
9,412 stars·1,188 forks·TypeScript·MIT·24 viewsprojectstorm.cloud/react-diagrams↗

React Diagrams

react-diagrams is a framework for building interactive node-and-link diagrams and visual graphs within React applications. It functions as an interactive graph visualization tool and visual workflow designer, providing a system for rendering manipulatable canvases of connected nodes.

The library is distinguished by its ability to act as a serializable state diagram manager, converting complex node layouts and connection states into storable data formats for session persistence. It further allows for custom behavior extensions to modify core logic and modules to implement project-specific functionality.

The system covers a broad range of diagramming and visualization capabilities, including viewport panning, scaling, and drag-and-drop element manipulation. It handles automatic link routing to prevent visual overlap and provides tools for custom element styling and layer management to control rendering order.

Features

  • Node-Based Diagramming Frameworks - Framework for building interactive, node-based visual editors and data flow diagrams in React.
  • Flow Diagram Serializations - Serializes the entire diagram structure to JSON for storage and asynchronous restoration.
  • Node Graph Serializers - Serializes node graph positions, connections, and associated data to JSON for session saving.
  • Event-Driven Graph Models - Maintains a central graph data structure that reactively triggers canvas re-renders when topology changes.
  • Interactive Graph Visualizers - Renders and manages interactive networks of connected elements with support for zooming and panning.
  • Interactive Flowchart Engines - Enables the development of web-based diagrams with real-time node and link manipulation.
  • General Purpose Visual Workflow Designers - Implements a tool for creating interactive process diagrams with custom node behaviors and automatic link routing.
  • Diagram State Serializations - Converts complex node layouts and connection states into storable data formats for session persistence.
  • Infinite Canvas Coordinate Mapping - Translates screen-space events into a zoomed and panned coordinate system for an infinite canvas.
  • Layout State Serialization - Converts spatial graph layouts and connection states into JSON for session persistence.
  • Node-Based Logic Interfaces - Provides a visual interface for defining logic and configurations by connecting blocks on a canvas.
  • React Component Nodes - Provides a modular architecture where nodes are defined as stateful React components.
  • Interactive Process Mappings - Provides a graphical interface to visualize and organize complex business processes and data structures using interactive nodes.
  • Layer Management - Organizes nodes and links into distinct layers to manage the visual render order.
  • Edge Routing Algorithms - Implements computational methods to determine visual paths of connections between nodes while avoiding overlaps.
  • Obstacle-Avoidance Link Routing - Calculates connection paths between nodes using algorithms that automatically route around obstacles.
  • Diagram Viewport Controls - Provides panning and zooming controls to navigate large-scale interactive diagrams.
  • Drag and Drop Interactions - Implements drag-and-drop interactions for moving nodes across the canvas and adding new elements.
  • Rendering Order Managers - Manages the drawing sequence of nodes and links via z-index stacks to control visual layering.
  • Diagram Element Styling - Provides customization of colors, line styles, and visual appearances for diagram nodes and links.
  • Logic and Module Extensions - Allows developers to modify and extend core logic and modules to implement custom behaviors.
  • Viewport Fitting Controls - Automatically adjusts the viewport scale and position to keep all active nodes visible.
  • Diagramming Tools - React-based library for flow and process-oriented diagramming.

Star history

Star history chart for projectstorm/react-diagramsStar history chart for projectstorm/react-diagrams

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to React Diagrams

Similar open-source projects, ranked by how many features they share with React Diagrams.
  • jerosoler/drawflowjerosoler avatar

    jerosoler/Drawflow

    6,047View on GitHub↗

    Simple flow library 🖥️🖱️

    JavaScript
    View on GitHub↗6,047
  • xyflow/xyflowxyflow avatar

    xyflow/xyflow

    37,257View on GitHub↗

    This project is a React-based framework for constructing interactive, node-based visual interfaces. It provides a platform for building canvases where users define, connect, and organize logical processes, data pipelines, or complex workflows through a graphical interface. By utilizing a modular component architecture, it enables the development of low-code environments, visual programming tools, and interactive diagramming applications. The framework distinguishes itself through a declarative approach where state changes automatically synchronize with the visual representation of nodes and e

    TypeScriptflowchartgraphjavascript
    View on GitHub↗37,257
  • didi/logicflowdidi avatar

    didi/LogicFlow

    11,441View on GitHub↗

    LogicFlow is an SVG-based flowchart editing framework and visual graph editor used for building customizable business process diagrams. It serves as a customizable diagramming engine for rendering business process models, entity relationship diagrams, and unified modeling language charts. The system is characterized by a plugin-based architecture that allows developers to define specialized graphical elements and register pluggable modules. A distinctive feature is its overlay system, which positions standard HTML components on top of the SVG canvas to create interactive menus and control pan

    TypeScriptbpmndiagramdiagramming
    View on GitHub↗11,441
  • northwoodssoftware/gojsNorthwoodsSoftware avatar

    NorthwoodsSoftware/GoJS

    8,447View on GitHub↗

    GoJS is a JavaScript diagramming library and canvas-based visualization engine used to build interactive flowcharts, organizational charts, and network diagrams. It functions as a data-driven framework that binds JavaScript data models to visual elements, enabling bidirectional synchronization between the underlying data and the graphical representation. The library features a comprehensive graph layout engine capable of automatically arranging nodes into trees, grids, circles, or force-directed layouts. It distinguishes itself through a template-based system for generating visual parts and a

    HTMLcanvaschartcharts
    View on GitHub↗8,447
See all 30 alternatives to React Diagrams→

Frequently asked questions

What does projectstorm/react-diagrams do?

react-diagrams is a framework for building interactive node-and-link diagrams and visual graphs within React applications. It functions as an interactive graph visualization tool and visual workflow designer, providing a system for rendering manipulatable canvases of connected nodes.

What are the main features of projectstorm/react-diagrams?

The main features of projectstorm/react-diagrams are: Node-Based Diagramming Frameworks, Flow Diagram Serializations, Node Graph Serializers, Event-Driven Graph Models, Interactive Graph Visualizers, Interactive Flowchart Engines, General Purpose Visual Workflow Designers, Diagram State Serializations.

What are some open-source alternatives to projectstorm/react-diagrams?

Open-source alternatives to projectstorm/react-diagrams include: jerosoler/drawflow — Simple flow library 🖥️🖱️. xyflow/xyflow — This project is a React-based framework for constructing interactive, node-based visual interfaces. It provides a… didi/logicflow — LogicFlow is an SVG-based flowchart editing framework and visual graph editor used for building customizable business… northwoodssoftware/gojs — GoJS is a JavaScript diagramming library and canvas-based visualization engine used to build interactive flowcharts,… clientio/joint — Joint is a JavaScript library for building interactive visual diagrams and flowcharts using Scalable Vector Graphics.… awslabs/diagram-maker — Diagram Maker is a web-based library designed for building interactive graph visualization and data modeling tools. It…