Bazel knowledge sources

October 7, 2025

This is a collection of links to interesting articles and knowledge sources about the Bazel build system that I found.

I’m motivated to do this after spending considerable time developing a thing that already existed. Just because I was not following the “right” communities I basically wasted a lot of effort reinventing a wheel. Useful wheel, but reinventing nevertheless.

I plan to update the sources once in a while, as I discover things.

The list is bootstrapped by links that came to mind immediately, but there are bound to be more that are worth adding here.

Canonical sources

  • https://bazel.build: the main website. Lots of documentation, though systematization is something left to be desired.
  • https://www.reddit.com/r/bazel/: Bazel on Reddit. Once in a while, this gets posts about interesting bazel developments, sometimes for self-promotion, sometimes authentic, but almost always useful.
  • https://groups.google.com/g/bazel-discuss: the bazel mailing list. While ideally, this would be the place to get questions and answers about bazel, in practice it is mostly reduced to release announcements.
  • https://github.com/orgs/bazelbuild/discussions: bazel developer discussions. Possibly a place where you might find something useful to you.
  • https://github.com/jin/awesome-bazel: a curated list of Bazel rules, tooling and resources. If you find that something is missing from this list, consider checking here instead and if it’s missing there, contribute there.
  • https://bcr.bazel.build: the bazel central registry, repository of bazel modules. The significance of this link will probably grow as more users migrate to bazel modules.
  • https://slack.bazel.build/: Bazel-related Slack server. I don’t like chat, so I don’t really go for this.

Articles and collections of articles

Useful rules

Examples