Flowise AI empowers businesses and individuals alike to create sophisticated AI-driven applications with minimal coding required.

This transformative approach democratizes AI technology, enabling users to innovate, optimize operations, and make data-driven decisions swiftly and efficiently

The FlowiseAI Project

Flowise AI, a groundbreaking Free platform that is making AI more accessible than ever before.

Flowise is Powered by LangChain.

SelfHosting Flowise AI

You can embed FlowiseAI on websites if you want.

Also combine it with Python!

Flowise-AI with Docker

First Things First - Get Docker! 🐋

Important step and quite recommended for any SelfHosting Project - Get Docker Installed

It will be one command, this one, if you are in Linux:

apt-get update && sudo apt-get upgrade && curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh && docker version

We need to use the Flowise AI Docker Image and their detailed instructions

Let’s clone their repository and edit the environment file:

git clone https://github.com/FlowiseAI/Flowise
cd ./Flowise/docker
cp .env.example .env

cat <<EOL >> .env
FLOWISE_USERNAME=jalcocert
FLOWISE_PASSWORD=youramazingpassword
EOL

Other example on how it can look:

PORT=3010
DATABASE_PATH=/root/.flowise
APIKEY_PATH=/root/.flowise
SECRETKEY_PATH=/root/.flowise
LOG_PATH=/root/.flowise/logs

FLOWISE_USERNAME=jalcocert
FLOWISE_PASSWORD=youramazingpassword

This is it, we have finished the configuration, now lets spin FlowiseAI with Docker:

sudo docker-compose up -d

Now, FlowiseAI is ready for you at: http://localhost:3000

Whats next?

  • You can bring https to your Flowise instance by using NGINX.
  • Or, you can expose Flowise AI to the internet, safely with Cloudflare Tunnels

In any case, when you login to Flowise AI - You will need to input the credentials we included in the .env file:

Dify AI - Sample Apps

Now, you can start creating AI Workflows with No Code - For example, use Flowise AI together with Ollama locally:

Dify AI - Sample Apps


FAQ

How to Use FlowiseAI?

I recommend you this List of Videos - https://www.youtube.com/watch?v=kAyKOsm8L5Y