Fedify: ActivityPub server framework
fedify.hollo.social.ap.brid.gy
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
### Announcement: AltStore becomes a financial contributor to Fedify

We're thrilled to announce that AltStore has become a financial contributor to Fedify! This generous support comes as part of AltStore's broader commitment to strengthening the open social web […]

[Original post on hollo.social]
October 8, 2025 at 3:30 AM
The #fedify monorepo has grown to 16 packages!

We've been working hard to make Fedify more modular and easier to integrate with your favorite tools and platforms. From the core framework to database drivers, from CLI tools to web framework integrations—we've […]

[Original post on hollo.social]
August 31, 2025 at 4:39 AM
🎉 Huge shoutout to two amazing contributors from Korea's #ossca program who've made excellent contributions to #fedify!

👏 @gaebalgom tackled a tricky terminal compatibility issue in PR #282, fixing the `fedify node` command's favicon display on terminal […]

[Original post on hollo.social]
July 11, 2025 at 1:48 AM
#fedify has moved to a monorepo structure with unified versioning across all packages (`@fedify/fedify`, `@fedify/cli`, database adapters & framework integrations).

All packages now release together, making dependency management much simpler!

#activitypub #fedidev
July 4, 2025 at 8:22 AM
We're excited to announce that we've implemented RFC 9421 (HTTP Message Signatures) in #fedify, complete with our double-knocking mechanism to maintain backward compatibility with the draft cavage version.

This implementation includes both signature generation […]

[Original post on hollo.social]
May 9, 2025 at 9:17 AM
Coming soon in #fedify 1.5.0: Smart fan-out for efficient activity delivery!

After getting feedback about our queue design, we're excited to introduce a significant improvement for accounts with large follower counts.

As we discussed in our previous post […]

[Original post on hollo.social]
March 20, 2025 at 7:17 AM
Got an interesting question today about #fedify's outgoing #queue design!

Some users noticed we create separate queue messages for each recipient inbox rather than queuing a single message and handling the splitting later. There's a good reason for this […]

[Original post on hollo.social]
March 10, 2025 at 1:14 PM
We're excited to announce two major features coming in #fedify 1.5.0, focused on giving you more control over domain names in your federated apps:

### Separate WebFinger Host from Server Origin

Want different domains for your WebFinger handles and server […]

[Original post on hollo.social]
February 24, 2025 at 6:09 AM
The web interface of the `fedify inbox` command has been slightly updated. This change will be included in the next minor release, Fedify 1.5.0.
February 18, 2025 at 8:51 AM
A milestone worth celebrating—#Fedify just hit 100+ releases! From day one, we've been committed to building a robust #activitypub framework, and each release has brought us closer to that goal. Here's to many more releases as we continue growing the #fediverse together! :fedify: #fedidev
February 10, 2025 at 12:30 PM
🎉 Excited to announce that #fedify is now on Open Collective! Support the project's development starting at:

* Backer (from $5/mo)
* Supporter (from $25/mo)
* Sponsor (from $100/mo)
* Corporate Sponsor (from $500/mo)
* Custom donations welcome […]

[Original post on hollo.social]
January 29, 2025 at 8:00 AM
We're planning to move our GitHub repository to an organization account for better project management. We've requested GitHub support to help us acquire the inactive @fedify username for this purpose. (The attached screenshot is our formal request to GitHub […]

[Original post on hollo.social]
January 24, 2025 at 3:24 AM
:botkit: Introducing #botkit: A #typescript framework for creating truly standalone #activitypub bots!

Unlike traditional Mastodon bots, BotKit lets you build fully independent #fediverse bots that aren't constrained by platform limits. Create your entire bot […]

[Original post on hollo.social]
January 10, 2025 at 3:12 AM
Did you know? Fedify allows you to customize the `links` in WebFinger responses. Just put your `Link` objects in the `urls` property of the `Actor` object returned by the actor dispatcher!

https://unstable.fedify.dev/manual/actor#webfinger-links
December 24, 2024 at 9:57 AM
Since #fedify 1.4.0, our next release, the `fedify lookup` command will have the `-t`/`--traverse` option! It takes a URL of the collection, and traverse its items from the beginning to the end. Here's a demo:
December 16, 2024 at 6:34 PM
The #fedify repository has reached 600 stars! Thank you everyone!

https://github.com/dahlia/fedify
December 1, 2024 at 6:25 AM
#fedify's @opentelemetry instrumentation works like a charm with @getsentry! :opentelemetry: :sentry:

#opentelemetry #sentry
November 25, 2024 at 7:21 PM
Many more spans were added today! :opentelemetry:

https://unstable.fedify.dev/manual/opentelemetry#instrumented-spans
November 25, 2024 at 7:19 PM
:opentelemetry: @opentelemetry instruments are being added one by one to #Fedify…!
November 25, 2024 at 6:54 PM
Though we have OpenTelemetry Semantic Conventions 1.28.0, it does not yet define attributes related to the fediverse. So #fedify is taking the initiative to define semantic attributes related to the ActivityPub protocol and its related protocols. If you have […]

[Original post on hollo.social]
November 25, 2024 at 6:01 PM
Thanks to @robin_maki, #sveltekit integration support has been added to #fedify! This feature will be included in Fedify 1.3.0.

https://unstable.fedify.dev/manual/integration#sveltekit
November 25, 2024 at 5:30 PM
@hongminhee 내일 행사를 위해 급하게 처음으로 기여하는 분들을 위한 이슈를 만들고 있습니다!
November 23, 2024 at 10:27 PM
Starting with #fedify 1.3.0, you'll be able to use different message queues for incoming and outgoing activities!

https://unstable.fedify.dev/manual/mq#using-different-message-queues-for-different-tasks
November 19, 2024 at 3:33 PM