diff --git a/docs/customservices.md b/docs/customservices.md
index d3078e4..b5ef46e 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -14,6 +14,7 @@ within Homer:
- [Common options](#common-options)
- [AdGuard Home](#adguard-home)
- [CopyToClipboard](#copy-to-clipboard)
+- [Docuseal](#docuseal)
- [Emby / Jellyfin](#emby--jellyfin)
- [FreshRSS](#freshrss)
- [Gitea / Forgejo](#gitea--forgejo)
@@ -100,6 +101,17 @@ Configuration example:
clipboard: "this text will be copied to your clipboard"
```
+## Docuseal
+
+This service displays a version string instead of a subtitle. Example configuration:
+
+```yaml
+- name: Docuseal
+ type: Docuseal
+ logo: assets/tools/sample.png
+ url: http://docuseal.example.com
+```
+
## Emby / Jellyfin
You need to set the type to Emby, provide an api key and choose which stats to show if the subtitle is disabled.
diff --git a/dummy-data/docuseal/version b/dummy-data/docuseal/version
new file mode 100644
index 0000000..1912e3b
--- /dev/null
+++ b/dummy-data/docuseal/version
@@ -0,0 +1 @@
+1.8.3a
diff --git a/src/components/services/Docuseal.vue b/src/components/services/Docuseal.vue
new file mode 100644
index 0000000..f2b79c8
--- /dev/null
+++ b/src/components/services/Docuseal.vue
@@ -0,0 +1,87 @@
+
+
+
+