Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
ActivityPub
Decentralized social networking protocol

ActivityPub is a protocol and open standard for decentralized social networking. It provides a client-to-server (C2S) API for creating and modifying content, as well as a federated server-to-server (S2S) protocol for delivering notifications and content to other servers. ActivityPub has become the main standard used in the fediverse, a popular network used for social networking that consists of software such as Mastodon, Pixelfed and PeerTube.

ActivityPub is considered to be an update to the ActivityPump protocol used in pump.io, and the official W3C repository for ActivityPub is identified as a fork of ActivityPump. The creation of a new standard for decentralized social networking was prompted by the complexity of OStatus, the most commonly used protocol at the time. OStatus was built using a multitude of technologies (such as Atom, Salmon, WebSub and WebFinger), a product of the infrastructure used in GNU social (the originator and largest user of the OStatus protocol), which made it difficult to implement the protocol into new software. OStatus was also only designed to work with microblogging services, with little flexibility to the types of data that it could hold.

The standard was first published by the World Wide Web Consortium (W3C) as a W3C Recommendation in January 2018 by the Social Web Working Group (SocialWG), a working group chartered to build the protocols and vocabularies needed to create a standard for social functionality. Shortly after, further development was moved to the Social Web Community Group (SocialCG), the successor to the SocialWG.

Design

ActivityPub uses the ActivityStreams 2.0 format for building its content, which itself uses JSON-LD. The three main data types used in ActivityPub are Objects, Activities and Actors. Objects are the most common data type, and can be images, videos, or more abstract items such as locations or events. Activities are actions that create and modify objects, for example a Create activity creates an object. Actors are representative of an individual, a group, an application or a service, and are the owners of objects.

Every actor type contains an inbox and outbox stream, which sends and receives activities for a user. In order to publish data (for example liking an article), a user creates an activity that declares that they liked an Article object and publishes it to their outbox, where it is then delivered by the ActivityPub server via a POST request to the inboxes listed in the activity's to, bto, cc and bcc fields. The receiving servers then account for the newly received activity and update the article by adding the like action to it.

Example data

An example actor object that represents a user account:6

{ "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "ja"}], "type": "Person", "id": "https://kenzoishii.example.com/", "following": "https://kenzoishii.example.com/following.json", "followers": "https://kenzoishii.example.com/followers.json", "liked": "https://kenzoishii.example.com/liked.json", "inbox": "https://kenzoishii.example.com/inbox.json", "outbox": "https://kenzoishii.example.com/feed.json", "preferredUsername": "kenzoishii", "name": "石井健蔵", "summary": "この方はただの例です", "icon": [ "https://kenzoishii.example.com/image/165987aklre4" ] }

An example activity that likes an article object:

{ "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en"}], "type": "Like", "actor": "https://dustycloud.org/christine/", "summary": "Christine liked 'Minimal ActivityPub update client'", "object": "https://rhiaro.co.uk/2016/05/minimal-activitypub", "to": ["https://rhiaro.co.uk/#amy", "https://dustycloud.org/followers", "https://rhiaro.co.uk/followers/"], "cc": "https://e14n.com/evan" }

An example article object:

{ "@context": ["https://www.w3.org/ns/activitystreams", {"@language": "en-GB"}], "id": "https://rhiaro.co.uk/2016/05/minimal-activitypub", "type": "Article", "name": "Minimal ActivityPub update client", "content": "Today I finished morph, a client for posting ActivityStreams2...", "attributedTo": "https://rhiaro.co.uk/#amy", "to": "https://rhiaro.co.uk/followers/", "cc": "https://e14n.com/evan" }

Project status

The SocialCG previously organized a yearly free conference called ActivityPub Conf about the future of ActivityPub.78 Triages are held regularly to review issues pertaining to the ActivityPub and ActivityStreams 2.0 specifications as part of the SocialCG.9

In 2023, Germany's Sovereign Tech Fund donated €152,000 to socialweb.coop with the goal of building a new suite for testing various ActivityPub implementations and their compliance with the specification.10

Adoption

Further information: Fediverse § Adoption

The initial wave of adoption for ActivityPub (circa 2016-2018) came from software that was already using OStatus as their federation protocol, such as Mastodon, GNU social and Pleroma.11 Following the acquisition of Twitter by Elon Musk in 2022, many groups of users that were critical of the acquisition migrated to Mastodon, bringing new attention to the ActivityPub protocol with it.12 Various major social media platforms and corporations have since pledged to implement ActivityPub support, including Tumblr,13 Flipboard14 and Meta Platforms' Threads.15

Criticism

Accidental denial-of-service attacks

Poorly optimized ActivityPub implementations can cause unintentional distributed denial-of-service (DDOS) attacks on other websites and servers, due to the decentralized nature of the network. An example would be Mastodon's implementation of OpenGraph link previews, wherein every instance that receives a post that contains a link with OpenGraph metadata will download the associated data, such as a thumbnail, in a very short timeframe, which can slow down or crash servers as a result of the sudden burst of requests.1617

Account migration

ActivityPub has been criticized for not natively supporting moving accounts from one server to another, forcing implementations to build their own solutions.18 While there has been work on building a standardized system for migrating accounts using the Move activity via the Fediverse Enhancement Proposal organization, the current proposal only allows for basic follower migration, with all other data remaining linked to the original account.19

Missing content and data

ActivityPub implementations have been criticized for missing replies and parts of reply threads from remote posts, and presenting outdated statistics (e.g. likes and reposts) about remote posts.2021 However, this isn't a problem with the ActivityPub protocol itself, but with implementations not refreshing their content for updated data when needed.2223

Software using ActivityPub

Software nameTotal users2425Initial ActivityPub-compatible releaseType of softwareFork of
Akkoma9,530202226BloggingPleroma
BookWyrm2749,600202128Book cataloging
Castopod818 podcasts29202030Audio hosting
Discourse?202531Internet forum
dokieli?201832Authoring system, Blogging, Notification system, Semantic publishing, Web annotation
Epicyon3201933Blogging
Firefish4,560202234BloggingMisskey
Flipboard35145,000,0003620233738Social news
Friendica3919,8002019Blogging, event management, groups, image gallery
Funkwhale8,850201840Audio hosting
Gancio411,900202042Calendar, event planner
Ghost4344?2025 (in beta)45Blogging
GNU social93201846Blogging
Guppe47not relevant202148Groups
GoToSocial38202149Blogging
Hollo64202450Blogging
Honk6201951Blogging
Hubzilla526,7402017Blogging, event planner, file hosting, image gallery, wiki
Inventaire.io53?2021Book cataloging
kbin545072023Social news
Lemmy55485,0002019Social news
Libervia56?2022 (in beta)Blogging, event management, file sharing, instant messaging
lotide57462202058Social news
Mastodon7,960,000201759Blogging
Mobilizon76,9002020Event management, groups
mbin606,9502023Social newskbin
Micro.blog198,000202161Microblogging
microblog.pub39202262Blogging
Misskey2,550,000201863Blogging
Nextcloud Social50 (approx.)201864Blogging
NodeBB2,750,000202565Internet forum
Owncast661912022Live streaming
PeerTube67473,0002018Video sharing
PieFed1,11668202369Social News
Pixelfed70718,0002018Image sharing
Pleroma52,000201871Blogging
Plume7224,400201873Blogging
Postmarks7425202375Social bookmarking
Sharkey7623,1002023BloggingMisskey
Snac773,070202278Blogging
Socialhome3,000201679Blogging
Streams80?202281Blogging, image sharing, wiki
Takahē341202282Blogging
Threads130,000,00083202384Blogging
Wafrn852,4802023Blogging
WordPress868729,100 in 6,000+ blogs88202389Blogging
WriteFreely73,200201890Blogging
Zap911201992Blogging, file hosting, image gallery

Future implementations

See also

  • Free and open-source software portal
Wikimedia Commons has media related to ActivityPub.

References

  1. "W3C Recommendation 23 January 2018". https://www.w3.org/TR/2018/REC-activitypub-20180123/

  2. Pierce, David (2024-02-07). "The fediverse, explained". The Verge. Retrieved 2024-06-20. https://www.theverge.com/24063290/fediverse-explained-activitypub-social-media-open-protocol

  3. w3c/activitypub, World Wide Web Consortium, 2024-06-20, retrieved 2024-06-22 https://github.com/w3c/activitypub

  4. "Sandstorm and the Social Web". zenhack.net. 29 May 2016. Archived from the original on 30 October 2020. Retrieved 23 September 2017. https://web.archive.org/web/20201030010607/https://zenhack.net/2016/05/29/sandstorm-and-the-social-web.html

  5. "Social Web Working Group". W3C. Retrieved 2024-06-23. https://www.w3.org/groups/wg/social/

  6. "ActivityPub Specification". W3C. January 23, 2018. Retrieved June 22, 2024. https://www.w3.org/TR/activitypub/#client-addressing

  7. "ActivityPub Conf 2019". https://redaktor.me/apconf/

  8. "ActivityPub Conf 2020". Archived from the original on 2021-06-02. Retrieved 2020-08-01. https://web.archive.org/web/20210602161023/https://conf.activitypub.rocks/

  9. "W3C Social Web Incubator Community Group Mailing List". Retrieved March 18, 2024. https://www.w3.org/Search/Mail/Public/search?type-index=public-swicg&index-type=t&keywords=issue+triage&search=Search

  10. "ActivityPub Test Suite". Sovereign Tech Fund. Retrieved 2024-05-26. https://www.sovereigntechfund.de/tech/activitypub-test-suite

  11. "Pleroma Encyclical: ActivityPub". blog.soykaf.com. 2018-02-10. Retrieved 2024-06-23. https://blog.soykaf.com/post/pleroma-encyclical-activity-pub/

  12. MacManus, Richard (2022-11-15). "Devs Are Excited by ActivityPub, Open Protocol for Mastodon". The New Stack. Retrieved 2024-06-23. https://thenewstack.io/devs-are-excited-by-activitypub-open-protocol-for-mastodon/

  13. Perez, Sarah (2022-11-21). "Tumblr to add support for ActivityPub, the social protocol powering Mastodon and other apps". TechCrunch. Retrieved 2024-06-23. https://techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/

  14. McCue, Mike (2023-12-18). "Flipboard Begins to Federate". Flipboard. Retrieved 2024-06-23. https://about.flipboard.com/inside-flipboard/flipboard-begins-to-federate/

  15. Guinness, Harry (2023-07-12). "How ActivityPub is setting the stage to weave all your social media feeds together". Popular Science. Retrieved 2024-06-23. https://www.popsci.com/technology/activitypub-fediverse/

  16. "Please Don't Share Our Links on Mastodon: Here's Why!". It's FOSS News. 2024-05-01. Retrieved 2024-06-18. https://news.itsfoss.com/mastodon-link-problem/

  17. Balkan, Aral (2022-11-09). "Is the fediverse about to get Fryed? (Or, 'Why every toot is also a potential denial of service attack')". ar.al. Retrieved 2024-06-18. https://ar.al/2022/11/09/is-the-fediverse-about-to-get-fryed-or-why-every-toot-is-also-a-potential-denial-of-service-attack/

  18. "FAQ | AT Protocol". atproto.com. Retrieved 2024-06-20. https://atproto.com/guides/faq#why-not-use-activitypub

  19. fediverse. "FEP-7628". Codeberg.org. Retrieved 2024-06-20. https://codeberg.org//fediverse/fep/src/branch/main/fep/7628/fep-7628.md

  20. Wave, Setsune (2023-12-17). "This is a serious problem the fediverse has..." Furries.club. Retrieved 2024-06-18. https://furries.club/@Setsune/111596877006547564

  21. Armando, Armando (2024-06-19). "I think one of the things that most annoy newcomers to the #Fediverse is..." Fedia.Social. Retrieved 2024-06-19. https://fedia.social/notes/9uoxk3dsm6a3w1vx

  22. Nedelcu, Alexandru (2022-12-21). "Missing replies · Mastodon · Discussion #22608". GitHub. Retrieved 2024-06-18. https://github.com/mastodon/mastodon/discussions/22608

  23. Prodromou, Evan (2024-06-19). "All of that information is available through ActivityPub..." CoSocial. Retrieved 2024-06-19. https://cosocial.ca/@evan/112641540530853533

  24. "Fediverse Observer". fediverse.observer. Retrieved 2024-06-22. https://fediverse.observer/

  25. "FediDB, Fediverse Network Statistics". fedidb.org. Retrieved 2024-06-22. https://fedidb.org/

  26. "Akkoma: A vision to refocus Pleroma". Coffee and Dreams. 24 June 2022. Archived from the original on July 1, 2023. Retrieved July 25, 2023. https://coffee-and-dreams.uk/development/2022/06/24/akkoma.html

  27. bookwyrm. "Bookwyrm". Archived from the original on May 26, 2021. Retrieved May 26, 2021. https://bookwyrm.social/

  28. "BookWyrm (@[email protected])". LGBTQIA+ Tech Mastodon. 6 May 2021. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://tech.lgbt/@bookwyrm/106189922705252293

  29. "Castopod Index". index.castopod.org. Retrieved 2025-05-02. https://index.castopod.org/

  30. "Release v1.0.0-alpha.1: chore(release): 1.0.0-alpha.1 [skip ci] · ad-aures/castopod". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/ad-aures/castopod/releases/tag/v1.0.0-alpha.1

  31. "Discourse and the Fediverse!". Discourse. 2025-04-23. Retrieved 2025-05-11. https://blog.discourse.org/2025/04/discourse-and-the-fediverse/

  32. "ActivityPub implementation reports". Retrieved 2018-01-03. https://activitypub.rocks/implementation-report/

  33. "Epicyon 1.0 release | LibreServer Blog". blog.libreserver.org. Archived from the original on June 9, 2023. Retrieved July 25, 2023. https://blog.libreserver.org/epicyon-1-0-release

  34. "firefish". Codeberg.org. Archived from the original on July 26, 2023. Retrieved July 26, 2023. https://codeberg.org/firefish/firefish/releases/tag/v12.117.1-calc

  35. Perez, Sarah (23 May 2023). "Flipboard becomes first app to support Bluesky, Mastodon and Pixelfed all in one place". TechCrunch. Retrieved 7 July 2023. https://techcrunch.com/2023/05/23/flipboard-becomes-first-to-support-bluesky-mastodon-and-pixelfed-all-in-one-app/

  36. "Twitter, Who? Flipboard Adds Mastodon Features, Pushing Further Into Social Networking". CNET. Retrieved 2024-06-23. https://www.cnet.com/news/twitter-who-flipboard-adds-mastodon-features-pushing-further-into-social-networking/

  37. "Flipboard is pivoting to ActivityPub and the fediverse". The Verge. Dec 18, 2023. https://www.theverge.com/2023/12/18/24006062/flipboard-fediverse-mastodon-activitypub-profiles-social

  38. McCue, Mike (19 December 2023). "Flipboard Begins to Federate". Medium. Retrieved 2 January 2024. https://medium.com/@mmccue/flipboard-begins-to-federate-4a80d6bdc209

  39. "Friendica 2019.01 released". Retrieved 2019-01-24. https://friendi.ca/2019/01/21/friendica-2019-01-released/

  40. Collective, Funkwhale. "Funkwhale Blog ~ Funkwhale 0.17 is out!". blog.funkwhale.audio. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://blog.funkwhale.audio/funkwhale-017-is-out.html

  41. "Home". Gancio. Archived from the original on July 24, 2023. Retrieved July 24, 2023. https://gancio.org/

  42. "v0.21.0 · les / gancio · GitLab". GitLab. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://framagit.org/les/gancio/-/releases/v0.21.0

  43. Ahooja, Anuj (2024-04-22). "Substack Competitor Ghost Announces ActivityPub Integration". We Distribute. Retrieved 2024-04-28. https://wedistribute.org/2024/04/ghost-implements-activitypub/

  44. Patel, Nilay (2024-04-22). "Newsletter platform Ghost adopts ActivityPub to 'bring back the open web'". The Verge. Retrieved 2024-09-09. https://www.theverge.com/2024/4/22/24137296/ghost-newsletter-activitypub-fediverse-support

  45. "Social web (beta)". Changelog. 2025-04-01. Retrieved 2025-05-10. https://ghost.org/changelog/social-web-beta/

  46. diogo. "diogo/gnu-social". notabug.org. Retrieved 2024-06-22. https://notabug.org/diogo/gnu-social

  47. immers-space. "Decentralized social groups for ActivityPub". GitHub. Archived from the original on November 22, 2022. Retrieved November 22, 2022. https://github.com/immers-space/guppe

  48. "Release First major release · immers-space/guppe". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/immers-space/guppe/releases/tag/v1.0.0

  49. "Release v0.1.0 · superseriousbusiness/gotosocial". GitHub. Archived from the original on July 22, 2023. Retrieved July 25, 2023. https://github.com/superseriousbusiness/gotosocial/releases/tag/v0.1.0

  50. "Release Hollo 0.1.0 · dahlia/hollo". GitHub. Archived from the original on Jan 26, 2025. Retrieved Jan 26, 2025. https://github.com/dahlia/hollo/releases/tag/0.1.0

  51. "honk 0.1". flak.tedunangst.com. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://flak.tedunangst.com/post/honk

  52. "Hubzilla - Frequently asked questions". hubzilla.org. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://hubzilla.org/page/hubzilla/faq

  53. "Inventaire toot". mamot.fr. December 7, 2021. Archived from the original on August 28, 2022. Retrieved October 17, 2022. https://mamot.fr/@inventaire/107405333892235843

  54. "kbin.pub - Fediverse of content". kbin.pub. Archived from the original on July 25, 2023. Retrieved July 24, 2023. https://kbin.pub/en

  55. "Lemmy - ActivityPub for link aggregation". nlnet.nl. Retrieved 2023-06-05. https://nlnet.nl/project/Lemmy/

  56. "Libervia progress note 2022-W45". salut-a-toi.org. November 2022. https://salut-a-toi.org/blog/view/[email protected]/@/id/libervia-progress-note-2022-w45-MTdL

  57. "lotide". Archived from the original on October 31, 2020. Retrieved October 29, 2020. https://sr.ht/~vpzom/lotide/

  58. "Release v0.1.1 · lotide-org/lotide". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/lotide-org/lotide/releases/tag/v0.1.1

  59. "Release v1.6.0 · mastodon/mastodon". GitHub. Retrieved 2024-06-22. https://github.com/mastodon/mastodon/releases/tag/v1.6.0

  60. MbinOrg/mbin, Mbin, 2024-06-22, retrieved 2024-06-23 https://github.com/MbinOrg/mbin

  61. "ℹ️ Mastodon and ActivityPub". Micro.blog Help Center. 2021-03-08. Retrieved 2024-06-22. https://help.micro.blog/t/mastodon-and-activitypub/95

  62. "Release 2.0.0-rc.1 · tsileo/microblog.pub". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/tsileo/microblog.pub/releases/tag/2.0.0-rc.1

  63. "ActivityPub対応国産SNS「Misskey」、LTLも実装". https://www.itmedia.co.jp/news/articles/1804/17/news124.html

  64. Poortvliet, Jos (10 December 2018). "Nextcloud introduces social features, joins the fediverse". Nextcloud. Archived from the original on December 10, 2018. Retrieved December 10, 2018. https://nextcloud.com/blog/nextcloud-introduces-social-features-joins-the-fediverse/

  65. Tilley, Sean (2025-01-20). "NodeBB Officially Joins the Fediverse". We Distribute. Retrieved 2025-02-12. https://wedistribute.org/2025/01/nodebb-officially-joins-fediverse/

  66. "Owncast v0.0.11". March 5, 2022. Archived from the original on March 5, 2022. Retrieved March 5, 2022. https://owncast.online/releases/owncast-0.0.11

  67. "Server-Server - ActivityPub implementation reports". Retrieved 2019-01-02. https://activitypub.rocks/implementation-report/

  68. fedidb.com https://fedidb.com/software?page=3&software=piefed. Retrieved 2025-05-28. {{cite web}}: Missing or empty |title= (help) https://fedidb.com/software?page=3&software=piefed

  69. https://join.piefed.social/blog/page/3/ https://join.piefed.social/blog/page/3/

  70. Krasnoff, Barbara (August 2022). "Eight photo-centric social sites that are not Instagram". The Verge. https://www.theverge.com/23280518/instagram-flickr-vero-photos-social-networks

  71. "ActivityPub in Pleroma". blog.soykaf.com. 2018-03-04. Retrieved 2024-06-22. https://blog.soykaf.com/post/activity-pub-in-pleroma/

  72. joinplu.me. "Plume". Archived from the original on May 10, 2019. Retrieved May 2, 2019. https://joinplu.me/

  73. "Release 0.2.0 (Alpha 1) · Plume-org/Plume". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/Plume-org/Plume/releases/tag/0.2.0-alpha-1

  74. "postmarks". github.com. Archived from the original on September 15, 2023. Retrieved October 7, 2023. https://github.com/ckolderup/postmarks

  75. "Postmarks". GitHub. 5 September 2023. Archived from the original on September 23, 2023. Retrieved October 7, 2023. https://motd.co/2023/09/postmarks-launch/

  76. "FediDB, Fediverse Network Statistics". fedidb.org. Retrieved 2025-03-09. https://fedidb.org/software/sharkey

  77. "Snac - A simple, minimalistic ActivityPub instance written in portable C". snac2. Retrieved 2024-04-19. https://codeberg.org/grunfink/snac2

  78. grunfink. "snac2". Codeberg.org. Retrieved 2024-07-02. https://codeberg.org/grunfink/snac2

  79. "Release v0.1.1: Merge pull request #6 from jaywink/travisify · jaywink/socialhome". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/jaywink/socialhome/releases/tag/v0.1.1

  80. "streams". Codeberg.org. Archived from the original on July 9, 2023. Retrieved November 2, 2022. https://codeberg.org/streams/streams

  81. "Official release". Mike Macgirvin. Archived from the original on December 13, 2023. Retrieved September 23, 2023. https://macgirvin.com/channel/mike?mid=https://macgirvin.com/item/d0d37b08-8522-480c-b0a1-23bf65bd26d5

  82. "Release 0.3.0 · jointakahe/takahe". GitHub. Archived from the original on July 25, 2023. Retrieved July 25, 2023. https://github.com/jointakahe/takahe/releases/tag/0.3.0

  83. Perez, Sarah (February 2024). "Threads now reaches more than 130 million monthly users, says Meta, up 30M from Q3". TechCrunch. Archived from the original on 2 February 2024. Retrieved 1 February 2024. https://archive.today/20240202011907/https://techcrunch.com/2024/02/01/threads-now-reaches-more-130-million-monthly-users-says-meta-up-30m-from-q3/

  84. Davis, Wes (2023-12-13). "Threads is officially starting to test ActivityPub integration". The Verge. Retrieved 2024-06-22. https://www.theverge.com/2023/12/13/24000120/threads-meta-activitypub-test-mastodon

  85. García, Gabriel Amador (2024-06-21), gabboman/wafrn, retrieved 2024-06-22 https://github.com/gabboman/wafrn

  86. "ActivityPub for WordPress". Github. Retrieved 7 July 2023. https://github.com/Automattic/wordpress-activitypub

  87. "Engage a Wider Audience With ActivityPub on WordPress.com". WordPress. Retrieved 2023-10-12. https://wordpress.com/blog/2023/10/11/activitypub/

  88. Pfefferle, Matthias; Automattic. "ActivityPub". WordPress.org. Retrieved 2024-06-23. https://wordpress.org/plugins/activitypub/

  89. Sato, Mia (2023-10-11). "WordPress now offers official support for ActivityPub". The Verge. Retrieved 2024-06-23. https://www.theverge.com/2023/10/11/23913278/wordpress-activitypub-official-plugin-automattic-fediverse-mastodon

  90. WriteFreely (2018-11-10). "Hello, World". WriteFreely. Retrieved 2024-06-22. https://blog.writefreely.org/hello-world

  91. "Zap". zotlabs.org. Archived from the original on June 20, 2023. Retrieved July 25, 2023. https://zotlabs.org/page/zap/zap

  92. "Zap". zotlabs.org. Retrieved 2024-06-23. https://zotlabs.org/page/zap/zap

  93. "Support ActivityPub for merge requests (&11247) · Epics · GitLab.org · GitLab". GitLab. Retrieved 2023-08-26. https://gitlab.com/groups/gitlab-org/-/epics/11247

  94. "First forgejo monthly update - December 2022". forgejo.org. 26 December 2022. Retrieved 2023-08-29. https://forgejo.org/2022-12-26-monthly-update/

  95. Perez, Sarah (2023-12-11). "Tumblr's 'fediverse' integration is still being worked on, says owner and Automattic CEO Matt Mullenweg". TechCrunch. Retrieved 2023-12-19. https://techcrunch.com/2023/12/11/tumblrs-fediverse-integration-is-still-being-worked-on-says-owner-and-automattic-ceo-matt-mullenweg/

  96. Perez, Sarah (2022-11-21). "Tumblr to add support for ActivityPub, the social protocol powering Mastodon and other apps". TechCrunch. Retrieved 2023-12-19. https://techcrunch.com/2022/11/21/tumblr-to-add-support-for-activitypub-the-social-protocol-powering-mastodon-and-other-apps/

  97. Perez, Sarah (2025-02-11). "Tumblr to join the fediverse after WordPress migration completes". TechCrunch. Retrieved 2025-02-12. https://techcrunch.com/2025/02/11/tumblr-to-join-the-fediverse-after-wordpress-migration-completes/