diff --git a/index.html b/index.html
index 8de5220..dc9dd65 100644
--- a/index.html
+++ b/index.html
@@ -3,6 +3,9 @@
+ ATProto PDS & account debugger
+
+
@@ -476,22 +479,19 @@
PDS Debugger
-
Work in progress!
+
Work in progress!
- Would be nice
-
- - anything that actually works
- - firehose listener for missing pds events
- - jetstream listener for missing pds events
- - check relays for account status
- - check relays for pds state
- - plc: check old pds hosts for active account state
+ Future features
+
+ - firehose & jetstream listeners
Limitations
-
- - it's all client-side
+
+ - The Bluesky production relay at
bsky.network runs the old bgs implementation, and is missing many relay XRPC endpoints.
+ - The Blacksky relay at
atproto.africa runs an independent implementation, and is also missing many relay XRPC endpoints.
+ - All diagnostics run in your browser, so servers that don't enable CORS (some PDS hosts, Upcloud's relay) will fail tests.