LLM flow builder with drag-and-drop UI
Top 0.6% on sourcepulse
Flowise provides a visual, drag-and-drop interface for building and deploying Large Language Model (LLM) applications and AI agents. It targets developers and researchers looking for a no-code/low-code solution to rapidly prototype and manage complex LLM workflows, offering a streamlined way to integrate various LLM providers and tools.
How It Works
Flowise utilizes a modular architecture with a Node.js backend and a React frontend. It functions as a visual orchestrator, allowing users to connect pre-built components (nodes) representing LLM models, prompts, data loaders, vector stores, and other utilities. This node-based approach simplifies the creation of complex LLM chains and agents by abstracting away much of the underlying code, enabling rapid iteration and experimentation.
Quick Start & Requirements
npm install -g flowise
npx flowise start
docker compose up -d
or docker run
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project mentions a potential "JavaScript heap out of memory" error during the build process, suggesting users may need to increase Node.js heap size for larger builds.
21 hours ago
1 week