Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

Does anyonehave any good guides to setting up ActivityPub for a static site like Jekyll?


Honestly, I'd suggest reading the specifications directly. They're quite well written and have lots of examples.

https://www.w3.org/TR/activitypub/

That said, I'm not sure how much much of ActivityPub you could make use of for a static site? You could definitely publish an Actor and create an Outbox listing your content. You could also have deploy triggers to notify followers when you publish...

But how does someone follow you? In order for that to work, there needs to be a server to accept a Follow activity and add them to the Followers collection to be notified on publication.


ActivityPub by definition doesn't work with a static site. But check out this project which offloads the ActivityPub parts for any site assuming you can make a request there as part of your static site build process https://fed.brid.gy/


Interesting, thank you!


What do you expect to gain from setting up ActivityPub for your website?

ActivityPub requires some semblance of interactivity for some operations, I'm not sure just a static site would qualify.


you need a certain amount of interactivity for full compliance with the protocol.

perhaps someone can provide a sort of managed service to act as a backend to support this.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: