diff --git a/docs/configuration.md b/docs/configuration.md
index a472b41..dfe3761 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -167,3 +167,20 @@ In order to easily generate all required icon preset for the PWA to work, a tool
```bash
npx vue-pwa-asset-generator -a {your_512x512_source_png} -o {your_output_folder}
```
+
+### Supported services
+
+Currently the following services are supported for showing quick infos on the card. They can be used by setting the type to one of the following values at the item.
+
+- PiHole
+- AdGuardHome
+- PaperlessNG
+- Mealie
+
+### Additional configuration
+
+#### Paperless
+For Paperless you need an API-Key which you have to store at the item in the field `apikey`.
+
+#### Mealie
+First off make sure to remove an existing `subtitle` as it will take precedence if set. Setting `type: "Mealie"` will then show the number of recipes Mealie is keeping organized. If you want the planned meal for today to be shown instead (and _only_ if one is planned of course) you will also have to set an API key in the field `apikey`. You can create such a key in your Mealie installation.
diff --git a/src/components/services/Mealie.vue b/src/components/services/Mealie.vue
new file mode 100644
index 0000000..7224bf4
--- /dev/null
+++ b/src/components/services/Mealie.vue
@@ -0,0 +1,96 @@
+
+