Build AI Flows with Flowise

Drag & drop UI to build your customized LLM flow

About Flowise

Drag & Drop Interface

Build LLM flows easily with our intuitive drag & drop interface. No coding required!

LLM Integration

Integrate with popular LLMs like OpenAI, Hugging Face, and more.

Open Source

Free and open-source platform for building your AI applications.

Build Your AI Chatbot

chatbot-flow.js
// Create a new chatflow
const chatflow = new ChatFlow();

// Add OpenAI node
chatflow.addNode({
    type: "llm",
    model: "gpt-3.5-turbo",
    temperature: 0.7
});

// Add conversation memory
chatflow.addNode({
    type: "memory",
    chatHistory: true
});

// Connect to API endpoint
chatflow.deploy({
    endpoint: "/api/chat"
});
Bot Avatar

Flowise Assistant

🤖
Hi! I'm your AI assistant. How can I help you today?
How do I create a chatbot with Flowise?
👤
🤖
Creating a chatbot with Flowise is easy! Just drag and drop nodes in our visual editor, connect them together, and deploy your flow.
1

Design Your Flow

Use our visual editor to design your chatbot's conversation flow with drag-and-drop nodes.

2

Configure AI Model

Choose and configure your preferred AI model (OpenAI, HuggingFace, etc.).

3

Add Memory

Implement conversation memory to maintain context throughout the chat.

4

Deploy & Integrate

Deploy your chatbot and integrate it into your website or application.

Designed and Developed by

Hossam Ahmed