diff --git a/content/implementations/_index.md b/content/implementations/_index.md
index 78c3a26..4eb1267 100644
--- a/content/implementations/_index.md
+++ b/content/implementations/_index.md
@@ -13,7 +13,15 @@ color : blue-1
#### Stackspin
{{< /implementation >}}
-{{< implementation type="client" devs="IndieHosters">}}
+{{< implementation type="client" devs="Yaal">}}
+#### Discourse
+{{< /implementation >}}
+
+{{< implementation type="client" devs="IndieHosters & Audriga">}}
+#### Nextcloud
+{{< /implementation >}}
+
+{{< implementation type="client" devs="Yaal & IndieHosters">}}
#### Element
{{< /implementation >}}
diff --git a/content/overview/comparison.md b/content/overview/comparison.md
index a441afa..37dac1f 100644
--- a/content/overview/comparison.md
+++ b/content/overview/comparison.md
@@ -49,7 +49,7 @@ On modern web infrastructure, LDAP started to be abandoned because **loose provi
| Easy to implement | {{< svg-render cross >}}
*Mature but old and difficult* | {{< svg-render cross >}}
*Mature but old and difficult* | {{< svg-render cross >}} {{< svg-render check >}}
*Simple and web native, but non-standard IdP* | {{< svg-render check >}}
*Cli or UI could be used on IdP or on apps* |
| Many implementations | {{< svg-render check >}} | {{< svg-render check >}} | {{< svg-render check >}} | {{< svg-render cross >}}
*Not a lot of implementations yet* |
| Single sign-on | {{< svg-render cross >}}
*User must sign-on each application* | {{< svg-render check >}} | {{< svg-render check >}} | {{< svg-render check >}} |
-| No trust issues | {{< svg-render cross >}}
*Expose user’s credentials to each application* | {{< svg-render cross >}}
***???????*** | {{< svg-render check >}}
*Zero trust in applications* | {{< svg-render check >}}
*Zero trust in applications* |
+| No trust issues | {{< svg-render cross >}}
*Expose user’s credentials to each application* | {{< svg-render cross >}} | {{< svg-render check >}}
*Zero trust in applications* | {{< svg-render check >}}
*Zero trust in applications* |
| Scalable provisioning | {{< svg-render cross >}}
*By diffing, each app reads all and compares it* | {{< svg-render cross >}}
*By diffing, each app reads all and compares it* | {{< svg-render check >}}
*No diffing, modern storage, SQL database can be used* | {{< svg-render check >}}
*Real time atomic provisioning* |
| Scalable provisioning | {{< svg-render cross >}}
*Only when apps trigger it or when the user logs in* | {{< svg-render cross >}}
*Only when apps trigger it or when the user logs in* | {{< svg-render cross >}}
*No way to remove a user from the application* | {{< svg-render check >}} |
| GDPR Compliant | {{< svg-render cross >}} | {{< svg-render cross >}} | {{< svg-render cross >}} | {{< svg-render check >}} |
diff --git a/themes/Indiiie/layouts/shortcodes/implementation.html b/themes/Indiiie/layouts/shortcodes/implementation.html
index cec1665..2248f1b 100644
--- a/themes/Indiiie/layouts/shortcodes/implementation.html
+++ b/themes/Indiiie/layouts/shortcodes/implementation.html
@@ -13,7 +13,7 @@
{{ if .Get "devs" }}
-
Devs: {{ .Get "devs" }}
+Main devs: {{ .Get "devs" }}
{{ end }}