awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

14 Repos

Awesome GitHub RepositoriesNode-Based Diagramming Frameworks

Frameworks for building interactive, node-based visual editors and data flow diagrams in web applications.

Distinguishing note: Specifically targets node-editor frameworks rather than general-purpose UI component libraries.

Explore 14 awesome GitHub repositories matching web development · Node-Based Diagramming Frameworks. Refine with filters or upvote what's useful.

Awesome Node-Based Diagramming Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xyflow/xyflowAvatar von xyflow

    xyflow/xyflow

    37,257Auf GitHub ansehen↗

    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

    The project provides a React-based framework for constructing interactive node-based diagrams that manage complex data flows and visual relationships within a web interface.

    TypeScriptflowchartgraphjavascript
    Auf GitHub ansehen↗37,257
  • todepond/gulfofmexicoAvatar von TodePond

    TodePond/GulfOfMexico

    13,378Auf GitHub ansehen↗

    GulfOfMexico is a framework for building interactive, node-based visual programming environments within web browsers. It provides the necessary components to construct directed graph editors where users define application logic and data processing pipelines by connecting visual nodes on a coordinate-based canvas. The library enables the creation of drag-and-drop interfaces that synchronize visual representations with underlying functional data flows. By mapping input and output ports to specific behaviors, developers can build environments that allow for the construction of complex workflows

    Provides a framework for developers to build custom node-based visual programming environments.

    Auf GitHub ansehen↗13,378
  • alyssaxuu/flowyAvatar von alyssaxuu

    alyssaxuu/flowy

    12,048Auf GitHub ansehen↗

    Flowy is a JavaScript library designed for building interactive, drag-and-drop flowchart interfaces. It enables the creation of canvas-based environments where users can arrange blocks to design custom logic sequences, decision trees, and visual process maps. The library provides a structured approach to diagramming by organizing elements into a hierarchical parent-child tree. It features coordinate-based snapping logic to ensure blocks automatically align into organized layouts during user interaction. To support complex system configurations, the tool includes event-driven callback hooks th

    Provides a framework for building custom node-based editors with snapping, event triggers, and data serialization.

    JavaScriptdiagramsdrag-and-dropengine
    Auf GitHub ansehen↗12,048
  • didi/logicflowAvatar von didi

    didi/LogicFlow

    11,441Auf GitHub ansehen↗

    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

    Provides a framework for building interactive, node-based visual editors using SVG and HTML overlays.

    TypeScriptbpmndiagramdiagramming
    Auf GitHub ansehen↗11,441
  • cytoscape/cytoscape.jsAvatar von cytoscape

    cytoscape/cytoscape.js

    10,857Auf GitHub ansehen↗

    Cytoscape.js is a JavaScript library designed for rendering interactive node-link diagrams and analyzing complex network structures directly within a web browser. It functions as a comprehensive framework for building responsive graph interfaces, providing the tools necessary to visualize relational datasets and manage hierarchical data models. The library distinguishes itself through a modular architecture that supports custom layout algorithms and rendering styles, allowing for the integration of physics-based engines to organize complex network structures automatically. It utilizes an even

    Functions as a web-based engine for building responsive graph interfaces with support for gestures, animations, and dynamic updates.

    JavaScriptanalysiscytoscapejsgraph-theory
    Auf GitHub ansehen↗10,857
  • projectstorm/react-diagramsAvatar von projectstorm

    projectstorm/react-diagrams

    9,412Auf GitHub ansehen↗

    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 func

    Framework for building interactive, node-based visual editors and data flow diagrams in React.

    TypeScript
    Auf GitHub ansehen↗9,412
  • northwoodssoftware/gojsAvatar von NorthwoodsSoftware

    NorthwoodsSoftware/GoJS

    8,447Auf GitHub ansehen↗

    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

    Provides a framework for building interactive, node-based visual editors and diagrams in web applications.

    HTMLcanvaschartcharts
    Auf GitHub ansehen↗8,447
  • bcakmakoglu/vue-flowAvatar von bcakmakoglu

    bcakmakoglu/vue-flow

    6,338Auf GitHub ansehen↗

    Vue Flow is a TypeScript library for building interactive node-based editors and flowcharts. It provides the core infrastructure for creating diagrams where users can drag, select, and connect nodes with edges, supporting pan and zoom navigation of the canvas. The library offers extensive control over graph behavior and appearance, including the ability to customize connection lines, define custom edge types, and configure zoom constraints and viewport defaults. It includes built-in components like a minimap for navigation, zoom controls, and a fit-view button, along with features for node re

    Creates interactive flowcharts with draggable, selectable nodes and edges that users can zoom and pan.

    TypeScriptdiagramsflowflowchart
    Auf GitHub ansehen↗6,338
  • vasturiano/3d-force-graphAvatar von vasturiano

    vasturiano/3d-force-graph

    6,147Auf GitHub ansehen↗

    3d-force-graph is a WebGL-accelerated component for rendering interactive network graphs in three-dimensional space. Built on the ThreeJS library, it positions nodes using a force-directed physics simulation that can be driven by either a D3-force or ngraph engine, producing dynamic layouts that users can rotate, zoom, and pan using mouse, keyboard, or touch controls. The component distinguishes itself through comprehensive camera control capabilities, including programmatic positioning, animated transitions, automatic timed orbiting, and zoom-to-fit functionality that frames all nodes within

    Adjusts the camera to frame all nodes and links within the viewport automatically.

    HTML3d3d-force-graphd3js
    Auf GitHub ansehen↗6,147
  • jerosoler/drawflowAvatar von jerosoler

    jerosoler/Drawflow

    6,047Auf GitHub ansehen↗

    Simple flow library 🖥️🖱️

    Builds interactive diagrams by dragging nodes onto a canvas and connecting their inputs and outputs.

    JavaScript
    Auf GitHub ansehen↗6,047
  • openseadragon/openseadragonAvatar von openseadragon

    openseadragon/openseadragon

    3,360Auf GitHub ansehen↗

    OpenSeadragon is a JavaScript library and tiled image rendering engine designed for high-resolution image viewing. It functions as a deep zoom image viewer that renders massive images using a tiled pyramid approach, enabling smooth panning and zooming without requiring the full image file to be loaded. The project distinguishes itself through broad support for standardized image retrieval protocols, including the International Image Interoperability Framework (IIIF), IIPImage, Iris, and OpenStreetMap. It provides a hardware-accelerated rendering layer via WebGL to apply real-time filters and

    Automatically adjusts zoom and pan levels to ensure specific image bounds fill the viewer area.

    JavaScripthigh-resolutioniiifimage
    Auf GitHub ansehen↗3,360
  • antonioru/beautiful-react-diagramsAvatar von antonioru

    antonioru/beautiful-react-diagrams

    2,726Auf GitHub ansehen↗

    Beautiful React Diagrams is a component library for building interactive node-based visualizations and flowcharts within React applications. It provides a framework for rendering custom visual schemas where nodes and links are managed through a centralized state, ensuring a single source of truth for complex layouts. The library distinguishes itself through a flexible rendering pattern that allows for the injection of custom user-defined components into node and port placeholders. It enforces structural integrity by validating connections against predefined schemas and provides granular contr

    Provides a toolkit for rendering custom visual schemas where nodes and links are managed as a single source of truth.

    JavaScriptdiagramdiagramsflowchart-diagrams
    Auf GitHub ansehen↗2,726
  • awslabs/diagram-makerAvatar von awslabs

    awslabs/diagram-maker

    2,417Auf GitHub ansehen↗

    Diagram Maker ist eine webbasierte Bibliothek für den Aufbau interaktiver Diagramm-Visualisierungs- und Datenmodellierungstools. Sie bietet ein Framework für das Rendern von Knoten- und Link-Strukturen, das es Benutzern ermöglicht, benutzerdefinierte Bearbeitungsumgebungen zu erstellen, in denen komplexe Datenbeziehungen direkt im Browser visualisiert und manipuliert werden können. Die Bibliothek nutzt eine modulare, Plugin-gesteuerte Architektur, die es Entwicklern ermöglicht, die Kern-Bearbeitungsfunktionalität an spezifische Anforderungen anzupassen, ohne den zugrunde liegenden Quellcode zu ändern. Sie verwaltet den Anwendungszustand über einen zentralen, unveränderlichen (immutable) Store und stellt sicher, dass Interaktionen und Datenaktualisierungen über den gesamten Arbeitsbereich hinweg konsistent bleiben. Das Framework unterstützt eine Reihe visueller und analytischer Fähigkeiten, einschließlich der Möglichkeit, Metadaten an Verbindungen zu annotieren, räumliche Grenzen für eine präzise Objektpositionierung zu berechnen und alternative Farbthemen anzuwenden. Es handhabt Benutzerinteraktionen über ein ereignisgesteuertes System, das Aktualisierungen zwischen der visuellen Schnittstelle und dem zugrunde liegenden Datenmodell koordiniert.

    Offers a modular toolkit for building visual editors that manage data relationships through customizable nodes and edges.

    TypeScriptawscanvascloud
    Auf GitHub ansehen↗2,417
  • mrblenny/react-flow-chartAvatar von MrBlenny

    MrBlenny/react-flow-chart

    1,553Auf GitHub ansehen↗

    Diese Bibliothek ist ein deklaratives React-Komponenten-Toolkit für den Aufbau interaktiver, knotenbasierter Diagrammoberflächen und Flussdiagramme. Sie bietet die grundlegenden UI-Elemente, die zum Rendern von verschiebbaren Knoten und skalierbaren Vektorgrafikpfaden im Webbrowser erforderlich sind, und ermöglicht so die Erstellung komplexer visueller Editoren und Datenflussdarstellungen. Die Bibliothek zeichnet sich durch eine strikt zustandslose Architektur aus, die auf externes State-Management setzt. Durch die Verwendung eines kontrollierten Eingabemusters und Komponenten-Injection wird die Diagrammlogik von der Datenspeicherung entkoppelt, sodass Entwickler die „Source of Truth“ innerhalb ihres eigenen Anwendungszustands behalten können. Dieser Ansatz stellt sicher, dass jedes visuelle Element, von Knoten und Ports bis hin zur Arbeitsfläche selbst, vollständig an spezifische Designanforderungen angepasst werden kann. Das Toolkit unterstützt eine breite Palette an Interaktionsmöglichkeiten, einschließlich gestenbasierter Navigation zum Schwenken und Zoomen auf der Arbeitsfläche. Es bietet zudem Funktionen zum Zeichnen von Verbindungen zwischen Knoten und enthält einen Read-only-Modus für Szenarien, in denen strukturelle Änderungen eingeschränkt werden müssen. Die Bibliothek wird als Sammlung wiederverwendbarer Komponenten vertrieben, die für die Integration in bestehende React-Projekte konzipiert sind.

    Provides a visual interface for connecting nodes with links to represent data flows and complex relationships.

    TypeScriptdiagramdiagramsdrag-and-drop
    Auf GitHub ansehen↗1,553
  1. Home
  2. Web Development
  3. Node-Based Diagramming Frameworks

Unter-Tags erkunden

  • Handle PositioningsAttaches connection handles to the top, right, bottom, or left of a node to control edge bend direction. **Distinct from Node-Based Diagramming Frameworks:** Distinct from Node-Based Diagramming Frameworks: focuses specifically on handle placement on node sides, not the overall framework for building node editors.
  • Multiple Handles per NodeSupports an unlimited number of source or target handles on a single node, each identified by a unique id. **Distinct from Node-Based Diagramming Frameworks:** Distinct from Node-Based Diagramming Frameworks: focuses on the specific capability of having multiple connection points per node, not the overall framework.
  • Node ResizingsLets users drag a node edge or corner handle to change its width and height interactively. **Distinct from Node-Based Diagramming Frameworks:** Distinct from Node-Based Diagramming Frameworks: focuses specifically on interactive node resizing, not the overall framework.
  • Viewport Fitting ControlsCapabilities for automatically adjusting the viewport to display all nodes or a selection of nodes. **Distinct from Node-Based Diagramming Frameworks:** Distinct from Node-Based Diagramming Frameworks: focuses on the viewport fitting action rather than the general framework for building node editors.