Fedify: ActivityPub server framework
@fedify.hollo.social.ap.brid.gy
:fedify: Fedify is a TypeScript library for building federated server apps powered by ActivityPub and other standards, so-called fediverse. It aims to eliminate the […] 🌉 bridged from ⁂ https://hollo.social/@fedify, follow @ap.brid.gy to interact
The official account for the Fedify project is moving to @fedify. This account will be replaced by the new one. Followers should automatically follow the new account unless any issues occur.
OSSCA 2026 has started, and Fedify is joining for the second year. 24 mentees will work on Fedify, Hollo, BotKit, DrFed, and Feder over the next four months, with some of that work likely to continue after the program ends. OSSCA, the Open Source Software Contribution Academy, is a South Korean […]
Original post on hollo.social
hollo.social
### Two new maintainers join Fedify: Chanhaeng Lee and Jiwon Kwon Chanhaeng Lee (@2chanhaeng) and Jiwon Kwon (@z9mb1) are now co-maintainers of Fedify. They have already been doing maintainer-shaped work for much of the past year, so this is mostly making the repository match reality […]
Original post on hollo.social
hollo.social
Fedify 2.3.0 is out! This release is largely about production observability: OpenTelemetry metrics now cover every major federation path, and a monitoring guide and runnable example stack ship alongside them. Also new: a delivery circuit breaker that holds queued activities for unreachable […]
Original post on hollo.social
hollo.social
DrFed is our sister project, built alongside #Fedify to tackle the debugging side of #ActivityPub development. It just received @nlnet funding and now has its own account here: @drfed. #DrFed #fedidev #fediverse #NLnet RE: https://hackers.pub/@drfed/019ed3c9-7e8c-782f-a512-5fbc75a4610b
hackers.pub
### Fedify security updates: 1.9.12, 1.10.11, 2.0.20, 2.1.16, and 2.2.5 If you use Fedify, update to a patched release now. CVE-2026-50131 affects Fedify's public URL validation for remote document and media loading. An attacker could use special-use IP address ranges to bypass Fedify's SSRF […]
Original post on hollo.social
hollo.social
There's a Matrix room for #Fedify contributors, open to anyone curious about how development happens. Feel free to drop in or lurk; small questions are fine too. #fedify-contributors:matrix.org
### Fedify security updates: 1.9.11, 1.10.10, 2.0.18, 2.1.14, and 2.2.3 If you use Fedify, update to a patched release now. CVE-2026-42462 affects Fedify's Linked Data Signature handling. An attacker could use JSON-LD graph-restructuring features to change how a signed activity is interpreted […]
Original post on hollo.social
hollo.social
日本で世界初のFedifyの書籍「実践Fedify——ActivityPubマイクロブログ開発入門」が出版されました。この本は私にとって初めての著書でもありますが、最初の本が母語の韓国語ではなく日本語だというのは、なんだかとても不思議な気分ですね。本書は、英語で書かれたFedifyの公式チュートリアル「Creating your own federated microblog」をベースに、様々な加筆を行ったものです。Fedifyのマスコットの恐竜と、Misskeyのマスコットである三須木みすき 藍あい、Mastodon […] [Original post on hollo.social]
The world's first Fedify book, Practical Fedify: Introduction to ActivityPub Microblog Development (実践Fedify——ActivityPubマイクロブログ開発入門), has been published in Japan. This is also the first book I have ever published, and it feels quite surreal that my first book […] [Original post on hollo.social]
### Fedify security updates: 1.9.10, 1.10.9, 2.0.16, 2.1.12, and 2.2.1 If you use Fedify, update to a patched release now. A private network protection bypass affects Fedify's remote document loading code. URLs with private IPv4 addresses encoded as IPv4-mapped IPv6 literals, such as `http://[ […]
Original post on hollo.social
hollo.social
Fedify 2.2.0 is out! This release finally adds client-to-server (C2S) outbox listener support, proper HTTP `410 Gone` responses for deleted actors via `Tombstone`, new integrations for SolidStart and Nuxt, and interoperability fixes for Lemmy and Pixelfed. Three new end-to-end tutorials also […]
Original post on hollo.social
hollo.social
Fedify 2.2.0 is out! This release finally adds client-to-server (C2S) outbox listener support, proper HTTP `410 Gone` responses for deleted actors via `Tombstone`, new integrations for SolidStart and Nuxt, and interoperability fixes for Lemmy and Pixelfed. Three new end-to-end tutorials also […]
Original post on hollo.social
hollo.social
Unless something comes up, #Fedify 2.2.0 will be released today.
If you'd like to preview the #tutorial I'm writing on building a small #threadiverse software with #Fedify, here it is: https://pr-710.fedify.pages.dev/tutorial/threadiverse If you'd like to give feedback after reading it, please leave a comment on the following PR […]
Original post on hollo.social
hollo.social
The official Awesome Fedify site is now live: http://awesome.fedify.dev/ It brings together real-world Fedify projects, packages, examples, tutorials, and talks in one place. If you know a good resource we should list, contributions are welcome: https://github.com/fedify-dev/awesome-fedify
Awesome Fedify
A curated directory of Fedify projects, packages, examples, tutorials, and talks.
awesome.fedify.dev
We're working on a new #tutorial for #Fedify: _Building a Federated Blog with Astro_! It walks you through creating a hybrid blog—static Markdown posts powered by #Astro content collections, with #ActivityPub federation layered on top. By the end, your blog will be followable from Mastodon […]
Original post on hollo.social
hollo.social
Naru, the Korean version of #Neocities, reportedly added an #ActivityPub implementation in just an hour using #Fedify. If you also want to implement ActivityPub quickly, give Fedify a try! https://hackers.pub/@jihyeok/019da3d9-45b8-7629-96a8-b26bd62867c2
hackers.pub
Significant performance improvements are expected in today's latest Fedify patch releases (v1.9.9, v1.10.8, v2.0.12, and v2.1.5).
### Fedify security updates: 1.9.7, 1.10.6, 2.0.10, and 2.1.3 If you use Fedify, update to a patched release now. A high-severity denial-of-service vulnerability (CVE-2026-34148) affects Fedify's remote document loader and authenticated document loader. Both follow HTTP redirects without a […]
Original post on hollo.social
hollo.social
Fedify 2.1.0 is out! The highlight of this release is `onUnverifiedActivity()`, a long-requested hook that lets you intercept inbound activities whose signatures couldn't be verified, instead of silently returning 401 and letting remote servers retry forever. Great for handling `Delete` […]
Original post on hollo.social
hollo.social
Seems as good a day as any to thank @hongminhee and team for the exemplary work on @fedify. Following Fedify's big 2.0 release, my two largest interoperability pain points in @encyclia can be fixed. 🙂 https://github.com/fedify-dev/fedify/issues/473 means that people using @gotosocial will […]
Original post on fietkau.social
fietkau.social
Jiwon (@z9mb1), one of our core contributors, drew a Fedify dino! How cute! https://oeee.cafe/@z9mb1/2b5b0baf-466b-4c65-a1e0-d3588f0666f4
oeee.cafe
Started laying out a rough plan for implementing FEP-ef61: Portable Objects in #Fedify—server-independent #ActivityPub identities backed by #DIDs, multi-server replication, and client-side signing. It's going to be a long road (13 tasks across 5 phases, with a few open questions that need […]
Original post on hollo.social
hollo.social
Hi #fediverse and #ActivityPub developers! I'm currently working on interoperability testing for #Hollo and #Fedify, and I need a #Bonfire account to test federation with their implementation. Since there aren't many open public Bonfire instances available, I was wondering if any Bonfire […]
Original post on hollo.social
hollo.social
The really cool thing about this new architecture is that it can enable Client to Server architecture for AP with fedify (maybe vocab packages could be used in the browser too!)
**Fedify 2.0.0 is here!** This is the biggest release in Fedify's history. Here are the highlights: * **Modular architecture** — The monolithic `@fedify/fedify` package has been broken up into focused, independent packages: `@fedify/vocab`, `@fedify/vocab-runtime`, `@fedify/vocab-tools` […]
Original post on hollo.social
hollo.social