Flowise Self Host Guide
What is Flowise
Flowise is an open source low-code tool for developers to build customized LLM orchestration flow & AI agents
Features of Flowise
1. LLM Orchestration
Connect LLMs with memory, data loaders, cache, moderation and many more
2. Agents & Assistants
Create autonomous agent that can uses tools to execute different tasks
3. API, SDK, Embed
Extend and integrate to your applications using APIs, SDK and Embedded Chat
4. Open source LLMs
Run in air-gapped environment with local LLMs, embeddings and vector databases
How to Self Host Flowise?
There are several ways to self host Flowise, including using Docker-Compose, Zeabur, Railway or other platforms.
This article will take Zeabur as the example.
Step 1
Before you start, you've to make sure you have an account on Zeabur. If you don't have an account, you can create one here.
Step 2
After you've successfully created an account, you can follow the steps below to deploy Flowise on Zeabur:
- Press on the deploy button below to deploy Flowise on Zeabur.
You will be redirected to the Zeabur dashboard, where you can see the Flowise deployment. Within a few seconds, you will see Flowise service starts running.
Now you can access the Flowse using the domain you've bound to it.
Here is a more detailed guide for deploying Flowise on Zeabur.
Frequently Asked Questions
Why Self Host Flowise?
Self Hosting allows you to take full control of your data and workflow, you can integrate more tools or migrate easily.