LangFlow (153 000+ GitHub stars, MIT, v1.11.x) is the leading open-source visual editor for building LLM applications and AI agent workflows. You drag components onto a canvas — LLM providers (OpenAI, Anthropic, Ollama, Mistral, Groq), vector databases (Qdrant, Chroma), document loaders, text splitters, memory modules, custom Python code — and wire them together into a working pipeline without writing a framework from scratch.
Self-hosted on a ServOrbit VPS, LangFlow gives your team a private workspace for prototyping and deploying AI pipelines. Each flow is automatically exposed as a REST API endpoint, ready to call from any application. Authentication is built in: a generated admin password locks your instance from the first boot. Data persists in an SQLite database on a named Docker volume — no PostgreSQL required to get started.
LangFlow complements the ServOrbit AI catalogue: pair it with Ollama for a fully local LLM backend, use Qdrant as the vector store for your RAG pipelines, or feed outputs through Langfuse for observability. MIT licence — no seat limits, no cloud dependency, no telemetry.
Wire an LLM provider, a document loader and a vector database together on the canvas in minutes, validate the output, then call the auto-generated API directly from your application.
Load internal PDFs or markdown files, split them into chunks, embed them in Qdrant, and chain a retrieval step with an Ollama or OpenAI call — all without writing a RAG framework.
Export each flow as a JSON file, store it in Git, and import it on another LangFlow instance. Your pipelines are reproducible, reviewable and deployable anywhere.
Guide optimized for ServOrbit Cloud VPS.
After installing from the Marketplace, open the URL in your ServOrbit client area. Without a domain, open an SSH tunnel — ssh -L 7860:127.0.0.1:7860 root@your-vps-ip — then browse to http://localhost:7860.
Enter admin as the username and the generated password shown under ADMIN_PASSWORD in your ServOrbit client area. This account has full access to all flows and settings.
Click New Flow → Blank Flow. Drag a Chat Input component and an OpenAI (or Ollama) LLM component onto the canvas. Connect them and click Run to send a test message.
Click the API button (top-right). LangFlow shows the flow's unique endpoint URL and a ready-to-copy curl command. Call it from Node.js, Python or any HTTP client — no extra setup.
Go to Settings → Export to download the flow as a JSON file. Commit it to your Git repository and restore it on any LangFlow instance by importing the JSON file.
admin as the username and the generated password (ADMIN_PASSWORD in your ServOrbit client area). Authentication is enforced from the first boot — the instance is never open without credentials.Maintaining a project that uses LangFlow? This button lets your readers deploy it on a VPS in one click, without reading Docker documentation.
[](https://servorbit.com/vps-cloud?template=langflow&utm_source=deploy-badge&utm_medium=referral&utm_campaign=langflow)<a href="https://servorbit.com/vps-cloud?template=langflow&utm_source=deploy-badge&utm_medium=referral&utm_campaign=langflow"><img src="https://servorbit.com/brand/deploy/button.svg" alt="Deploy LangFlow on ServOrbit" height="40"></a>The button points to a VPS order with the template preselected. The image is served from servorbit.com — nothing to host on your side.
Build LLM automation pipelines with drag-and-drop. Visual LangChain chains, connected to your existing tools.
Artificial IntelligenceRun open-source LLMs locally via a dead-simple API. Pull Llama 3, Mistral, Qwen or DeepSeek in one command — OpenAI-compatible, zero per-token cost.
Artificial IntelligenceSelf-hosted vector database for semantic search and RAG. Store, index and query high-dimensional embeddings with HNSW indexing — the missing infrastructure layer for your LLM stack.
Artificial IntelligenceOpen-source LLM observability: trace every AI request, run evaluations, manage prompt versions and compare model costs — self-hosted, compatible with OpenAI, LiteLLM, LangChain and Ollama.
Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.