Private mirror of BookWyrm repository https://github.com/bookwyrm-social/bookwyrm
  • Python 75.2%
  • HTML 21.2%
  • JavaScript 1.4%
  • Shell 1.1%
  • SCSS 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Mouse Reeve 75101158ad
Some checks failed
container.yml / Merge pull request #4031 from hughrun/fix-reports-without-reportee (push) Failing after 0s
CodeQL / Analyze (push) Has been cancelled
CodeQL / Analyze-1 (push) Has been cancelled
Templates validator / lint (push) Has been cancelled
Lint JavaScript / Lint with ESLint. (push) Has been cancelled
JavaScript Prettier (run ./bw-dev prettier to fix) / Lint with Prettier (push) Has been cancelled
Python / Tests (pytest) (push) Has been cancelled
Python / Linting & Formatting (ruff) (push) Has been cancelled
Python / Typing (mypy) (push) Has been cancelled
Lint Stylesheets files (run `./bw-dev stylelint` to fix errors) / lint (push) Has been cancelled
Merge pull request #4031 from hughrun/fix-reports-without-reportee
fix reports admin page when no `reported_user`
2026-07-11 10:24:46 -07:00
.github container-workflow: cleanup only older than 1 hour untagged layers 2026-06-26 20:45:23 +03:00
anubis anubis: add allow rules for rss feeds 2026-03-21 12:17:44 +02:00
bookwyrm Merge pull request #4031 from hughrun/fix-reports-without-reportee 2026-07-11 10:24:46 -07:00
celerywyrm Add more ruff validation for code quality checks 2026-05-20 09:26:19 -07:00
contrib Make exports directory writeable 2026-06-22 19:08:49 +00:00
dev-tools dev-tools: base against dev-build of web-container 2026-03-02 19:22:47 +02:00
exports Add exports_volume to docker-compose.yml 2024-03-24 12:08:29 +01:00
images Make sure /images/ and /static/ exist now that the bind mount is read only 2024-03-18 21:35:12 +01:00
locale New Crowdin updates (#3992) 2026-07-08 11:18:31 -07:00
nginx allow a one-request burst on the login rate limit 2026-06-21 13:18:28 +07:00
postgres-docker backup-job: fix database user and database name variables 2026-06-25 14:19:14 +03:00
static Make sure /images/ and /static/ exist now that the bind mount is read only 2024-03-18 21:35:12 +01:00
updates Adds celerybeat update script 2022-03-16 12:53:27 -07:00
.dockerignore dockerignore: leave tests and locale .po files out from containers 2026-02-04 18:29:24 +02:00
.editorconfig Add specific vendor file 2021-08-23 13:59:23 -07:00
.env.dev.example change .env.dev to .env.dev.example 2026-04-12 07:41:22 +10:00
.env.example Rename ENV var for image dimensions 2026-02-23 22:53:06 -06:00
.eslintignore [assets] Move some frontend assets to _vendor_ directories: 2021-04-05 16:17:11 +02:00
.eslintrc.js Fix formatting and linting 2026-06-10 23:18:28 -05:00
.gitignore change .env.dev to .env.dev.example 2026-04-12 07:41:22 +10:00
.prettierignore .prettierignore to vendor 2022-02-28 21:23:44 -08:00
.prettierrc Update .prettierrc 2023-10-17 19:49:32 +02:00
AGENTS.md Redirect contributors to docs and ban agents 2026-04-03 13:16:05 +11:00
bump-version.sh Bumped version number to 0.7.0 (#3052) 2023-10-21 18:29:45 +02:00
bw-dev Adds arbitrary dev command runner to bw-dev 2026-05-22 13:45:09 -07:00
CODE_OF_CONDUCT.md [lint] Fix indentation in .md files. 2021-03-04 19:05:01 +01:00
complete_bwdev.fish first attempt in ruff migration 2025-12-02 11:34:04 +01:00
complete_bwdev.sh first attempt in ruff migration 2025-12-02 11:34:04 +01:00
complete_bwdev.zsh first attempt in ruff migration 2025-12-02 11:34:04 +01:00
CONTRIBUTING.md Redirect contributors to docs and ban agents 2026-04-03 13:16:05 +11:00
crowdin.yml Update Crowdin configuration file 2021-10-06 21:50:47 -07:00
docker-compose-init_letsencrypt.yml nginx: pump to 1.30.1 stable version 2026-05-17 13:53:26 +03:00
docker-compose-upgrade-db.yml update docker-compose to postgresql17 and add bw-dev command to upgrade current database 2025-08-03 11:38:33 +03:00
docker-compose.dev.yml Merge pull request #3809 from bookwyrm-social/backups-main 2026-04-07 13:03:30 -07:00
docker-compose.yml tweak(celery): reduce celery concurrency to 20 2026-06-13 15:05:50 +03:00
Dockerfile Dockerfile: build full self-containing bookwyrm container 2026-02-04 18:31:11 +02:00
entrypoint.sh entrypoint: no need to run django_celery_beat migrations separately 2026-02-06 23:46:58 +02:00
FEDERATION.md add CONTRIBUTING and minor updates to other meta docs. 2025-03-30 19:02:46 +11:00
gunicorn.conf.py gunicorn: bind ipv6 2026-05-17 13:53:26 +03:00
LICENSE.md Rename License with a .md extension. 2021-04-28 16:05:12 +02:00
manage.py Updates migrations 2020-09-21 08:10:37 -07:00
pyproject.toml Bump mistune from 3.2.1 to 3.3.0 2026-07-11 01:33:47 +00:00
pytest.ini Deprecate USE_HTTPS and simplify development settings 2025-05-26 16:15:15 +10:00
README.md Add contribution info front-and-center in the README 2026-04-02 17:34:41 -07:00
redis.conf Add redis automatic rewrite configuration. 2024-01-23 18:19:31 -05:00
SECURITY.md Create SECURITY.md 2022-06-30 05:46:41 +01:00
VERSION Bump version to 0.8.5. 2026-02-21 11:07:35 -08:00

BookWyrm

Ruff

Welcome to the codebase!

BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next. Federation allows BookWyrm users to join small, trusted communities that can connect with one another, and with other ActivityPub services like Mastodon and Pleroma.

👋 Meaningful human interaction is the whole point: please feel welcome to participate regardless of your experience level with programming. We would love to help! By the same token, please do not submit any AI-generated code or content.

Mastodon Follow

About BookWyrm

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.

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 runyourown.social to get a sense of the philosophy and logistics behind small, high-trust social networks.

Developers of other ActivityPub software can find out more about BookWyrm's implementation at FEDERATION.md.

Features

Post about books

Compose reviews, comment on what you're reading, and post quotes from books. You can converse with other BookWyrm users across the network about what they're reading.

Track reading activity

Keep track of what books you've read, and what books you'd like to read in the future.

Federation with ActivityPub

Federation allows you to interact with users on other instances and services, and also shares metadata about books and authors, which collaboratively builds a decentralized database of books.

Privacy and moderation

Users and administrators can control who can see their posts and what other instances to federate with.

Tech Stack

Web backend

Front end

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

Deployment

Set up BookWyrm

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

Contributing

There are many ways you can contribute to the success and health of the BookWyrm project! You do not have to know how to write code and we are always keen to see more people get involved. Find out how you can join the project at CONTRIBUTING.md.