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
More tier clarity
  • Loading branch information
jmacdotorg committed Jul 29, 2025
commit 90f3c8e98f08eab7b2ce39fa583a04efcce4be2d
9 changes: 5 additions & 4 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 @@ -95,25 +95,26 @@ CodeRabbit offers multiple subscription tiers:
- The _Free_ tier includes the following features:

- 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.
- Every developer on your team can use [the CodeRabbit VSCode extension](#vscode) in their IDEs.
- You can configure CodeRabbit by adding [`.coderabbit.yaml` files](/getting-started/configure-coderabbit) to your public repositories.

- The _Lite_ tier has all of the features of the Free tier, plus the following:

- CodeRabbit creates automated code reviews for all of your repositories, both public and private.
- Private repositories can use basic code-review features, including automated reviews and [learnings](#preferences).

- The _Pro_ tier has all of the features of the Lite tier, plus the following:

- Private repositories can use all CodeRabbit code review features, including rich integration with [open-source linters and analzyers](/tools/).
- 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 can [generate reports](/guides/reports-overview) about your repositories' changes.
- You can have CodeRabbit complement its code reviews by [authoring its own suggested improvements] to your pull requests, including [generating docstrings] for your code.
- You can have CodeRabbit complement its code reviews by [authoring its own suggested improvements] to your pull requests, including [docstrings](/finishing-touches/docstrings) and [unit tests](/finishing-touches/unit-test-generation) for your code.
- You can [integrate CodeRabbit with external issue tracking platforms](/integrations/issue-integrations).
- You have access to analytics dashboards, higher rate limits, and other features.

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

The Pro and Enterprise subscription tiers use seat-based pricing. For more information, see [Pricing](https://www.coderabbit.ai/pricing).
The Lite, Pro, and Enterprise subscription tiers use seat-based pricing. For more information, see [Pricing](https://www.coderabbit.ai/pricing).

### Free use for public repositories {#free}

Expand Down