|
| 1 | +--- |
| 2 | +title: 'Electric Cloud pricing is live' |
| 3 | +description: >- |
| 4 | + Electric Cloud has self-serve pricing. Usage-based — pay for writes and retention. Reads, fan-out, and data delivery are free and unlimited. |
| 5 | +excerpt: >- |
| 6 | + Electric Cloud now has self-serve pricing. Pay for writes and retention — reads and data delivery are free. Most simple apps will run for free on PAYG. |
| 7 | +authors: [balegas] |
| 8 | +image: /img/blog/electric-cloud-pricing/header.jpg |
| 9 | +tags: [cloud, pricing] |
| 10 | +outline: [2, 3] |
| 11 | +post: true |
| 12 | +published: true |
| 13 | +--- |
| 14 | + |
| 15 | +Electric Cloud now has self-serve pricing. Sign up, pick a plan, start building — no sales call needed. |
| 16 | + |
| 17 | +Pricing is usage-based: you pay for writes and retention. Data delivery — reads, fan-out, concurrent users — is free, unlimited, and always will be. Pay as you go (PAYG) waives bills under $5/month, giving you 5 million writes per month at zero cost. Most hobby and simple production apps will run for free forever. |
| 18 | + |
| 19 | +:::info Key links |
| 20 | +- [Sign up for Electric Cloud](https://dashboard.electric-sql.cloud) |
| 21 | +- [Pricing details and calculator](/cloud/pricing) |
| 22 | +- [Electric Cloud docs](/docs/intro) |
| 23 | +::: |
| 24 | + |
| 25 | +Electric Cloud has been running production workloads since the [public beta](/blog/2025/04/07/electric-cloud-public-beta-release) — long enough to be confident in the platform's reliability and cost structure. We know many teams need published pricing before they commit. Now it's here. |
| 26 | + |
| 27 | +## How pricing works |
| 28 | + |
| 29 | +### The model |
| 30 | + |
| 31 | +Two billing dimensions: writes and retention. |
| 32 | + |
| 33 | +- **$1 per million writes** to any stream. Each write covers up to 10KB; larger messages auto-chunk and each chunk counts as a write. |
| 34 | +- **$0.10 per GB-month** retention. |
| 35 | +- **No charge** for reads, fan-out, concurrent users, connections, or data delivery. |
| 36 | + |
| 37 | +Some services that run additional infrastructure carry a service cost on top of the base write rate. [Postgres Sync](/products/postgres-sync) runs a dedicated replication engine to filter changes and match them to shapes, adding $2 per million writes emitted to the shape log from the replication stream. You're charged for the filtered output, not the raw replication input — one Postgres change landing on 100 shapes = 100 writes. |
| 38 | + |
| 39 | +See the [pricing page](/cloud/pricing) for the full breakdown and worked examples. |
| 40 | + |
| 41 | +### The tiers |
| 42 | + |
| 43 | +- **Pay as you go** — $0/month. No commitment, no credit card required. Bills under $5/month waived. |
| 44 | +- **Pro** — $249/month. No commitment. 10% usage discount. The monthly fee acts as prepaid usage credit — you're not paying twice. Unlocks advanced features including hosted sub-queries for Postgres Sync and premium support. |
| 45 | +- **Scale** — $1,999/month (6-month commitment). 20% usage discount. Same prepaid credit model. Direct access to founders and hands-on support to accelerate your time to market. |
| 46 | + |
| 47 | +### Why reads are free |
| 48 | + |
| 49 | +Electric delivers data through CDN infrastructure. Caching and request-collapsing handle concurrency at the edge, so reads never hit origin. |
| 50 | + |
| 51 | +Your costs scale with writes, not users or traffic. A stream with 10 readers costs the same as one with 10,000. |
| 52 | + |
| 53 | +## What it costs in practice |
| 54 | + |
| 55 | +### AI chat app with token streams |
| 56 | + |
| 57 | +Assumptions: 1,000 MAU, ~30 conversations per user per month, AI responses streamed as ~50 writes each (~500 tokens chunked at ~10 tokens per write). |
| 58 | + |
| 59 | +- Writes: 1,000 × 30 × 50 = **1.5M writes/month** |
| 60 | +- Retention: ~1GB of stream history → $0.10 |
| 61 | +- **Total: ~$1.60/month → waived on PAYG** |
| 62 | + |
| 63 | +At 10,000 MAU that's ~15M writes, $15/month. At 100,000 MAU, ~150M writes. On Pro with the 10% discount, $135/month — covered by the $249 prepaid credit. |
| 64 | + |
| 65 | +All the users *reading* those streams cost nothing. 100 users or 100,000 on the same stream, same price. |
| 66 | + |
| 67 | +### Real-time SaaS dashboard with Postgres Sync |
| 68 | + |
| 69 | +Assumptions: 500 active users on a project management-style dashboard, syncing a handful of shapes each. |
| 70 | + |
| 71 | +- Initial shape loads are served from CDN cache after the first request — reads are free. |
| 72 | +- Database changes: 50,000 row changes/month, average change matches 10 shapes = 500,000 emitted writes. |
| 73 | +- Replication cost: 500K writes × $3/M ($1 base + $2 Postgres Sync) = $1.50 |
| 74 | +- Writes from initial sync and subset queries (~2K rows per shape across 500 users): ~1M rows → $1.00 |
| 75 | +- Retention: ~2GB → $0.20 |
| 76 | +- **Total: ~$2.70/month → waived on PAYG** |
| 77 | + |
| 78 | +You're only charged for what gets emitted after filtering — a change that matches zero shapes costs nothing. |
| 79 | + |
| 80 | +## Get started |
| 81 | + |
| 82 | +Sign up at [Electric Cloud](https://dashboard.electric-sql.cloud). Start on PAYG, free below $5, no credit card required. See the full details on the [pricing page](/cloud/pricing), including a calculator to model your workload. |
| 83 | + |
| 84 | +Already on Electric Cloud? You'll receive an email when billing is enabled for your workspace. |
| 85 | + |
| 86 | +*** |
| 87 | + |
| 88 | +- [Sign up for Electric Cloud](https://dashboard.electric-sql.cloud) |
| 89 | +- [Pricing calculator](/cloud/pricing#calculator) |
| 90 | +- [Electric Cloud docs](/docs/intro) |
0 commit comments