Distributed Press
Dec 5, 2023 • 7 min read

Announcing Distributed.Press Social Inbox 1.0

With Social Inbox, get social interactions to websites on the decentralized web, and find new readers all over the Fediverse

Our new feature brings social interactions to websites on the decentralized web.

Hypha and Sutty are thrilled to announce the release of the Social Inbox, a new feature of Distributed.Press that integrates websites with interactions on federated social media platforms like Mastodon.

With the Social Inbox enabled, websites obtain their own account on the Fediverse, allowing it to automatically send out new posts to followers at the time of publication. When other users reply to posts, you can approve them to be published to the site as comments.

The Social Inbox allows readers to directly engage with your posts where they already are, and gives publishers the ability to incorporate public dialogue into their websites.

✸✸✸

Getting Started

There are a few ways to try out the Social Inbox:

✸✸✸

Failures of Existing Social Media

Big social media services, like X/Twitter and Instagram, centralize all control over the data, content, and interactions on their platforms. They moderate messages on their platforms with little transparency or accountability, leading to posts and entire accounts being censored with no explanation. Additionally, corporate social media platforms have an insatiable hunger for data. They surveil every aspect of our interactions — from what we post, what we “like”, who we follow, to minute details of where our attention lingers. This data is used to feed their algorithms in order to maximize the influence, and therefore profitability, of the ads they show to their users.

Their intrusive practices extend into the timeline itself, by manipulating what posts appear and inserting “suggested” content that we never ask to see. Major social media platforms regularly comply with government requests to hand over personal data without a court warrant. And we have witnessed how an entire social media network can be sold to a billionaire with no regard for the impact this would have on global public discourse.

ActivityPub: A Decentralized Alternative

In the face of the failures of existing social media platforms, there have been many attempts to build viable alternatives. Out of these, one of the most thriving networks is what is collectively called the Fediverse — an ecosystem of social media platforms that rely on the ActivityPub social data standard.

Instead of having a platform contain the accounts, messages, and interactions concentrated on one website, ActivityPub allows users with accounts on different websites to communicate with each other. This is similar to how email works; you can send an email to someone else regardless of what email service they use. By enabling anyone to set up their own “instance” or social media server, ActivityPub allows people to decide who has control over their data. They can decide to host their own instance, or choose one from among the thousands of others who offer hosting services. The ActivityPub standard allows data to be hosted across thousands of different instances, while still being able to follow and send messages between them.

One of the perennial problems with social media is content moderation. ActivityPub is distinct in that it allows each instance to decide for themselves how to moderate messages on their servers. This helps ensure that a given user or community can shape their own moderation policies, instead of an unaccountable, centralized authority. Fediverse instances can even decide to subscribe to community-curated blocklists, which can be actively shaped and used across many servers, by people who understand their community needs and agree on what kind of dialogue they would like to have or not have appear in their timelines.

As a result, the Fediverse continues to grow in its potential as a diversified network of interoperable social media applications.

Social Inbox for the Decentralized Web

From its inception, Distributed.Press has incorporated existing decentralized web protocols to expand the possibilities of web publishing. It is important for us to incorporate ActivityPub into Distributed.Press given its flexibility and popular use as a social media protocol.

Through our existing suite of tools, it’s already possible to publish static Jekyll websites to the DWeb. With static websites, code and content are delivered to the browser as simple HTML/CSS files, without having to access an external server to load content. The benefit of static websites is that they load faster, do not use plug-ins that require constant updates, and tend to be more secure overall. We realized that we could lean on these features, while incorporating social interactions into websites using ActivityPub.

So over the course of this year, we built the Social Inbox, which allows people to integrate their website with the Fediverse and to engage with readers there. You can read more about the technical details of how the Social Inbox works.

With the Social Inbox enabled on your site, you can:

To see which Fediverse clients are compatible with the Social Inbox, you can follow this Github issue.

For Mastodon and Pixelfed users: Please note that when someone follows your website’s Fediverse account for the first time, they will receive new posts as they’re published. That also means that they will not see any previous posts due to Mastodon not preemptively fetching the full lists of posts from our outbox. If this something you’d like to be addressed, you can comment on the Mastodon issue tracker, or work with us by chiming into our issue tracker to see what you can do to help.

Sutty Integration

If you aren’t able or interested in coding your way to creating a static website or implementing the Social Inbox yourself, we have also integrated it into Sutty, a content management system for static Jekyll websites. All you need to do is set up a website on their platform and enable the Social Inbox in the configuration panel. Then, you will see a panel that will allow you to approve/deny replies as comments to your posts.

For a step-by-step guide on how to use the Social Inbox with Sutty, check out this written demo or demo video.