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

@cwebber if this existed I would use it