Skip to content

docs(cloud): consolidate pricing table into cloud index page#455

Open
gkorland wants to merge 2 commits intomainfrom
docs/consolidate-cloud-pricing-tables
Open

docs(cloud): consolidate pricing table into cloud index page#455
gkorland wants to merge 2 commits intomainfrom
docs/consolidate-cloud-pricing-tables

Conversation

@gkorland
Copy link
Copy Markdown
Contributor

@gkorland gkorland commented May 2, 2026

Summary

Move the 4-tier pricing comparison table to cloud/index.md as the single source of truth, eliminating 4× duplication across tier pages.

Changes

  • cloud/index.md: Added canonical pricing comparison table
  • cloud/free-tier.md: Removed duplicate table, added link to central table
  • cloud/startup-tier.md: Removed duplicate table, added link to central table
  • cloud/pro-tier.md: Removed duplicate table, added link to central table
  • cloud/enterprise-tier.md: Removed duplicate table, added link to central table

Why

Previously, when prices changed all four tier pages had to be updated identically. The tables had already drifted — different emoji styles (✓ vs 🟢), inconsistent cloud provider claims, and different CTA labels.

Testing

  • Verified all tier pages link to /cloud#pricing-plans-comparison
  • Tier-specific pricing details (instance sizes, calculations) remain on individual pages

Memory / Performance Impact

N/A — documentation only

Related Issues

Addresses audit item P2.5 (Audit-Report.md)

Note: This PR may conflict with #454 (cloud provider alignment) since both touch cloud tier files. Merge one first, then rebase the other.

Move the pricing comparison table to cloud/index.md as the single
source of truth. Remove duplicate 4-tier pricing tables from each
individual tier page (free-tier.md, startup-tier.md, pro-tier.md,
enterprise-tier.md) and replace with a link to the central table.

Previously, when prices changed all four pages had to be updated
identically, and the tables had already drifted (different emoji
styles, inconsistent cloud provider claims).

Addresses audit item P2.5.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 2, 2026

Warning

Rate limit exceeded

@gkorland has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 41 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: db8d4abb-b38b-4c6c-955c-0bc05c347d6f

📥 Commits

Reviewing files that changed from the base of the PR and between b1b07e7 and b8a130b.

📒 Files selected for processing (5)
  • cloud/enterprise-tier.md
  • cloud/free-tier.md
  • cloud/index.md
  • cloud/pro-tier.md
  • cloud/startup-tier.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/consolidate-cloud-pricing-tables

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 4 minutes and 41 seconds.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR consolidates the Cloud pricing comparison into cloud/index.md so the overview page becomes the canonical place for plan-to-plan comparisons, while tier pages keep only their tier-specific pricing/details.

Changes:

  • Added a single pricing comparison table to cloud/index.md.
  • Removed duplicated comparison tables from each tier page and replaced them with links to the overview table.
  • Kept per-tier terms, pricing formulas, and getting-started content on the individual tier pages.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
cloud/index.md Adds the centralized pricing comparison table on the Cloud landing page.
cloud/free-tier.md Replaces the duplicated comparison table with a link to the centralized table.
cloud/startup-tier.md Replaces the duplicated comparison table with a link to the centralized table.
cloud/pro-tier.md Replaces the duplicated comparison table with a link to the centralized table.
cloud/enterprise-tier.md Replaces the duplicated comparison table with a link to the centralized table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cloud/index.md
| Multi-zone Deployment | ✗ | ✗ | ✓ | ✓ |
| Scalability | ✗ | ✗ | ✓ | ✓ |
| Continuous Persistence | ✗ | ✗ | ✓ | ✓ |
| Automated Backups | ✗ | Every 12 Hours | Every 12 Hours | Every Hour |
Comment thread cloud/startup-tier.md
| Dedicated Account Manager | ✗ | **🔴** | ✗ | ✓ |
| **Cloud Providers** | AWS, GCP | **AWS, GCP** | AWS, GCP | AWS, GCP, Azure (BYOC) |
| **Call-to-Action** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) |
> **📊 Compare all plans:** See the [full pricing comparison](/cloud#pricing-plans-comparison) on the Cloud overview page.
Comment thread cloud/pro-tier.md
| Dedicated Account Manager | ✗ | ✗ | **🔴** | ✓ |
| **Cloud Providers** | AWS, GCP | AWS, GCP | **AWS, GCP** | AWS, GCP, Azure (BYOC) |
| **Get started** | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Sign up](https://app.falkordb.cloud/signup) | [Contact Us](mailto:info@falkordb.com) |
> **📊 Compare all plans:** See the [full pricing comparison](/cloud#pricing-plans-comparison) on the Cloud overview page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants