Langflow

Active
GitHub Python MIT

Description

Drag-and-drop LLM app builder recommended by the LangChain team.

Key Features

  • Visual — Drag-and-drop to build RAG, agents, and chatbots
  • LangChain-native — Reuses the full LangChain ecosystem
  • Multimodal — Supports text, image, audio, and PDF
  • Exportable — Export flows as Python code
  • Embeddable — Embed as React components in your own app
  • API service — One click to publish as a REST API

Use Cases

💡 Provide no-code LLM app building for business teams.
💡 Quickly prototype RAG and agent flows for business review.
💡 Accumulate LLM flows as a reusable internal platform.

Categories

Quick Start

# Install
pip install langflow
# Run
langflow run
# Open http://localhost:7860 in a browser

Related Projects