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>

+66 -2
+66 -2
public/data/projects.json
··· 982 982 "updatedAt": "2025-09-16" 983 983 }, 984 984 { 985 - "id": "constellation", 985 + "id": "constellation-microcosm", 986 986 "name": "Constellation", 987 987 "network": "atproto", 988 988 "domain": "constellation.microcosm.blue", ··· 991 991 "type": "dev tool", 992 992 "tags": ["api", "data", "infrastructure", "open-source"], 993 993 "links": [ 994 - { "kind": "homepage", "url": "https://www.microcosm.blue/" }, 994 + { "kind": "homepage", "url": "https://constellation.microcosm.blue/" }, 995 995 { "kind": "repo", "url": "https://github.com/at-microcosm/microcosm-rs" } 996 996 ], 997 997 "stars": 79, 998 + "updatedAt": "2025-09-16" 999 + }, 1000 + { 1001 + "id": "ufos-microcosm", 1002 + "name": "UFOs", 1003 + "network": "atproto", 1004 + "domain": "UFOs.microcosm.blue", 1005 + "logoUrl": null, 1006 + "description": "Leixcon tracking and data collection on ATProto", 1007 + "type": "dev tool", 1008 + "tags": ["lexicon", "web", "data", "tracking", "open-source"], 1009 + "links": [ 1010 + { "kind": "homepage", "url": "https://ufos.microcosm.blue/" }, 1011 + { "kind": "repo", "url": "https://github.com/at-microcosm/ufos-app" } 1012 + ], 1013 + "stars": 79, 1014 + "updatedAt": "2025-09-16" 1015 + }, 1016 + { 1017 + "id": "spacedust-microcosm", 1018 + "name": "Spacedust", 1019 + "network": "atproto", 1020 + "domain": "spacedust.microcosm.blue", 1021 + "logoUrl": null, 1022 + "description": "A configurable ATProto notifications firehose.", 1023 + "type": "dev tool", 1024 + "tags": ["infrastructure", "api", "data", "notifications", "open-source"], 1025 + "links": [ 1026 + { "kind": "homepage", "url": "https://spacedust.microcosm.blue" }, 1027 + { "kind": "repo", "url": "https://github.com/at-microcosm" } 1028 + ], 1029 + "stars": 79, 1030 + "updatedAt": "2025-09-16" 1031 + }, 1032 + { 1033 + "id": "slingshot-microcosm", 1034 + "name": "Slingshot", 1035 + "network": "atproto", 1036 + "domain": "slingshot.microcosm.blue", 1037 + "logoUrl": null, 1038 + "description": "Slingshot is a fast, eager, production-grade cache of data in the ATmosphere, offering performance and reliability without custom infrastructure.", 1039 + "type": "dev tool", 1040 + "tags": ["infrastructure", "deployment", "hosting", "open-source"], 1041 + "links": [ 1042 + { "kind": "homepage", "url": "https://slingshot.microcosm.blue/" }, 1043 + { "kind": "repo", "url": "https://github.com/at-microcosm" } 1044 + ], 1045 + "stars": 79, 1046 + "updatedAt": "2025-09-16" 1047 + }, 1048 + { 1049 + "id": "parakeet", 1050 + "name": "Parakeet", 1051 + "network": "atproto", 1052 + "domain": null, 1053 + "logoUrl": null, 1054 + "description": "Bluesky AppView aiming to implement most of the functionality required to support the Bluesky client", 1055 + "type": "dev tool", 1056 + "tags": ["infrastructure", "appview", "open-source"], 1057 + "languages": ["Rust"], 1058 + "links": [ 1059 + { "kind": "repo", "url": "https://tangled.sh/@parakeet.at/parakeet" } 1060 + ], 1061 + "stars": 21, 998 1062 "updatedAt": "2025-09-16" 999 1063 }, 1000 1064 {