Ghost's ActivityPub Integration Feels Half-Baked

https://deadsuperhero.com/ghosts-activitypub-integration-feels-half-baked/

Look, I think Ghost is a really great publishing platform. But after dogfooding their Fediverse integration for six months, I'm realizing there's still a lot missing. With their blog dormant, I'm left to wonder: is development still happening?

9 points · 3 comments · view on lemmy.world

3 Comments

BrikoX@lemmy.zip · 3 pts · 252d (2 replies)

Looks like they are still pushing changes and the last release was 4 days ago.

They also seems to be leaning into LLM coding (AGENTS.md, CLAUDE.md) which is a security vulnerability as far as I'm concerned.

deadsuperhero@lemmy.world · 3 pts · 252d (1 reply)

To be clear: that's for the entire application. The ActivityPub part is here: https://github.com/TryGhost/ActivityPub

There's still development, but a lot of it is writing test units, updating dependencies, and optimizations. Still good stuff, but all we can really see is side-effects of their development plans, not really much of a roadmap itself.

BrikoX@lemmy.zip · 1 pts · 252d

Fair. Though ActivityPub implementation kind of needs to be developed in parallel with main application for any new features.