Skip to content

Commit

Permalink
initial table DRAFT (#318)
Browse files Browse the repository at this point in the history
* initial table draft

* refactoooor table

* fix comments

* reordering columns and fixing names

* adding limitations to purchase page

* Update website/docs/limitations.md

Co-authored-by: Lajos Szoke <[email protected]>

* Update website/docs/limitations.md

Co-authored-by: Lajos Szoke <[email protected]>

* fix Lali's comments

* updating table

* footer

---------

Co-authored-by: Alexandru Mircean <[email protected]>
Co-authored-by: sige <[email protected]>
Co-authored-by: Gergely Sinka <[email protected]>
Co-authored-by: Lajos Szoke <[email protected]>
  • Loading branch information
5 people authored Nov 3, 2023
1 parent 5adc6dd commit e400441
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
2 changes: 2 additions & 0 deletions website/docs/purchase.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description: This page explains how to purchase ConfigCat plans, how to manage y
ConfigCat is a feature flag service with unlimited team size, awesome support, and a reasonable price tag. You can use ConfigCat by subscribing with an email address which is free forever. Additionally, we offer three more plans
with fewer limitations and more additional features. For a detailed comparison <a href="https://configcat.com/pricing/" target="_blank">check out the pricing table</a>.

If you need a comprehensive table of all the business and technical limits of each plan, see the [Subscription Plan Limits Table](subscription-plan-limits.md).

### Shared vs Dedicated infrastructure

**Free, Pro, Smart, Enterprise plans** run on shared infrastructure. So all the customers are using the same API and Config Delivery Network.
Expand Down
27 changes: 27 additions & 0 deletions website/docs/subscription-plan-limits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
id: subscription-plan-limits
title: Subscription Plan Limits
description: This page lists the limits of the different ConfigCat subscription plans.
---

This page lists the limits of the different subscription plans. See the [pricing page](https://configcat.com/pricing) for more information about the plans.

:::info
Every value marked with a \* in the table marks a technical limit. If you hit a technical limit [contact our support team](https://configcat.com/support/) and we will increase it for you.
:::

| | Free | Pro | Smart | Enterprise | Dedicated | Student | Teacher |
| ---------------------------------------------- | ------- | ------- | ------- | ---------- | --------- | ------- | ------- |
| Config JSON downloads (million) | 5 | 25 | 250 | 1000 | 5000 | 25 | 5 |
| Network traffic (per month) | 20GB | 100GB | 1TB | 4TB | 24TB | 100GB | 100GB |
| Products | 1 | 3 | 1000\* | 1000\* | 1000\* | 3 | 1000 |
| Environments (per product) | 2 | 3 | 50\* | 50\* | 50\* | 3 | 2 |
| Segments (per product) | 2 | 3 | 500\* | 1000\* | 1000\* | 3 | 3 |
| Feature flags / Settings (per product) | 10 | 100 | 500\* | 500\* | 500\* | 1000 | 10 |
| % options (per feature flag) | 4 | 8 | 500\* | 500\* | 500\* | 8 | 4 |
| Targeting rules (per feature flag) | 4 | 8 | 500\* | 500\* | 500\* | 8 | 4 |
| Targeting rule comparison value length (chars) | 65535\* | 65535\* | 65535\* | 65535\* | 65535\* | 65535\* | 65535\* |
| Webhooks (per environment) | 1 | 3 | 200\* | 200\* | 200\* | 3 | 1 |
| Permission groups (per product) | 1 | 2 | 100\* | 100\* | 100\* | 2 | 3 |
| Audit log retention (days) | 7 | 35 | 35 | 750 | 750 | 35 | 7 |
| Verified domains for SAML | 1 | 1 | 1000\* | 1000\* | 1000\* | 1 | 1 |
9 changes: 7 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module.exports = {
favicon: 'img/favicon.png',
organizationName: 'configcat', // Usually your GitHub org/user name.
projectName: 'configcat', // Usually your repo name.
plugins: [require.resolve('docusaurus-plugin-image-zoom'),
plugins: [
require.resolve('docusaurus-plugin-image-zoom'),
[
'@docusaurus/plugin-google-tag-manager',
{
Expand All @@ -23,7 +24,7 @@ module.exports = {
{
to: '/sdk-reference/dotnet',
from: '/sdk-reference/csharp',
}
},
],
},
],
Expand Down Expand Up @@ -117,6 +118,10 @@ module.exports = {
label: 'Blog',
href: 'https://configcat.com/blog/',
},
{
label: 'Subscription Plan Limits',
href: '/subscription-plan-limits/',
},
],
},
{
Expand Down

0 comments on commit e400441

Please sign in to comment.