Flowise
ActiveDescription
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
Tags
Categories
Quick Start
npm install -g flowise
npx flowise start
# Open http://localhost:3000 to start building workflows visually