Don’t know if we already have this but if not, this could be a new breath for running away from Google’s polluted, hard to find any real useful stuff SEO World. With Kagi’s optimization for activity pub, it’s easier to find content within the Federation. With a blog system that supports activity pub, people can get interaction from Mastodon, Lemmy, PeerTube etc. And the best part is, you can do all these stuff with your self-hosted sites.

If we already have this, please let me know.

  • @maegul@lemmy.ml
    link
    fedilink
    English
    114 months ago

    There are few things going around.

    First thing I want to point out is that lemmy can kinda fill this niche (see the docs on this). Start a community and turn on “moderator posts only” (such that only the moderator(s) can post) and you’ve got a basic blog with post comments across the fediverse built in (for which you’re the moderator). It will have RSS built in too, and a hefty character-limit per post of 50,000 (last I checked) which is ~10,000 words per post, along with markdown formatting. And if you want complete control, you could run your own instance through a service like spacehost.

    Beyond that there are other more dedicated platforms.

    There’s writefreely: https://writefreely.org/

    There’s postfreely, which is a fork of writefreely: https://flamewar.social/c/postfreely (lemmy community)

    Wordpress have an official plugin now for activitypub / federation (and it works, I’ve interacted with “blog posts” over on mastodon)

    micro.blog might also count: https://micro.blog/

    Newsletters may be supported by some of these. None have subscriptions AFAIK.

    • @maegul@lemmy.ml
      link
      fedilink
      English
      44 months ago

      And just to express a sort of wishlist for future lemmy development … where a developer might be interested in taking this specific idea on … there’s probably some low hanging fruit around making lemmy more a dedicated blogging platform.

      Take the moderator-only community mechanism mentioned above and make this a more straight forward process. Probably work on the moderation tooling a bit to make it easier to control any dumpster fire comments situations. Maybe work on tagging (which is already something being worked on I think). Then there’s theming, where people might want their personal community to appear a certain customised way.

      And then, and this would be a big one maybe, add the ability to control who is able to subscribe (where private communties already seem to be on the roadmap for lemmy). Once you can control that, then integrating some third party subscriptions service would allow an author to try to collect subscriptions for their content … and you have a federated substack substitute where the author could use their account/instance to also browser and comment on the wider fediverse too.

      • @taladar@sh.itjust.works
        link
        fedilink
        34 months ago

        add the ability to control who is able to subscribe

        This seems tricky to enforce on a per-user basis since content federated to another instance for one user could easily be shared with another user on that instance without the original instance ever knowing about that.

        • @maegul@lemmy.ml
          link
          fedilink
          English
          24 months ago

          It definitely does get tricky. In general, guarantees about control over the network get tricky, and it seems like a limitation of the fediverse for this sort of stuff.

          Imposing limitations can maybe go far though. Keeping such users on a single instance or on a single platform could be helpful? I don’t knitter this space unfortunately. Maybe some cryptography would be necessary?

    • @muhyb@programming.devOP
      link
      fedilink
      34 months ago

      Thanks for the detailed reply! There seems to be really nice options out there. From what I gathered from the current replies here, writefreely and plume look like something in my mind more.

  • ℕ𝕖𝕞𝕠
    link
    fedilink
    04 months ago

    I don’t know of any, but…

    My personal blog runs on scripts I wrote myself. I’m hoping to rewrite it to be ActivityPub friendly. I’ve only just begun looking at the documentation, but it looks pretty doable.