# Deploy Flowise with Easypanel

URL: /templates/flowise

Flowise is an open-source UI visual tool that allows you to build your own customized LLM (Language Learning Model) flow with ease. It is built on top of LangChainJS and is written in Node Typescript/Javascript. With Flowise, you can see your LLM apps running live, making the process of building and testing faster and more efficient. The app is extensible, allowing for custom component integrations. It offers a variety of features such as QnA retrieval chain, language translation chain, and a conversational agent with memory for chat models. Flowise is designed to make the process of visualizing and building LLM apps simple and accessible.

## Benefits

### Open Source

Flowise is an open-source tool, making it free for both commercial and personal use. This allows you to use and modify the tool according to your needs without any restrictions.

### Live Running Apps

With Flowise, you can see your LLM apps running live. This allows you to monitor the performance of your apps in real-time and make necessary adjustments on the go.

### Custom Component Integrations

Flowise allows for custom component integrations, giving you the flexibility to add and integrate components that suit your specific needs.

## Features

### LLM Flow Builder

Flowise is a UI visual tool that allows you to build your customized LLM flow using LangchainJS. It simplifies the process of creating LLM apps by providing a visual interface for building your flow.

### QnA Retrieval Chain

Flowise includes a QnA retrieval chain feature that allows you to create conversational retrieval QA chains. This feature enhances the interaction between your app and its users.

### Language Translation Chain

Flowise offers a language translation chain feature that enables language translation using LLM Chain with a Chat Prompt Template and Chat Model. This feature makes your app more accessible to users who speak different languages.

### Conversational Agent with Memory

Flowise provides a conversational agent feature for a chat model which utilizes chat specific prompts and buffer memory. This feature allows your app to remember previous interactions and provide more personalized responses.

## Configuration

- `appServiceName` (App Service Name, required): flowise

- `appServiceImage` (App Service Image, required): flowiseai/flowise:3.1.2

- `username` (Username, required): Set during installation

- `password` (Password, required): Set during installation

## Services

- flowise: app (flowiseai/flowise:3.1.2)

## Resources

- [Website](https://flowiseai.com)

- [Documentation](https://docs.flowiseai.com)

- [Github](https://github.com/FlowiseAI/Flowise)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/flowise)