Skip to content
Open
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
2 changes: 1 addition & 1 deletion website/about/legal/terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Electric measures usage using its internal metering and billing systems. Metered

- Writes, including chunked writes and protocol-level writes recorded by the Services;
- Retention, including time-based storage of Customer Content (for example measured continuously and converted to GB-month or similar);
- Tier-limited usage dimensions, such as the number of databases, streams, workspaces, users, concurrent readers per stream, API requests, or other usage or operational indicators where relevant to the Tier; and
- Tier-limited usage dimensions, such as the number of databases, streams, workspaces, users, API requests, or other usage or operational indicators where relevant to the Tier; and
- Any additional usage inputs described in the Services, dashboard, or Documentation (as may vary from time to time).

Electric's metering records are the system of record for billing and usage calculations as determined by Electric in their reasonable discretion, unless Electric confirms a material billing error in writing. Metering methods may evolve over time to improve accuracy and prevent abuse, including the use of aggregation, sampling, caching-aware measurement, and safety controls.
Expand Down
1 change: 0 additions & 1 deletion website/data/plans/enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ featuresTitle: 'Bespoke solutions'
features:
- 'Custom usage pricing'
- 'Unlimited databases'
- 'Unlimited concurrent readers'
- 'Custom SLAs and support'

limits:
Expand Down
1 change: 0 additions & 1 deletion website/data/plans/payg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ billingBehavior: 'Under $5/mo waived'
who: 'For any app, from prototype to production'
features:
- 'Up to 10 databases'
- '100 concurrent readers'
- 'No credit card required'

ctaText: 'Sign up now'
Expand Down
1 change: 0 additions & 1 deletion website/data/plans/pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ billingBehavior: 'Monthly fee acts as prepaid usage credit'
who: 'For teams running mission-critical apps'
features:
- 'Up to 50 databases'
- '1,000 concurrent readers'
- 'Early access to new features'

ctaText: 'Sign up now'
Expand Down
1 change: 0 additions & 1 deletion website/data/plans/scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ billingBehavior: 'Monthly fee acts as prepaid usage credit'
who: 'For large workloads and faster time to market'
features:
- 'Up to 200 databases'
- '10,000 concurrent readers'
- 'Early access to new features'

ctaText: 'Sign up now'
Expand Down
14 changes: 2 additions & 12 deletions website/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ const config = pricing.config
<div class="support-option">
<h3>Enterprise</h3>
<p>Bespoke solutions for teams with custom requirements.
Unlimited databases, unlimited concurrent readers,
custom SLAs, and dedicated support.</p>
Unlimited databases, custom SLAs, and dedicated support.</p>
</div>
</div>
<div class="support-cta">
Expand All @@ -83,8 +82,7 @@ const config = pricing.config
<h1>Unlimited data delivery</h1>
<p>
We don't charge for egress, data delivery, fan-out, active users,
clients, connections, seats, apps, sources — or monthly bills under
$5/month.
clients, or connections — or monthly bills under $5/month.
</p>
</div>
<div class="section-head" style="margin-top: 24px;">
Expand Down Expand Up @@ -225,14 +223,6 @@ const config = pricing.config
charges. Downgrades take effect at the end of your current billing
period, provided your usage is within the target plan's limits.</p>
</details>
<details class="faq-item">
<summary>What are the concurrent reader limits?</summary>
<p>Concurrent readers per stream are monitored by tier — 100 for PAYG,
1,000 for Pro, and 10,000 for Scale. These are soft thresholds used
for monitoring; they are not hard-enforced at launch. If you
consistently exceed your tier's threshold, we'll reach out to
discuss upgrading.</p>
</details>
</div>
</Section>

Expand Down
Loading