bcakmakoglu/vue-flow

A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 9th, 2026
Created on July 1st, 2021
Open Issues & Pull Requests: 19 (+0)
GitHub issues: Enabled
Number of forks: 410
Total Stargazers: 6,844 (+0)
Total Subscribers: 44 (+0)

Repository Insights (GitGenius)

Median issue/PR response: N/A
Mean response time: 0.1 hours
90th percentile: 0.0 hours
Tracked items: 105

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 6% of issues opened in the past year have been closed. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 432 days
Stale 30+ days: 10
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (86)
  • triage (50)
  • wontfix (19)
  • question (3)
  • documentation (2)
  • enhancement (1)
  • refactor (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Vue Flow is a highly customizable flowchart component for Vue 3 that enables developers to build interactive diagram applications with minimal setup overhead.

The tool solves the problem of creating interactive flowcharts and diagrams in Vue 3 applications by providing a component-based architecture centered on nodes and edges. Each node requires a unique identifier and XY-position coordinates, while edges connect nodes by referencing their source and target node IDs. The approach includes built-in interactivity such as zoom and pan functionality powered by D3.js, element dragging, and selection capabilities. The tool tracks changes reactively and only re-renders affected elements to maintain performance.

Developers building diagram or flowchart interfaces in Vue 3 should consider Vue Flow if they need a customizable, performant solution with composition utilities for advanced graph manipulation. The tool is not compatible with Vue 2, as it relies exclusively on Vue 3 features. It includes optional companion components such as a minimap for navigation overview, a background with configurable patterns, and controls for zoom management. Custom nodes, edges, and connection lines can be implemented to extend the default functionality. The project is written entirely in TypeScript, providing type safety for development.

The project maintains active community engagement through a dedicated Discord server where users can ask questions, propose features, and share work built with the tool. Development uses a monorepo structure with Vite and VitePress for tooling and documentation. The codebase is built on foundations established by React Flow, with explicit acknowledgment of that project's influence on the design and architecture.