Skip to content
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

@coderabbitai #158

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
26 changes: 13 additions & 13 deletions docs/about/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,19 +101,19 @@ These are the hourly usage limits for each developer per repository:

## Plan Comparison

| Feature | Free Plan | Pro Plan | Lite Plan |
| ------------------------------ | ----------------- | ----------------------------------------------------- | ----------------- |
| **Free Trial** | 14-day free trial | 14-day free trial | No |
| **Private Repos** | Limited access | Unlimited access | Limited access |
| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |
| **Pull Request Summarization** | Included | Included | Included |
| **Line-by-Line Reviews** | Public repos only | All repos | All repos |
| **Conversational Bot** | No | Yes | Yes |
| **Linters and SAST tools** | No | No | Yes |
| **Jira & Linear Integration** | No | No | Yes |
| **ROI dashboards** | No | No | Yes |
| **Customizable reports** | No | No | Yes |
| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo |
| Feature | Free Plan | Pro Plan | Lite Plan |
| ------------------------------ | ----------------- | ----------------- | ---------------- |
| **Free Trial** | 14-day free trial | 14-day free trial | No |
| **Private Repos** | Limited access | Unlimited access | Limited access |
| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |
| **Pull Request Summarization** | Included | Included | Included |
| **Line-by-Line Reviews** | Public repos only | All repos | All repos |
| **Conversational Bot** | No | Yes | Yes |
| **Linters and SAST tools** | No | No | Yes |
| **Jira & Linear Integration** | No | No | Yes |
| **ROI dashboards** | No | No | Yes |
| **Customizable reports** | No | No | Yes |
| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo |
Comment on lines +104 to +116
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Critical: Fix inconsistencies in the plan comparison table

The table contains several discrepancies with the detailed plan descriptions above:

  1. The Pro and Lite plan features appear to be swapped:

    • Linters, SAST tools, Jira integration, and dashboards are listed under Pro in the detailed section but shown under Lite in the table.
  2. Pricing information is incorrect:

    • Table shows Pro at $15/seat/mo, but the detailed section states $30/month
    • Table shows Lite pricing is $30/seat/mo, but the detailed section states $15/month
  3. Free Trial information is inconsistent:

    • Table shows "No" for Lite plan, but the detailed section states "This plan begins with a 14-day free trial"

Apply this diff to fix the inconsistencies:

-| Feature                        | Free Plan         | Pro Plan          | Lite Plan        |
-| ------------------------------ | ----------------- | ----------------- | ---------------- |
-| **Free Trial**                 | 14-day free trial | 14-day free trial | No               |
-| **Private Repos**              | Limited access    | Unlimited access  | Limited access   |
-| **Public Repos**               | Unlimited access  | Unlimited access  | Unlimited access |
-| **Pull Request Summarization** | Included          | Included          | Included         |
-| **Line-by-Line Reviews**       | Public repos only | All repos         | All repos        |
-| **Conversational Bot**         | No                | Yes               | Yes              |
-| **Linters and SAST tools**     | No                | No                | Yes              |
-| **Jira & Linear Integration**  | No                | No                | Yes              |
-| **ROI dashboards**             | No                | No                | Yes              |
-| **Customizable reports**       | No                | No                | Yes              |
-| **Price**                      | Free forever      | $15 per seat/mo   | $30 per seat/mo  |
+| Feature                        | Free Plan         | Lite Plan         | Pro Plan         |
+| ------------------------------ | ----------------- | ----------------- | ---------------- |
+| **Free Trial**                 | 14-day free trial | 14-day free trial | 14-day free trial|
+| **Private Repos**              | Limited access    | Unlimited access  | Unlimited access |
+| **Public Repos**               | Unlimited access  | Unlimited access  | Unlimited access |
+| **Pull Request Summarization** | Included          | Included          | Included         |
+| **Line-by-Line Reviews**       | Public repos only | All repos         | All repos        |
+| **Conversational Bot**         | No                | Yes               | Yes              |
+| **Linters and SAST tools**     | No                | No                | Yes              |
+| **Jira & Linear Integration**  | No                | No                | Yes              |
+| **ROI dashboards**             | No                | No                | Yes              |
+| **Customizable reports**       | No                | No                | Yes              |
+| **Price**                      | Free forever      | $15 per seat/mo   | $30 per seat/mo  |
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| Feature | Free Plan | Pro Plan | Lite Plan |
| ------------------------------ | ----------------- | ----------------- | ---------------- |
| **Free Trial** | 14-day free trial | 14-day free trial | No |
| **Private Repos** | Limited access | Unlimited access | Limited access |
| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |
| **Pull Request Summarization** | Included | Included | Included |
| **Line-by-Line Reviews** | Public repos only | All repos | All repos |
| **Conversational Bot** | No | Yes | Yes |
| **Linters and SAST tools** | No | No | Yes |
| **Jira & Linear Integration** | No | No | Yes |
| **ROI dashboards** | No | No | Yes |
| **Customizable reports** | No | No | Yes |
| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo |
| Feature | Free Plan | Lite Plan | Pro Plan |
| ------------------------------ | ----------------- | ----------------- | ---------------- |
| **Free Trial** | 14-day free trial | 14-day free trial | 14-day free trial|
| **Private Repos** | Limited access | Unlimited access | Unlimited access |
| **Public Repos** | Unlimited access | Unlimited access | Unlimited access |
| **Pull Request Summarization** | Included | Included | Included |
| **Line-by-Line Reviews** | Public repos only | All repos | All repos |
| **Conversational Bot** | No | Yes | Yes |
| **Linters and SAST tools** | No | No | Yes |
| **Jira & Linear Integration** | No | No | Yes |
| **ROI dashboards** | No | No | Yes |
| **Customizable reports** | No | No | Yes |
| **Price** | Free forever | $15 per seat/mo | $30 per seat/mo |


---

Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/self-hosted-gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ upgrading your GitLab instance to obtain the intended experience.

### **Step 1: Getting Started**

**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and
**Visit CodeRabbit:** Visit our [Login](https://app.coderabbit.ai/login?free-trial) page and
select Self-Hosted GitLab
Comment on lines +22 to 23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Update remaining login URL in GitHub Enterprise Server documentation

Found an inconsistent login URL in docs/platforms/github-enterprise-server.md that still uses the old domain coderabbit.ai/login instead of app.coderabbit.ai/login. All other documentation files are using the new domain correctly.

  • docs/platforms/github-enterprise-server.md: Update the login URL from https://coderabbit.ai/login to https://app.coderabbit.ai/login?free-trial
🔗 Analysis chain

Verify login URL consistency across documentation

The login URL has been updated to https://app.coderabbit.ai/login?free-trial. Let's ensure this change is reflected consistently across all documentation files.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Search for any remaining references to the old domain
rg -i "coderabbit\.ai/login" --type md

# Search for inconsistent login URLs
rg -i "app\.coderabbit\.ai/login" --type md

Length of output: 2633


![CodeRabbit login](/img/integrations/login-self-hosted-gitlab.png)
Expand Down