Skip to content

Commit 7edc335

Browse files
docs: update 'Why CodeRabbit' section for clarity and conciseness
1 parent e35ab81 commit 7edc335

File tree

2 files changed

+26
-127
lines changed

2 files changed

+26
-127
lines changed

docs/overview/why-coderabbit.md

+26-127
Original file line numberDiff line numberDiff line change
@@ -6,152 +6,51 @@ sidebar_position: 2
66
description: CodeRabbit is AI-powered code reviews built for modern development teams
77
---
88

9-
# Why CodeRabbit?
9+
As developers, we understand the critical value of code reviews - they're the backbone of maintaining code quality and knowledge sharing across teams. But let's be honest about the growing challenges: as codebases expand and development velocity increases, traditional code reviews often become a bottleneck. This is where CodeRabbit comes in, not to replace human reviewers, but to make their work more impactful and helpful.
1010

11-
Looking back at CodeRabbit's journey, our fundamental mission remains unchanged:
11+
### Deep Understanding, Immediate Insights
1212

13-
> To build the best code review experience in the cloud
13+
Think about how you approach reviewing a complex pull request. You first try to understand the context, examine potential edge cases, and consider architectural implications. CodeRabbit performs this same thoughtful analysis, but delivers insights within minutes of PR submission.
1414

15-
This is our core mission today. It's clear to us that as development teams grow and codebases become more complex, manual code reviews become increasingly challenging and time-consuming. No one wants to spend hours reviewing code when they could be building features.
15+
For example, when examining a change to your authentication system, CodeRabbit doesn't just flag syntax issues - it analyzes the entire authentication flow, identifying potential security vulnerabilities in token handling or session management specific to your implementation:
1616

17-
## Real-World Code Reviews
17+
![CodeRabbit Review comment on a Auth Flow](/img/about/why-cr-auth-flow-cors.png "CodeRabbit Code Review Comment")
1818

19-
> CodeRabbit currently processes [Over 470,000 pull requests](https://github.com/search?q=coderabbitai&type=pullrequests) across multiple languages including TypeScript, Go, Python, JavaScript, Java, Rust, C#, and PHP.
19+
### Intelligence Through Integration
2020

21-
:::tip See it in action
22-
Browse through real-world examples of CodeRabbit's reviews on GitHub to see how it helps developers write better code every day.
23-
:::
21+
CodeRabbit combines the specialized insights of over 20 analysis tools (ESLint, Semgrep, Checkov, and more) with AI understanding to provide meaningful, actionable feedback. But instead of drowning you in alerts, it provides curated, context-aware suggestions.
2422

25-
## The Problem With Traditional Code Reviews
23+
### Learning Your Team's DNA
2624

27-
As engineering teams scale, several critical issues emerge:
25+
What makes CodeRabbit truly valuable is its ability to become an extension of your team's knowledge:
2826

29-
1. **Review Latency** - PRs often sit for days waiting for review, blocking feature delivery
30-
2. **Inconsistent Quality** - Different code reviewers focus on different aspects
31-
3. **Knowledge Silos** - Critical insights stay trapped with individual code reviewers
32-
4. **Context Switching** - Developers lose focus when reviewing large PRs
33-
5. **Scale Limitations** - Senior developers become review bottlenecks
27+
// learnings screenshot
3428

35-
## CodeRabbit is AI-Powered
29+
### Practical Impact on Your Workflow
3630

37-
CodeRabbit leverages advanced AI to provide intelligent, context-aware code reviews.
31+
When a developer opens a pull request, CodeRabbit:
3832

39-
Our AI engine understands not just the syntax, but the intent and context of code changes. This enables reviews that go beyond simple style checks to provide meaningful insights about:
33+
1. Analyzes changes across the entire codebase context
34+
2. Generates a clear, actionable summary
35+
3. Creates visual sequence diagrams for complex changes
36+
4. Provides specific feedback and suggestions
4037

41-
- Security vulnerabilities
42-
- Performance optimizations
43-
- Design patterns
44-
- Best practices
45-
- Documentation completeness
38+
This means human reviewers can focus on architectural decisions and knowledge sharing, rather than catching basic issues.
4639

47-
:::tip Did you know?
48-
CodeRabbit's AI model is trained on millions of code reviews and continuously learns from user feedback to improve its suggestions.
49-
:::
40+
### Built for Production Teams
5041

51-
## CodeRabbit is Context-Aware
42+
For teams building production software, CodeRabbit provides:
5243

53-
A review system that understands your codebase and team preferences.
44+
- SOC 2 Type II and GDPR compliance for enterprise security requirements
45+
- Self-hosted deployment options for complete control
46+
- Zero data retention policy - code is analyzed in memory and immediately discarded
47+
- Fine-grained access controls for repository and organization management
5448

55-
Unlike traditional automated review tools that apply generic rules, CodeRabbit:
49+
Want to see the impact yourself? Try CodeRabbit on your next complex refactoring PR - you might be surprised at the subtle implications it catches that could easily be missed in manual review.
5650

57-
- Learns from your team's coding patterns
58-
- Understands your project's architecture
59-
- Considers the full context of changes
60-
- Adapts to your team's preferences
61-
- Provides relevant, actionable feedback
51+
## Not convinced? Read more
6252

63-
## CodeRabbit is Fully Managed
64-
65-
Leave the infrastructure management to us.
66-
67-
Being fully managed means CodeRabbit:
68-
69-
- Automatically scales with your needs
70-
- Requires zero maintenance
71-
- Provides enterprise-grade security
72-
- Ensures high availability
73-
- Handles updates seamlessly
74-
75-
## CodeRabbit is Platform Agnostic
76-
77-
Supporting all major Git platforms and development workflows.
78-
79-
CodeRabbit integrates seamlessly with:
80-
81-
- GitHub
82-
- GitLab
83-
- Azure DevOps
84-
85-
And supports all major programming languages and frameworks without requiring any special configuration.
86-
87-
## Who should use CodeRabbit?
88-
89-
### Individual Developers
90-
91-
- Get expert-level code reviews instantly
92-
- Learn best practices through AI suggestions
93-
- Improve code quality before team review
94-
95-
### Development Teams
96-
97-
- Standardize review processes
98-
- Reduce review bottlenecks
99-
- Share knowledge across the team
100-
- Maintain consistent code quality
101-
102-
### Enterprises
103-
104-
- Scale code review processes efficiently
105-
- Enforce security and compliance standards
106-
- Reduce technical debt
107-
- Accelerate development cycles
108-
109-
:::tip Free for Open Source
110-
CodeRabbit is completely **FREE** for open-source projects. Our architecture enables us to provide a sustainable free tier that includes:
111-
112-
- Unlimited public repositories
113-
- Full feature access
114-
- No credit card required
115-
:::
116-
117-
## CodeRabbit Doesn't Lock You In
118-
119-
Built on open standards, easy to integrate and customize.
120-
121-
CodeRabbit:
122-
123-
- Works with your existing Git workflow
124-
- Requires minimal configuration
125-
- Supports standard code review protocols
126-
- Allows easy export of review data
127-
- Integrates with popular development tools
128-
129-
## CodeRabbit Makes Code Reviews Easy
130-
131-
Set up automated code reviews in minutes.
132-
133-
1. Log in with GitHub, GitLab, or Azure DevOps
134-
2. Select repositories to review
135-
3. Create a pull request
136-
4. Watch CodeRabbit provide instant feedback
137-
138-
```bash
139-
# Example review feedback time
140-
Traditional Review: 24-48 hours
141-
CodeRabbit Review: < 5 minutes
142-
```
143-
144-
## Data Privacy and Security
145-
146-
Your code's security is our top priority.
147-
148-
- **SOC2 Type II Certified**
149-
- **GDPR Compliant**
150-
- **Zero Data Retention**: Reviews are ephemeral
151-
- **Isolated Environments**: Your code stays private
152-
- **No Training**: Your code is never used to train models
153-
154-
## Are you ready?
53+
You can read more about our custom [code review instructions](/guides/review-instructions) or how we verify issues using [knowledge bases](integrations/knowledge-base) like Linear and Jira.
15554

15655
Join thousands of developers who are already benefiting from AI-powered code reviews.
15756

315 KB
Loading

0 commit comments

Comments
 (0)