diff --git a/docs/content/home.mdx b/docs/content/home.mdx
index ff8fab1..03e1ada 100644
--- a/docs/content/home.mdx
+++ b/docs/content/home.mdx
@@ -5,7 +5,10 @@ A TypeScript library for handling async and sync errors without `try` and `catch
 
 This works for **sync** and **async** code, and you can choose the error handling style that you like.
 
+## Other languages
 
+* [Swift](https://swift.mightfail.dev/documentation/MightFail)
+* [PHP](https://github.com/might-fail/php)
 
 ## Install