I'm happy to announce that my barebones ActivityPub server, implemented in Node.js/Express, is now open source! I intend for it to be a reference implementation for developers who are adding ActivityPub to their own services, but also it is an application server that you can build on if you want.

In other words, t's a few hundred lines of code that lets you create Mastodon-compatible accounts that can accept follow requests and post stuff to their followers.

https://github.com/dariusk/express-activitypub

GitHub - dariusk/express-activitypub: A very simple reference implementation of an ActivityPub server using Express.js

A very simple reference implementation of an ActivityPub server using Express.js - dariusk/express-activitypub

GitHub

I actually built a little toy service (that I will also eventually open source) which converts any RSS feed to an ActivityPub actor that you can subscribe to in Mastodon (or any other AP-compatible client).

Play with it if you like! It is SUPER rough and most feeds end up horribly rendered in Mastodon but it's still kinda cool to see it work: https://bots.tinysubversions.com/convert/

Convert an RSS feed to ActivityPub

@darius That's pretty nifty. I created @[email protected]
@djoerd @darius Just a heads up, getting this is Amaroq when I select your djoerd link.
@aral @djoerd I'll poke at it. Currently it's only tested in the Mastodon web client