diff --git a/doc/alternative-auth-servers.md b/doc/alternative-auth-servers.md
new file mode 100644
index 000000000..872d942ac
--- /dev/null
+++ b/doc/alternative-auth-servers.md
@@ -0,0 +1,59 @@
+# Auth servers compatible with authlib-injector
+
+## Public auth servers
+
+
+
+
+ Name/homepage |
+ Description |
+ API URL |
+
+
+
+
+ Ely.by |
+ Licensed under Apache-2.0, but not intended for self-hosting. If using 2FA, you must append the code to the end of your password during login in the format "password:code". |
+ https://account.ely.by/api/authlib-injector |
+
+
+ Blessing Skin |
+ Also self-hostable. |
+ https://skin.prinzeugen.net/api/yggdrasil |
+
+
+ LittleSkin |
+ Another popular instance of Blessing Skin. |
+ https://littleskin.cn/api/yggdrasil |
+
+
+ Drasl |
+ Also self-hostable. The public instance requires a Minecraft account to register. |
+ https://drasl.unmojang.org/authlib-injector |
+
+
+
+
+## Self-hosted API servers
+
+
+
+
+ Name/homepage |
+ Description |
+ License |
+
+
+
+
+ Drasl |
+ Flexible, minimalistic API server written in Go |
+ GPLv3 |
+
+
+ Blessing Skin Server |
+ Feature-rich skin server written in PHP. Authentication server functionality is supported as a plugin. |
+ MIT |
+
+
+