Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Tweak
  • Loading branch information
jmacdotorg committed Jul 18, 2025
commit 25797e1d5bacf7064dcd13160a94fd5a94640634
6 changes: 3 additions & 3 deletions docs/overview/introduction.md
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CodeRabbit Lite is our free tier? Pricing page suggests something else
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite right! I've corrected the tier list and clarified what each offers. Please have another look.

Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,15 @@ CodeRabbit offers multiple subscription tiers:

- _CodeRabbit Lite_ is our free tier, which includes the following features:

- Public repositories can use [all CodeRabbit code review features](/guides/code-review-overview).
- Public repositories can use [all CodeRabbit code review features](/guides/code-review-overview). Private repositories are limited to using CodeRabbit for pull request summaries.
- Every developer on your team can use [the CodeRabbit VSCode extension](/code-editors) in their IDEs.
- Private repositories are limited to using CodeRabbit for pull request summaries, and not complete code reviews.
- You can configure CodeRabbit by adding [`.coderabbit.yaml` files](/getting-started/configure-coderabbit) to your public repositories.

- _CodeRabbit Pro_ is a paid tier with all of the features of the Lite tier, plus the following:

- CodeRabbit creates automated code reviews for all of your repositories, both public and private.
- You can configure CodeRabbit using either `.coderabbit.yaml` files or using the CodeRabbit web interface.
- You can configure CodeRabbit using either `.coderabbit.yaml` files or the CodeRabbit web interface.
- You can optionally use the CodeRabbit web interface to set organization-wide preferences.

- _CodeRabbit Enterprise_ brings your team all of the functionality of CodeRabbit Pro plus a variety of advanced CodeRabbit features, as well as SLA support.

Expand Down