If you wanted to make high-impact fediverse software, I would recommend making a simple daemon that does the following:

- Consumes RSS/Atom feeds
- Posts them as subscribable feeds over activitypub
- So dead easy you can host it yourself as a simple daemon on your server
- Optionally: collects replies as a comment section with a way to render them inline, a-la disqus, with some simple moderation tools. Simplest way to reduce spam would be to make it approve-only to show up on the feed.

You could extend this to allow posting on other servers etc. But, in other words, let more people use the static site generator they already have

I'm sure most parts of this have been built many times by many persons (and probably AI bots too)

Everyone who wants to show a Fediverse feed on a Hugo page has to do something along that lines (other Static Site Generators do exist)

I know I have probably all described parts somewhere on my harddrive in a more or less usable but not interconnecting state and I am not even a "real" developer 😉

I agree, this would be cool and not even too hard. Who can spend some time? pretty please?
Yes, this could be the comment Part, although I'd do it without Javascript by using a server side script that generates static Sources for Hugo.

But anyway, the pieces are there,

CC: @[email protected]