flowiseai/flowise

Build AI Agents, Visually

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 56 minutes ago
Added to GitGenius on August 28th, 2026
Created on March 31st, 2023
Open Issues & Pull Requests: 1,046 (+0)
GitHub issues: Enabled
Number of forks: 24,967
Total Stargazers: 55,399 (+0)
Total Subscribers: 367 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 42.0 hours
Mean response time: 24.3 days
90th percentile: 54.8 days
Tracked items: 1,505

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 34 hours, while "agentflow" waits about 3 weeks. 63% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 558
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 444 days
Stale 30+ days: 543
Stale 90+ days: 467

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 (629)
  • enhancement (425)
  • question (224)
  • in-work (93)
  • ui (44)
  • agentflow (43)
  • help wanted (42)
  • setup (42)

Most active issues this week

Detailed Description

Flowise is a low-code platform that enables developers to build AI agents and workflows visually without writing code.

The tool addresses the complexity of assembling AI systems by providing a drag-and-drop interface for connecting language models, data sources, and processing nodes. Users construct agentic workflows by visually linking components that handle tasks like retrieval-augmented generation, multi-agent coordination, and chatbot logic. The platform integrates with LangChain and supports connections to major language model providers including OpenAI and ChatGPT.

Flowise suits teams building conversational AI, automation workflows, or agent-based systems who want to iterate quickly without managing boilerplate integration code. It works well for prototyping and production deployments where visual workflow design reduces development friction. The tool is self-hostable, allowing deployment within existing infrastructure, and also available as a managed cloud service. The README does not compare Flowise to alternative platforms.

The project is a monorepo written in TypeScript comprising a Node backend serving API logic, a React frontend, third-party node integrations, and auto-generated API documentation. Development setup requires PNPM and Node.js, with Docker Compose support for containerized deployment. The codebase supports both production builds and hot-reloading development environments. The project has been archived, with discussion of its future direction available in the repository.