- Notifications
You must be signed in to change notification settings - Fork69
update: introduction, added a CTA and improved image SEO#108
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
18505605a428da6f6cbba437f0c1659543e457b0501921f6612fac5de81cb5c2eb87670c1e382962456ef20540c3992b667488bbf659c0107e045cf0f274d9ad69816763234648a85c3d3a5ff7d11797897213ccf912e240b913d74133ff0ea1d09bde40cf134c9de00319500265cb7ce08f048308e9405844da6b1f719eaac251d424b4df57f71ea4823be97bbafd9758c852d5c42f9b4efe8626ae895cc70c225992c58a38fb939a7f9ccad174bfc11119f8bb85097ac40ecfeb49454f7c49f77c3494e3401f6d14ec26ff6590164b38088073a01533af1ebb33250555f1b36ff0b6f7e94e2469ad5db2b93fa1e95932f02fb676bfbeb10907acba75cd0b6f40402aafc74b9376b918d8c6d90174f510e36c04b4d1ce4a05a1cf11b14bb04472fbc31043f7154f91069bf8c80b206a44026e5cb04bb8620ccaf01ddc2967c0e821a2c5390ff0241b4f6b57b69701dd654c2f434e75c3f2dceee436179deed94ff22af9a8e0304d24ca41ce8d525956e9350e429d8d99f11153a720cb794aeaaaba3e35e08cdcbe7845092b38424fc9057566d823bd7d380fa139a917fa74e88a65da37f7402d42c3f4a07ab287f3495248530acb0826beb82f21f51006a15c6933e318730b48415c56ce8ff3c11d5c2978fadbaa28c2abdd3d8b6a5a6b3369c6f5cf678216aa527fc58c8162bd10046a16b5f884ae6960a9eace3ebaa1cf9847324a55b5d163f51d33b2576d0f312bf231e38adc7179d24801d8e5e33a03c1af4958519eb9dbdc24a9210c63d93378e2efc2a6961118670882d56a09eb3d5156d4d6f0c8a9d57bed214b386e7ab40ea198f7d84bbede434cc0a8dad85aaab99e691b19eFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,57 +1,63 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| id:Get Started | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| title:Get Started | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sidebar_label:Introduction | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sidebar_position:1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| description: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| CodeRabbit is an AI-powered code reviewer offering real-time, context-aware | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| feedback on pull requests, reducing manual effort in code reviews. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| slug:"/" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| --- | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ##What is CodeRabbit? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >**CodeRabbit** is an AI-powered code reviewer that delivers context-aware feedback on pull requests within minutes, reducing the time and effort needed for manual code reviews. It provides a fresh perspective and catches issues that are often missed, enhancing the overall review quality. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Developers can interact directly with the bot within the code, offering additional context, asking questions, or even having the bot generate code. Over time,**CodeRabbit** learns from user input and improves its suggestions. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| :::tip | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >See CodeRabbit in action and watch the demo video below to see how it delivers real-time, context-aware feedback on your pull requests in just a few minutes. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ::: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <divclass="video-container"> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <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> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ##Integration with GitHub and GitLab | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >**CodeRabbit** integrates with both GitHub and GitLab repositories to deliver continuous and incremental reviews for each commit in a pull request (PR) or merge request (MR). Review feedback is automatically sent back to the PR/MR and can be committed directly. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| It works via GitHub/GitLab webhooks, monitoring Pull Request (PR) and Merge Request (MR) events. A comprehensive review is performed when a PR or MR is created, and for | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| incremental commits and comments addressed to the bot. The feedback is then sent directly back to the Pull Request or Merge Request. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ##Data Privacy and Security | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >**CodeRabbit** does not use data collected from code reviews to train or influence its models. All queries to Large Language Models (LLMs) are ephemeral, with zero retention. No data is shared with third parties. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| -**Temporary Storage**: Code is temporarily stored in memory during the review process and deleted afterward. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| -**Stored Embeddings**: While the code itself isn’t stored,**CodeRabbit** stores embeddings based on chat conversations and workflow systems (Linear, Jira, GitHub/GitLab issues) to improve future reviews. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| -**Compliance**: All data is kept confidential, isolated by organization, and complies with**SOC2 Type II** and**GDPR** standards. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ###Opting Out | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| You can opt out of data storage at any time without affecting your access to**CodeRabbit**. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| :::warning | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| However, opting out may reduce the level of personalized review feedback. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ::: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ##Try CodeRabbit Now | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| >Ready to experience**CodeRabbit** in action? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| :::tip | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| For open source projects CodeRabbit Pro is**_FREE_**, forever. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - No credit card required | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| - Unlimited public repositories | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ::: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <divstyle={{textAlign:'left',marginTop:'20px'}}> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| <ahref="https://app.coderabbit.ai/login"className="button button--primary button--lg">Start reviewing PR Now</a> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| </div> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment on lines +49 to +61 Contributor There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Effective "Try CodeRabbit Now" section with clear CTA The new "Try CodeRabbit Now" section is a great addition that aligns with the PR objective of adding a CTA. It effectively encourages users to try the product, highlighting the free offering for open source projects. The CTA button is clear and prominent. There's a minor formatting issue with the list items. To fix this, add a blank line before the list: For open source projects CodeRabbit Pro is **_FREE_**, forever. - No credit card required - Unlimited public repositories+ :::This change will ensure proper rendering of the list items in the final output. 📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool
🪛 Markdownlint
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||