Skip to content

Commit 12a1c90

Browse files
docs(service): add langflow service docs (#492)
Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
1 parent 63a0161 commit 12a1c90

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

docs/.vitepress/theme/components/Services/List.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,6 +1116,13 @@ const services = [
11161116
description: 'Open source LLM engineering platform.',
11171117
category: 'AI'
11181118
},
1119+
{
1120+
name: 'Langflow',
1121+
slug: 'langflow',
1122+
icon: '/docs/images/services/langflow.svg',
1123+
description: 'Open source Python-based framework for building AI applications.',
1124+
category: 'AI'
1125+
},
11191126
{
11201127
name: 'Linkding',
11211128
slug: 'linkding',
Lines changed: 5 additions & 0 deletions
Loading

docs/services/all.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Complete directory of all one-click services available in Coolify, organized by
2828
- [Chroma](/services/chroma) - Open-source, AI-native vector database for building applications with embeddings
2929
- [Flowise](/services/flowise) - Drag & drop UI to build your customized LLM flow
3030
- [Label Studio](/services/labelstudio) - Open source data labeling platform
31+
- [Langflow](/services/langflow) - Open-source Python-based framework for building AI agents and workflows with visual drag-and-drop interface
3132
- [Langfuse](/services/langfuse) - Open source LLM engineering platform
3233
- [LibreChat](/services/librechat) - Self-hosted, powerful, and privacy-focused chat UI for multiple AI models
3334
- [LibreTranslate](/services/libretranslate) - Free and open-source machine translation API

docs/services/langflow.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Langflow"
3+
description: "Host Langflow on Coolify to build and deploy AI-powered agents and workflows with a visual drag-and-drop interface and Python extensibility."
4+
---
5+
6+
# Langflow
7+
8+
<ZoomableImage src="/docs/images/services/langflow.svg" alt="Langflow" />
9+
10+
## What is Langflow?
11+
12+
Langflow is an open-source Python-based framework for building AI applications. It combines a visual authoring experience with full programmatic access, enabling teams to prototype, test, and deploy AI-powered agents and workflows.
13+
14+
It accelerates development by providing a **drag-and-drop interface** while maintaining the flexibility of **custom Python components** for advanced use cases.
15+
16+
## Credentials
17+
18+
After deploying Langflow on Coolify you can login to the dashboard with the autogenerated credentials stored in the following environment variables:
19+
20+
| Variable | Description |
21+
|--------------------------------|----------------------------------|
22+
| `LANGFLOW_SUPERUSER` | Username for the admin account |
23+
| `LANGFLOW_SUPERUSER_PASSWORD` | Password for the admin account |
24+
25+
## Links
26+
27+
- [Langflow Website](https://www.langflow.org/?utm_source=coolify.io)
28+
- [Documentation](https://docs.langflow.org/?utm_source=coolify.io)
29+
- [GitHub Repository](https://github.com/langflow-ai/langflow)

0 commit comments

Comments
 (0)