Social reading and reviewing, decentralized with ActivityPub, from upstream at https://github.com/bookwyrm-social/bookwyrm
 
 
 
 
 
 
Go to file
Mouse Reeve 56c6ee8879 Merge branch 'main' into production 2022-01-17 11:09:01 -08:00
.github Merge branch 'main' into production 2022-01-06 12:23:07 -08:00
bookwyrm Merge branch 'main' into production 2022-01-17 11:09:01 -08:00
celerywyrm Merge branch 'main' into production 2022-01-13 09:24:05 -08:00
locale Updates locales 2022-01-17 08:08:59 -08:00
nginx Merge branch 'main' into production 2021-12-06 13:42:55 -08:00
postgres-docker Add database to filename, don't install recommends 2021-12-28 14:18:57 -08:00
.coveragerc [lint] Fix missing new lines. 2021-03-04 18:44:36 +01:00
.dockerignore [lint] Fix missing new lines. 2021-03-04 18:44:36 +01:00
.editorconfig Add specific vendor file 2021-08-23 13:59:23 -07:00
.env.example Merge branch 'main' into production 2022-01-13 09:24:05 -08:00
.eslintignore [assets] Move some frontend assets to _vendor_ directories: 2021-04-05 16:17:11 +02:00
.eslintrc.js [assets] Document functions and variables: 2021-04-06 16:17:20 +02:00
.gitignore Add local copy of nginx conf to gitignore 2021-12-04 08:28:47 -08:00
.stylelintignore [assets] Move some frontend assets to _vendor_ directories: 2021-04-05 16:17:11 +02:00
.stylelintrc.js Use null to invalidate rules 2022-01-07 14:18:41 -08:00
CODE_OF_CONDUCT.md [lint] Fix indentation in .md files. 2021-03-04 19:05:01 +01:00
Dockerfile Merge branch 'main' into production 2021-06-05 12:53:03 -07:00
LICENSE.md Rename License with a .md extension. 2021-04-28 16:05:12 +02:00
README.md wording fix 2021-04-13 12:17:07 -07:00
bw-dev Merge branch 'main' into production 2022-01-13 11:10:41 -08:00
crowdin.yml Update Crowdin configuration file 2021-10-06 21:50:47 -07:00
docker-compose.yml Merge branch 'main' into production 2022-01-07 10:25:39 -08:00
manage.py Updates migrations 2020-09-21 08:10:37 -07:00
package.json Updates NPM dependencies to resolve security alerts 2022-01-07 13:50:27 -08:00
pytest.ini Updates tests env 2022-01-09 12:04:45 -08:00
redis.conf Use redis with password in dev 2022-01-05 08:52:28 -08:00
requirements.txt Merge branch 'production' into open-telemetry 2022-01-10 23:20:05 -08:00
yarn.lock Updates NPM dependencies to resolve security alerts 2022-01-07 13:50:27 -08:00

README.md

BookWyrm

Social reading and reviewing, decentralized with ActivityPub

Contents

Joining BookWyrm

BookWyrm is still a young piece of software, and isn't at the level of stability and feature-richness that you'd find in a production-ready application. But it does what it says on the box! If you'd like to join an instance, you can check out the instances list.

You can request an invite by entering your email address at https://bookwyrm.social.

Contributing

See contributing for code, translation or monetary contributions.

About BookWyrm

What it is and isn't

BookWyrm is a platform for social reading! You can use it to track what you're reading, review books, and follow your friends. It isn't primarily meant for cataloguing or as a data-source for books, but it does do both of those things to some degree.

The role of federation

BookWyrm is built on ActivityPub. With ActivityPub, it inter-operates with different instances of BookWyrm, and other ActivityPub compliant services, like Mastodon. This means you can run an instance for your book club, and still follow your friend who posts on a server devoted to 20th century Russian speculative fiction. It also means that your friend on mastodon can read and comment on a book review that you post on your BookWyrm instance.

Federation makes it possible to have small, self-determining communities, in contrast to the monolithic service you find on GoodReads or Twitter. An instance can be focused on a particular interest, be just for a group of friends, or anything else that brings people together. Each community can choose which other instances they want to federate with, and moderate and run their community autonomously. Check out https://runyourown.social/ to get a sense of the philosophy and logistics behind small, high-trust social networks.

Features

Since the project is still in its early stages, the features are growing every day, and there is plenty of room for suggestions and ideas. Open an issue to get the conversation going!

  • Posting about books
    • Compose reviews, with or without ratings, which are aggregated in the book page
    • Compose other kinds of statuses about books, such as:
      • Comments on a book
      • Quotes or excerpts
    • Reply to statuses
    • View aggregate reviews of a book across connected BookWyrm instances
    • Differentiate local and federated reviews and rating in your activity feed
  • Track reading activity
    • Shelve books on default "to-read," "currently reading," and "read" shelves
    • Create custom shelves
    • Store started reading/finished reading dates, as well as progress updates along the way
    • Update followers about reading activity (optionally, and with granular privacy controls)
    • Create lists of books which can be open to submissions from anyone, curated, or only edited by the creator
  • Federation with ActivityPub
    • Broadcast and receive user statuses and activity
    • Share book data between instances to create a networked database of metadata
    • Identify shared books across instances and aggregate related content
    • Follow and interact with users across BookWyrm instances
    • Inter-operate with non-BookWyrm ActivityPub services (currently, Mastodon is supported)
  • Granular privacy controls
    • Private, followers-only, and public privacy levels for posting, shelves, and lists
    • Option for users to manually approve followers
    • Allow blocking and flagging for moderation

The Tech Stack

Web backend

Front end

  • Django templates
  • Bulma.io css framework
  • Vanilla JavaScript, in moderation

Deployment

Book data

The application is set up to share book and author data between instances, and get book data from arbitrary outside sources. Right now, the only connector is to OpenLibrary, but other connectors could be written.

Set up Bookwyrm

The documentation website has instruction on how to set up Bookwyrm in a developer environment or production.