Templates
Self-host Flowise with Unbind
Deploy Flowise on your own servers with Unbind. Build LLM apps and agents visually, with your data staying on your hardware.
Flowise is a visual builder for LLM apps and agents. You connect models, prompts, tools and data sources on a canvas instead of writing the glue code.
Deploy it from the template list. It takes a minute or two.
What gets deployed
| Service | Runs |
|---|---|
| PostgreSQL | postgres |
| Flowise | flowiseai/flowise:3.1.4 |
Plan for at least 1 CPU core and 1.5 GB of memory.
Flowise keeps uploads and local files on a volume mounted at /home/node/.flowise. Flows and credentials live in the PostgreSQL service.
What you fill in
| Input | Description | Default |
|---|---|---|
| Domain | The domain for the Flowise instance. | |
| Storage Size | Size of the storage for the Flowise app data. | 1 GB |
| Database Size | Size of the storage for the PostgreSQL database. | 1 GB |
After it deploys
Open the Flowise service and look at its variables. The username is in FLOWISE_USERNAME (it is admin) and the generated password is in FLOWISE_PASSWORD. Sign in with those at your domain.