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

feat: add microcosm projects and parakeet

Added UFOs, Spacedust, Slingshot, and Parakeet projects to the platform list.
Updated Constellation with proper homepage link.

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

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

Changed files
+66 -2
public
+66 -2
public/data/projects.json
···
"updatedAt": "2025-09-16"
},
{
-
"id": "constellation",
+
"id": "constellation-microcosm",
"name": "Constellation",
"network": "atproto",
"domain": "constellation.microcosm.blue",
···
"type": "dev tool",
"tags": ["api", "data", "infrastructure", "open-source"],
"links": [
-
{ "kind": "homepage", "url": "https://www.microcosm.blue/" },
+
{ "kind": "homepage", "url": "https://constellation.microcosm.blue/" },
{ "kind": "repo", "url": "https://github.com/at-microcosm/microcosm-rs" }
],
"stars": 79,
+
"updatedAt": "2025-09-16"
+
},
+
{
+
"id": "ufos-microcosm",
+
"name": "UFOs",
+
"network": "atproto",
+
"domain": "UFOs.microcosm.blue",
+
"logoUrl": null,
+
"description": "Leixcon tracking and data collection on ATProto",
+
"type": "dev tool",
+
"tags": ["lexicon", "web", "data", "tracking", "open-source"],
+
"links": [
+
{ "kind": "homepage", "url": "https://ufos.microcosm.blue/" },
+
{ "kind": "repo", "url": "https://github.com/at-microcosm/ufos-app" }
+
],
+
"stars": 79,
+
"updatedAt": "2025-09-16"
+
},
+
{
+
"id": "spacedust-microcosm",
+
"name": "Spacedust",
+
"network": "atproto",
+
"domain": "spacedust.microcosm.blue",
+
"logoUrl": null,
+
"description": "A configurable ATProto notifications firehose.",
+
"type": "dev tool",
+
"tags": ["infrastructure", "api", "data", "notifications", "open-source"],
+
"links": [
+
{ "kind": "homepage", "url": "https://spacedust.microcosm.blue" },
+
{ "kind": "repo", "url": "https://github.com/at-microcosm" }
+
],
+
"stars": 79,
+
"updatedAt": "2025-09-16"
+
},
+
{
+
"id": "slingshot-microcosm",
+
"name": "Slingshot",
+
"network": "atproto",
+
"domain": "slingshot.microcosm.blue",
+
"logoUrl": null,
+
"description": "Slingshot is a fast, eager, production-grade cache of data in the ATmosphere, offering performance and reliability without custom infrastructure.",
+
"type": "dev tool",
+
"tags": ["infrastructure", "deployment", "hosting", "open-source"],
+
"links": [
+
{ "kind": "homepage", "url": "https://slingshot.microcosm.blue/" },
+
{ "kind": "repo", "url": "https://github.com/at-microcosm" }
+
],
+
"stars": 79,
+
"updatedAt": "2025-09-16"
+
},
+
{
+
"id": "parakeet",
+
"name": "Parakeet",
+
"network": "atproto",
+
"domain": null,
+
"logoUrl": null,
+
"description": "Bluesky AppView aiming to implement most of the functionality required to support the Bluesky client",
+
"type": "dev tool",
+
"tags": ["infrastructure", "appview", "open-source"],
+
"languages": ["Rust"],
+
"links": [
+
{ "kind": "repo", "url": "https://tangled.sh/@parakeet.at/parakeet" }
+
],
+
"stars": 21,
"updatedAt": "2025-09-16"
},