Skip to content

Commit c9e8dc3

Browse files
committed
Remove concurrent readers limit from pricing pages
Concurrent reader limits are no longer part of the pricing model. Remove all mentions from plan YAML files, the pricing page features, the CDN caching section, and the FAQ. https://claude.ai/code/session_01VUKdv5kUZgBMzSimCo9H8P
1 parent 14664df commit c9e8dc3

File tree

5 files changed

+5
-18
lines changed

5 files changed

+5
-18
lines changed

website/data/plans/enterprise.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ featuresTitle: 'Bespoke solutions'
77
features:
88
- 'Custom usage pricing'
99
- 'Unlimited databases'
10-
- 'Unlimited concurrent readers'
1110
- 'Custom SLAs and support'
1211

1312
limits:

website/data/plans/payg.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ billingBehavior: 'Under $5/mo waived'
2121
who: 'For any app, from prototype to production'
2222
features:
2323
- 'Up to 10 databases'
24-
- '100 concurrent readers'
2524
- 'No credit card required'
2625

2726
ctaText: 'Sign up now'

website/data/plans/pro.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ billingBehavior: 'Monthly fee acts as prepaid usage credit'
2121
who: 'For teams running mission-critical apps'
2222
features:
2323
- 'Up to 50 databases'
24-
- '1,000 concurrent readers'
2524
- 'Early access to new features'
2625

2726
ctaText: 'Sign up now'

website/data/plans/scale.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ billingBehavior: 'Monthly fee acts as prepaid usage credit'
2121
who: 'For large workloads and faster time to market'
2222
features:
2323
- 'Up to 200 databases'
24-
- '10,000 concurrent readers'
2524
- 'Early access to new features'
2625

2726
ctaText: 'Sign up now'

website/pricing.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ const config = pricing.config
6868
<div class="support-option">
6969
<h3>Enterprise</h3>
7070
<p>Bespoke solutions for teams with custom requirements.
71-
Unlimited databases, unlimited concurrent readers,
72-
custom SLAs, and dedicated support.</p>
71+
Unlimited databases, custom SLAs, and dedicated support.</p>
7372
</div>
7473
</div>
7574
<div class="support-cta">
@@ -91,7 +90,7 @@ const config = pricing.config
9190
<h2 style="font-size: 1.25rem; margin-bottom: 12px;">Powered by CDN caching</h2>
9291
<p>
9392
Electric delivers real-time data over HTTP, using CDN caching and
94-
request collapsing to handle millions of concurrent readers without
93+
request collapsing to handle millions of users without
9594
proportional infrastructure cost. Your costs scale with writes,
9695
not users.
9796
</p>
@@ -183,9 +182,9 @@ const config = pricing.config
183182
<details class="faq-item">
184183
<summary>Why don't you charge for reads or egress?</summary>
185184
<p>Electric delivers real-time data over HTTP using CDN caching and
186-
request collapsing. This means concurrent readers are handled at the
187-
CDN layer without proportional infrastructure cost. Your costs scale
188-
with data written, not with the number of users reading it.</p>
185+
request collapsing. This means reads are handled at the CDN layer
186+
without proportional infrastructure cost. Your costs scale with data
187+
written, not with the number of users reading it.</p>
189188
</details>
190189
<details class="faq-item">
191190
<summary>What are service costs?</summary>
@@ -225,14 +224,6 @@ const config = pricing.config
225224
charges. Downgrades take effect at the end of your current billing
226225
period, provided your usage is within the target plan's limits.</p>
227226
</details>
228-
<details class="faq-item">
229-
<summary>What are the concurrent reader limits?</summary>
230-
<p>Concurrent readers per stream are monitored by tier — 100 for PAYG,
231-
1,000 for Pro, and 10,000 for Scale. These are soft thresholds used
232-
for monitoring; they are not hard-enforced at launch. If you
233-
consistently exceed your tier's threshold, we'll reach out to
234-
discuss upgrading.</p>
235-
</details>
236227
</div>
237228
</Section>
238229

0 commit comments

Comments
 (0)