Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

39 lines
1.3 KiB
Plaintext

---
title: Flowise
description: "Drag & drop UI to build your customized LLM flow."
og:
description: "Build AI workflows on Coolify with Flowise drag-and-drop LLM interface for chatbots, agents, RAG applications, and custom AI tool integration."
category: "AI"
icon: "/docs/images/services/flowise-logo.svg"
---
# Flowise
<ZoomImage src="/docs/images/services/flowise.jpg" alt="Flowise dashboard" />
## What is Flowise
Flowise is an open source low-code tool for developers to build customized LLM orchestration flows & AI agents.
## Deployment Variants
Flowise is available in two deployment configurations in Coolify:
### Flowise (Default)
- **Database:** SQLite (embedded)
- **Use case:** Simple deployments, testing, or personal AI workflow development
- **Components:** Single Flowise container with built-in SQLite database
### Flowise with Databases
- **Database:** PostgreSQL + Redis
- **Use case:** Production deployments requiring better performance, caching, and scalability
- **Components:**
- Flowise container
- PostgreSQL container for data persistence
- Redis container for caching and session management
- Automatic database configuration and health checks
## Links
- [Official Documentation](https://docs.flowiseai.com/?utm_source=coolify.io)