diff --git a/apps.json b/apps.json index 8588cdf..2ae1787 100644 --- a/apps.json +++ b/apps.json @@ -637,5 +637,14 @@ "os": ["android"], "url": "https://play.google.com/store/apps/details?id=com.pixelfed.loops&ref=fedidb.com", "createdAt": "June 2026" + }, + { + "name": "JFK Social", + "description": "The official web app for JFK Social.", + "compatibility": ["JFK Social"], + "categories": ["official", "client"], + "os": ["web"], + "url": "https://jfksocial.com", + "createdAt": null } ] diff --git a/software.json b/software.json index af47b29..4112ac8 100644 --- a/software.json +++ b/software.json @@ -1713,5 +1713,33 @@ "matrix_url": null, "logo_source_url": "https://raw.githubusercontent.com/murlog-org/murlog/main/web/public/icon-512.png", "logo_source_version": 1 + }, + { + "name": "JFK Social", + "slug": "jfksocial", + "categories": [ + "microblogging" + ], + "key_features": [ + "Free speech / censorship-resistant social network", + "Nostr-based content with ActivityPub federation", + "Cross-network posting (Nostr, Mastodon, Bluesky)", + "Algorithmic and following feeds", + "Trust-based follow system", + "Premium accounts" + ], + "description": "A free-speech social network bridging Nostr and the fediverse via ActivityPub.", + "license": null, + "source_code": null, + "website": "https://jfksocial.com", + "apps_url": null, + "join_url": "https://jfksocial.com", + "api_docs_url": "https://api.jfksocial.com", + "support_url": null, + "forum_url": null, + "donate_url": null, + "matrix_url": null, + "logo_source_url": "https://cdn.jfksocial.com/static/logo.webp", + "logo_source_version": 1 } ]