diff --git a/docs/.vitepress/theme/components/Services/List.vue b/docs/.vitepress/theme/components/Services/List.vue
index 80d628c6..8fc23971 100644
--- a/docs/.vitepress/theme/components/Services/List.vue
+++ b/docs/.vitepress/theme/components/Services/List.vue
@@ -746,6 +746,13 @@ const services = [
description: 'Open-source firmware framework for WiFi-enabled microcontrollers.',
category: 'IoT'
},
+ {
+ name: 'EspoCRM',
+ slug: 'espocrm',
+ icon: '/docs/images/services/espocrm.svg',
+ description: 'A free and open-source CRM platform.',
+ category: 'Business'
+ },
{
name: 'Excalidraw',
slug: 'excalidraw',
diff --git a/docs/public/images/services/espocrm.svg b/docs/public/images/services/espocrm.svg
new file mode 100644
index 00000000..79d96f8c
--- /dev/null
+++ b/docs/public/images/services/espocrm.svg
@@ -0,0 +1,82 @@
+
+
diff --git a/docs/services/all.md b/docs/services/all.md
index 09361541..ab243ed4 100644
--- a/docs/services/all.md
+++ b/docs/services/all.md
@@ -87,6 +87,7 @@ Complete directory of all one-click services available in Coolify, organized by
- [Docuseal](/services/docuseal) - Open source DocuSign alternative
- [Dolibarr](/services/dolibarr) - Open-source ERP and CRM software
- [Easy Appointments](/services/easyappointments) - Open-source appointment scheduler
+- [EspoCRM](/services/espocrm) - A free and open-source CRM platform
- [Fider](/services/fider) - An open platform to collect and organize customer feedback
- [FreeScout](/services/freescout) - Help desk and customer support application
- [GLPI](/services/glpi) - Free, open-source IT Service Management platform for asset management, helpdesk, and service desk operations
diff --git a/docs/services/espocrm.md b/docs/services/espocrm.md
new file mode 100644
index 00000000..23406439
--- /dev/null
+++ b/docs/services/espocrm.md
@@ -0,0 +1,39 @@
+---
+title: "EspoCRM"
+description: "Here you can find the documentation for hosting EspoCRM with Coolify."
+---
+
+
+
+## What is EspoCRM?
+
+EspoCRM is an open-source customer relationship management (CRM) system for managing sales, marketing, and customer support in one place. Lightweight and flexible, it gives organizations full control over their data.
+
+Use cases:
+
+* Managing leads, contacts, and sales pipelines
+* Automating business processes with workflows
+* Tracking customer communication and activities
+* Handling support tickets and service requests
+* Generating reports and analytics for business insights
+* Integrating with email and third-party services
+
+## Why EspoCRM?
+
+* **Open-source and transparent.** EspoCRM is open source, so you can inspect the code and understand exactly how your data is handled.
+* **Highly customizable.** You can add custom entities, fields, relationships, and buttons to match your workflows. EspoCRM works as both a CRM and a platform for custom business apps.
+* **Simple, fast interface.** The UI is clean and easy to navigate, which helps teams get started quickly.
+* **Easy integration.** EspoCRM provides a straightforward REST API for connecting with external tools and services.
+
+## Credentials
+
+After deploying the service, you can log in with the following credentials:
+
+- **Username:** admin
+- **Password:** is autogenerated and available in the *Service Specific Configuration*
+
+## Links
+
+- [Official website](https://www.espocrm.com/?utm_source=coolify)
+- [Documentation](https://docs.espocrm.com/?utm_source=coolify)
+- [GitHub](https://github.com/espocrm/espocrm?utm_source=coolify)