Skip to content

Expand and clarify the pricing section. #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
44 changes: 33 additions & 11 deletions docs/overview/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Developers can interact directly with the CodeRabbit bot within their existing G
<iframe src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
</div>

## Core features
## Core features {#features}

Core CodeRabbit features include the following:

Expand All @@ -34,15 +34,15 @@ Core CodeRabbit features include the following:
- Practices strong privacy and security, with no retention of analyzed code.
- Offers free use for public repositories, and flexible pricing for private codebases.

## Seamless workflow integration
## Seamless workflow integration {#workflow}

CodeRabbit shares its reviews as comments attached to pull requests, using the same Git platform that your team already uses. Further commits in the same pull review prompt CodeRabbit to make further reviews, using the earlier reviews as context.

Each time that it performs a code review, CodeRabbit runs the relevant code changes through [an array of industry-standard code linters, security analyzers, and other tools](/tools/). CodeRabbit synthesizes the output of these tools into its reviews, offering a high-level analysis that can suggest areas for further focus and improvement.

Your team can have conversations with CodeRabbit about its reviews by replying to it with follow-up comments on pull requests, asking it questions or making observations about the review using natural language. CodeRabbit continues the conversation appropriately, offering further insights about the code changes, or adjusting its own review style based on feedback.

### Customizable review preferences
### Customizable review preferences {#preferences}

As you interact with CodeRabbit through chat, it learns the review preferences of your team, and applies them to all future reviews on a given repository.

Expand All @@ -54,7 +54,7 @@ If you need to fine-tune CodeRabbit's behavior beyond this, then you can [add a

No matter how you tune and customize CodeRabbit, its default settings make it useful out of the box, able to meaningfully review pull requests within minutes of its introduction to a repository.

### Git platform integration
### Git platform integration {#integration}

CodeRabbit integrates in just a few clicks with many popular Git platforms:

Expand All @@ -65,7 +65,7 @@ CodeRabbit integrates in just a few clicks with many popular Git platforms:

For more information, see [Supported Git Platforms](/platforms/).

### Issue-management integration
### Issue-management integration {#issues}

You can integrate CodeRabbit with issue-management platforms. This lets you ask CodeRabbit to create tickets during code reviews, or chat with CodeRabbit about your code from within issue comments. Compatible platforms include the following:

Expand All @@ -76,7 +76,7 @@ You can integrate CodeRabbit with issue-management platforms. This lets you ask

For more information, see [Issue Creation](/guides/issue-creation) and [Issue Chat](/guides/issue-chat).

## Data privacy and security
## Data privacy and security {#security}

CodeRabbit collects only the minimum amount of information needed to provide you with our code review services. Our privacy and security posture centers around protecting your data through ephemerality:

Expand All @@ -88,19 +88,41 @@ CodeRabbit collects only the minimum amount of information needed to provide you

For more information about how we protect your data, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai).

## Flexible pricing, free for public repositories
## Subscription and pricing {#pricing}

Public repositories can use the Pro tier of CodeRabbit at no charge, including all of the code-review features described on this page. Rate limits might apply.
CodeRabbit offers multiple subscription tiers:

For private repositories, a number of pricing tiers are available. These range from a Free tier that offers unlimited code-change summaries, to an Enterprise tier with access to advanced features and SLA support. For more information, see [Pricing](https://www.coderabbit.ai/pricing).
- _CodeRabbit Lite_ is our free tier, which includes the following features:

## Review local changes from within VSCode
- 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.
- 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 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.

The 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}

Public repositories can make full, free use of CodeRabbit's core code-review features, with no seat limit. This applies to all subscription tiers, including the free Lite tier. Rate limits might apply.

### Discounts for startups {#startups}

Eligible startup companies can use the CodeRabbit Startup Program, which offers a 50 percent discount on paid-tier CodeRabbit subscriptions for three months. For more information, see [Startup Program](https://www.coderabbit.ai/startup-program).

## Review local changes from within VSCode {#vscode}

As a separate, free product, CodeRabbit offers a VSCode extension that brings a subset of core CodeRabbit features to VSCode. This lets you use the power of CodeRabbit to tune and tidy your code changes locally before pushing your changes into a formal pull request for more thorough reviews.

For more information, see [Review local changes](/code-editors).

## What's next
## What's next {#whats-next}

- [Quickstart](/getting-started/quickstart/) lets you experience your first CodeRabbit code review first-hand.

Expand Down