Flowise

Active
GitHub TypeScript NOASSERTION

Description

Flowise is a low-code builder for LLM apps that lets you create agent workflows and RAG applications with drag-and-drop interfaces.

Key Features

  • Visual drag-and-drop builder — build LLM apps and agent workflows through graphical interface without coding
  • Multi-module architecture — server (API backend), ui (React frontend), and components (third-party integrations)
  • Rich node integrations — supports LLM, vector stores, document loaders, tools and many third-party component nodes
  • Docker deployment — Docker Compose and standalone image options for containerized deployment
  • Multi-platform self-hosting — supports AWS, Azure, GCP, Railway, Render and other major cloud platforms
  • REST API — auto-generated Swagger docs, supports programmatic flow management via API

Use Cases

💡 Non-technical users rapidly building AI chatbots and RAG applications through drag-and-drop
💡 Quickly prototyping and deploying LLM workflow applications within enterprises
💡 One-click deployment of private AI application platforms via Docker
💡 Quickly integrating different LLM providers and tools through the component marketplace
💡 Automating management and monitoring of AI workflows through the API

Categories

Quick Start

npm install -g flowise
npx flowise start
# Open http://localhost:3000 to start building workflows visually

Related Projects

Related Articles