A project tracker for decentralized social media platforms, clients, and tools

feat: add 6 new AT Protocol development tools

Added the following dev tools to the AT Protocol ecosystem:
- PDS MOOver: Client-side account migration tool (53 stars)
- QuickDID: High-performance identity resolution service in Rust (29 stars)
- PDS Gatekeeper: Security microservice with 2FA for self-hosted PDS (49 stars)
- PDSls: Lightweight web app for exploring AT Protocol data (165 stars)
- atcute: TypeScript SDK and tooling collection (39 stars)
- indigo: Official Go libraries and services from Bluesky (1200 stars)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

Changed files
+98 -1
public
+98 -1
public/data/projects.json
···
"logoUrl": "/logos/tangled.jpg",
"description": "Code hosting platform built on the AT Protocol for decentralized software development and hosting.",
"type": "platform",
-
"tags": ["dev-tool", "collaboration", "code-hosting", "open-source"],
+
"tags": ["dev tool", "collaboration", "code-hosting", "open-source"],
"languages": ["TypeScript"],
"links": [
{ "kind": "homepage", "url": "https://tangled.sh/@tangled.sh/core" },
···
{ "kind": "social", "url": "https://bsky.app/profile/ap.brid.gy" }
],
"updatedAt": "2025-09-13"
+
},
+
{
+
"id": "pds-moover",
+
"name": "PDS MOOver",
+
"network": "atproto",
+
"owner": "baileytownsend.dev",
+
"logoUrl": null,
+
"description": "Client side no frills atproto account migrator in your web browser. A tool designed to help users migrate their Personal Data Server (PDS) accounts within the AT Protocol ecosystem.",
+
"type": "dev tool",
+
"tags": ["migration", "pds", "web"],
+
"languages": ["JavaScript", "HTML", "CSS"],
+
"links": [
+
{ "kind": "repo", "url": "https://tangled.sh/@baileytownsend.dev/pds-moover" },
+
{ "kind": "homepage", "url": "https://pdsmoover.com" }
+
],
+
"stars": 53,
+
"updatedAt": "2025-09-15"
+
},
+
{
+
"id": "quickdid",
+
"name": "QuickDID",
+
"network": "atproto",
+
"owner": "smokesignal.events",
+
"logoUrl": null,
+
"description": "A high-performance identity resolution service for AT Protocol written in Rust. Resolves handles to DIDs using DNS TXT records and HTTP endpoints with multi-layer caching.",
+
"type": "dev tool",
+
"tags": ["identity", "infrastructure"],
+
"languages": ["Rust"],
+
"links": [
+
{ "kind": "repo", "url": "https://tangled.sh/@smokesignal.events/quickdid" }
+
],
+
"stars": 29,
+
"updatedAt": "2025-09-15"
+
},
+
{
+
"id": "pds-gatekeeper",
+
"name": "PDS Gatekeeper",
+
"network": "atproto",
+
"owner": "baileytownsend.dev",
+
"logoUrl": null,
+
"description": "A microservice that sits on the same server as the PDS to add some of the security that the entryway does. Provides Two-Factor Authentication (2FA) for self-hosted Personal Data Servers.",
+
"type": "dev tool",
+
"tags": ["self-hosting", "authentication"],
+
"languages": ["Rust"],
+
"links": [
+
{ "kind": "repo", "url": "https://tangled.sh/@baileytownsend.dev/pds-gatekeeper" }
+
],
+
"stars": 49,
+
"updatedAt": "2025-09-15"
+
},
+
{
+
"id": "pdsls",
+
"name": "PDSls",
+
"network": "atproto",
+
"owner": "pdsls.dev",
+
"logoUrl": null,
+
"description": "Lightweight and client-side web app to navigate atproto. Browse public data on Personal Data Servers, manage repositories, and explore real-time data streaming.",
+
"type": "dev tool",
+
"tags": ["web"],
+
"languages": ["TypeScript"],
+
"links": [
+
{ "kind": "repo", "url": "https://tangled.sh/@pdsls.dev/pdsls" }
+
],
+
"stars": 165,
+
"updatedAt": "2025-09-15"
+
},
+
{
+
"id": "atcute",
+
"name": "atcute",
+
"network": "atproto",
+
"owner": "mary.my.id",
+
"logoUrl": null,
+
"description": "A collection of lightweight TypeScript packages for AT Protocol. Provides API clients, OAuth authentication, DASL codecs, cryptography libraries, and comprehensive tooling for AT Protocol development.",
+
"type": "dev tool",
+
"tags": ["library", "typescript"],
+
"languages": ["TypeScript"],
+
"links": [
+
{ "kind": "repo", "url": "https://tangled.sh/@mary.my.id/atcute" }
+
],
+
"stars": 39,
+
"updatedAt": "2025-09-15"
+
},
+
{
+
"id": "indigo",
+
"name": "indigo",
+
"network": "atproto",
+
"owner": "bluesky-social",
+
"logoUrl": null,
+
"description": "Go source code for Bluesky's atproto services, providing libraries and services for the Authenticated Transfer Protocol (ATP). Includes Go packages for cryptography, identity resolution, and data storage.",
+
"type": "dev tool",
+
"tags": ["golang", "library", "infrastructure"],
+
"languages": ["Go", "TypeScript"],
+
"links": [
+
{ "kind": "repo", "url": "https://github.com/bluesky-social/indigo" }
+
],
+
"stars": 1200,
+
"updatedAt": "2025-09-15"
}
]