Home

Awesome

Social Reader

A P2P and offline-first ActivityPub client for reading and following microblogs on the Fediverse, avoiding dependency on always-online HTTP servers, allowing access to content anytime, anywhere.

Customizing Your Community's Reader

You can easily deploy a customized version of the reader by forking this repository and modifying the defaults.json file located in the ./config folder. This allows you to set the community name, define a custom theme, and specify the default followed actors for your community.

Configuration Options:

The @announcements@social.distributed.press account will notify when a new site is published, created using the Social Inbox.

Example defaults.json:

{
  "version": "1.0.0",
  "communityName": "Akhi's Art Club",
  "theme": {
    "bgColor": "#ecfeff",
    "postBgColor": "#cffafe",
    "postDetailsColor": "#06b6d4",
    "postLinkColor": "#0ea5e9"
  },
  "defaultFollowedActors": [
    "https://social.distributed.press/v1/@announcements@social.distributed.press/",
    "https://mastodon.social/@akhileshthite"
  ]
}

Akhi's Art Club on Social Reader

For more information, please visit docs.distributed.press.