You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page provides a conceptual introduction to CodeRabbit. For a hands-on tutorial, see [Quickstart](/getting-started/quickstart/).
@@ -18,21 +23,32 @@ This page provides a conceptual introduction to CodeRabbit. For a hands-on tutor
18
23
Developers can interact directly with the CodeRabbit bot within their existing Git platform's pull request interface to add context, ask questions, or even have the bot generate code. Over time, CodeRabbit learns from user input and improves its suggestions.
19
24
20
25
<divclass="video-container">
21
-
<iframesrc="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>
For more information, see <ahref="/platforms/">Supported Git Platforms</a>.
91
+
</InfoBox>
67
92
68
93
### Issue-management integration
69
94
70
95
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:
For more information, see [Issue Creation](/guides/issue-creation) and [Issue Chat](/guides/issue-chat).
104
+
<InfoBox>
105
+
For more information, see <ahref="/guides/issue-creation">Issue Creation</a>{""}
106
+
and <ahref="/guides/issue-chat">Issue Chat</a>.
107
+
</InfoBox>
78
108
79
109
## Data privacy and security
80
110
81
111
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:
82
112
83
-
- All queries to large language models (LLMs) exist in-memory only, with zero retention after each query completes.
84
-
- We don't use your code, code reviews, or other collected data to train LLMs.
85
-
- CodeRabbit doesn't share any collected customer data with third parties.
86
-
- We keep all customer data confidential, and isolated by organization.
87
-
- Our data collection and storage practices comply with SOC 2 and GDPR standards.
88
-
89
-
For more information about how we protect your data, see [the CodeRabbit Trust Center](https://trust.coderabbit.ai).
113
+
<FeatureList
114
+
items={[
115
+
"All queries to large language models (LLMs) exist in-memory only, with zero retention after each query completes.",
116
+
"We don't use your code, code reviews, or other collected data to train LLMs.",
117
+
"CodeRabbit doesn't share any collected customer data with third parties.",
118
+
"Works with contributors through natural-language conversation in comments.",
119
+
"We keep all customer data confidential, and isolated by organization.",
120
+
"Our data collection and storage practices comply with SOC 2 and GDPR standards.",
121
+
]}
122
+
/>
123
+
124
+
<InfoBox>
125
+
For more information about how we protect your data, see{""}
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.
94
132
95
-
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).
133
+
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.
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.
100
143
101
-
For more information, see [Review local changes](/code-editors).
144
+
<InfoBox>
145
+
For more information, see <ahref="/code-editors">Review local changes</a>.
146
+
</InfoBox>
102
147
103
148
## What's next
104
149
105
-
-[Quickstart](/getting-started/quickstart/) lets you experience your first CodeRabbit code review first-hand.
106
-
107
-
-[Review local changes](/code-editors) guides you through installing and using a subset of CodeRabbit features directly from your code editor.
108
-
109
-
-[Why CodeRabbit?](/overview/why-coderabbit) dives further into the philosophies and technologies that drive CodeRabbit.
150
+
<FeatureList
151
+
items={[
152
+
<>
153
+
<ahref="/getting-started/quickstart/">Quickstart</a> lets you experience
154
+
your first CodeRabbit code review first-hand.
155
+
</>,
156
+
<>
157
+
<ahref="/code-editors">Review local changes</a> guides you through
158
+
installing and using a subset of CodeRabbit features directly from your
159
+
code editor.
160
+
</>,
161
+
<>
162
+
<ahref="/overview/why-coderabbit">Why CodeRabbit?</a> dives further into
163
+
the philosophies and technologies that drive CodeRabbit.
0 commit comments