TL;DR
Two years after the first round of teardowns, we re-analyzed how 20 commercial open-source tools price — and pulled the 2023 numbers from Wayback to measure the change.
- Per-unit prices fell where metering is mature: PostHog's per-event price dropped ~36%, ClickHouse storage ~28%
- Appsmith killed hourly billing for a flat, cheaper seat price; ToolJet split one tier into five and added AI credits
- The SSO tax hardened — Cal.com moved SSO from its cheapest paid tier up to a pricier one
- SSO, RBAC, audit logs, and SLAs gate the top tier almost everywhere, from $9/seat (Twenty) to $25k/year (Grafana)
- Strong copyleft (AGPL-3.0) is now nearly as common as MIT; usage-based pricing rivals per-seat
This is the second volume of a running project. The first was a series of pricing teardowns on my personal Substack — read a tool's pricing page line by line, read its license more carefully, decide whether the paid tier is worth it. Two years later I rebuilt the series on the Beton blog, re-verified every current number against the live pricing pages, and pulled the 2023 figures from the Wayback Machine so the comparison is real, not remembered.
This post analyzes what changed across all 20 teardowns. Eight of them have a 2023 baseline; the rest are new to this volume. The raw data — every number with its source — is public on GitHub.
The license is now a sales tool

License across the 20 tools (2026). Strong copyleft (AGPL) is now nearly as common as permissive MIT.
Permissive MIT is still the most common license, but strong copyleft is right behind it. Seven of the twenty ship under AGPL-3.0 — a license that lets anyone read, run, and modify the code, but forces any networked modification to be open-sourced too. That clause makes it legally awkward for a cloud provider to take the project, host it, and resell it without contributing back. AGPL is the open-source answer to "what stops AWS from eating us."
The MIT count also overstates how open these tools really are. PostHog, Infisical, Chatwoot, and others put their core under MIT, then keep enterprise features — SSO, RBAC, audit logs — in a separate directory under a commercial license. The code is open. The features a company needs at scale are not. That open-core split is the dominant monetization pattern in the set.
From seats to usage

Primary pricing model (2026). Usage-based metering now rivals the per-seat model.
The clearest structural change is metering. Usage-based pricing — pay per event, per GB, per run, per credit — used to be a database thing. Now it is everywhere: PostHog meters events, ClickHouse meters compute and storage, Grafana meters five separate signals, Firecrawl and Langfuse and Novu meter credits and runs. Seven of the twenty price primarily on usage, nearly matching the eight that still price per seat.
What two years changed
For every tool that had a published 2023 pricing page — 17 of the 20 — here is the 2023-to-2026 delta. Each 2023 figure is quoted from an archived snapshot of that vendor's pricing page (source links are in the data repo). Langfuse, Firecrawl, and Coolify had no 2023 pricing page and are new to this volume.
| Tool | 2023 | 2026 | What changed |
|---|---|---|---|
| Appsmith | $0.40/hr per user, capped $20/user-mo | $15/user-mo, flat | Dropped hourly billing for a flat, lower seat price |
| Cal.com | $12/seat — SSO at Teams | $12/seat — SSO at Organizations ($28) | Price held; SSO moved up a tier |
| Chatwoot | $19/agent; Enterprise $99 | $19/agent; Enterprise $99 | Unchanged |
| ClickHouse | $35.33/TB-mo + $0.2160/unit-hr | $25.30/TB-mo + $0.2181/unit-hr | Storage ~28% cheaper; compute roughly flat |
| Dify | Pro $59/mo | Pro $59/mo | Price held; AI message-credit bundles formalized |
| Documenso | $30/mo (Early Adopters, flat) | $25 Individual; $250 Platform | One plan → tiers; $250 Platform is the embed-license escape hatch |
| Grafana | Cloud Pro $29/mo + usage | Pro $19/mo + usage | Pro minimum dropped $29→$19; now meters five signals |
| Infisical | $6/dev-mo (Team) | $18/identity-mo (Pro) | Switched to identity-based billing — humans and machines count |
| Metabase | Cloud Starter $85 (+$5/user); Pro $500 | Starter $100 (+$6/user); Pro $575 | Base prices up ~15–18% |
| n8n | Execution-tiered (slider, no static price) | €20/mo Starter | Published a clear Starter price |
| Novu | Indie Dev $25/mo | Pro $30/mo | $25→$30; still run-metered tiers |
| Plane | Pro "Coming Soon" (unpriced) | Pro $6/seat | Launched paid pricing at $6/seat |
| PostHog | $0.00031/event | $0.000198/event (first paid tier) | Per-event price fell ~36%; grew to 13 products |
| Temporal | 1M actions = $25 (pure usage) | Essentials $100/mo | Moved from pure usage to a $100/mo flat floor |
| ToolJet | Business $24/builder + $8/end-user | Starter $19/builder; AI credits added | Split into five tiers, added AI credits |
| Twenty CRM | $29/seat (Grow) | $9/seat (Pro) | Cut ~70% per seat, repositioned against Salesforce/HubSpot |
| Windmill | $10/seat (Team) | Developer $20 / Operator $10 + $50/worker | Split into developer/operator seats plus a compute meter |
Compute got cheaper; seats got simpler
The headline most people miss: where metering is mature, the per-unit price went down. Vendors got more efficient and passed some of it on to win adoption.
| Unit | 2023 | 2026 | Change |
|---|---|---|---|
| PostHog — identified event (first paid tier) | $0.00031 | $0.000198 | −36% |
| ClickHouse — storage per TB-month | $35.33 | $25.30 | −28% |
| ClickHouse — compute per unit-hour | $0.2160 | $0.2181 | ~flat |
| Appsmith — seat cap per user-month | $20 | $15 | −25% |

Entry price, 2023 vs 2026, for every tool with a comparable flat/seat price in both years (sorted by 2026 price). Verified against Wayback snapshots. Usage-priced tools (PostHog, ClickHouse) and tools unpriced in 2023 (Plane, Temporal) are excluded.
The flat-rate tools mostly held or nudged up (Metabase +15–18%, Cal.com and Chatwoot flat), while the metered and hourly models came down. The lesson for buyers: on a usage-priced tool, time is on your side — rates trend down as the vendor scales. On a per-seat tool, you pay today's price and it rarely falls.
AI credits: the line item that didn't exist in 2023
None of the 2023 snapshots had an AI credit. By 2026 they are everywhere: ToolJet grants 2,000 AI credits per builder, Dify sells credit bundles, PostHog runs a separate AI-observability meter, and Chatwoot bills its Captain AI assistant at $20 per 1,000 credits. AI features arrived as a metered add-on bolted onto the existing model rather than folded into the base price — a new axis of spend on top of seats and usage. Budget for it separately; it is the easiest line to overlook and the fastest to grow.
Where pricing starts

Cheapest fixed monthly paid tier, 2026, sorted. Most cluster $5–$30; the jump to $59+ is steep. PostHog, ClickHouse, and Grafana are excluded — usage-priced, no fixed entry.
For the tools with a fixed monthly entry tier, most start cheap — between $5 and $30/month, a self-hoster's convenience fee. Above it sits a gap to the $59–$120 tier, where the tool is priced as serious infrastructure. PostHog, ClickHouse, and Grafana don't appear here — they have no fixed entry price, only usage, so a quiet month costs almost nothing and a busy one can cost thousands.
The SSO tax, quantified
The entry price is rarely where the real money is. Single sign-on, SCIM, RBAC, audit logs, and SLAs sit behind a higher tier almost everywhere. Here is the tier you actually have to buy to get SSO, sorted by cost:
| Tool | SSO unlocks at | Cost of that tier |
|---|---|---|
| Twenty CRM | Pro | $9/seat-mo |
| Infisical | Pro | $18/identity-mo |
| Cal.com | Organizations | $28/seat-mo |
| Chatwoot | Enterprise | $99/agent-mo |
| PostHog | Boost add-on | $250/mo |
| Langfuse | Enterprise | $499/mo |
| Temporal | Enterprise | $500/mo |
| Metabase | Pro | $575/mo base |
| Appsmith | Enterprise | $2,500/mo (100 users) |
| Grafana | Enterprise | $25,000/year commit |
| ToolJet / n8n / Windmill | Enterprise | custom / contact sales |
The spread is enormous — from $9/seat (Twenty CRM treats SSO as table stakes) to a $25,000/year floor (Grafana). And the tax is migrating: Cal.com offered SAML SSO on its cheapest paid Teams tier in 2023; by 2026 it sits one tier up, on Organizations at $28/seat. The feature didn't change. Its price did. If you build on any of these, find out where the SSO line is before a customer's security review forces you across it.
What it means if you're buying
- Read the license before the price. AGPL is fine internally; it only bites if you host and resell. The open-core split matters more — check whether the features you need are in the open core or the commercial directory.
- On usage-priced tools, expect rates to fall. PostHog and ClickHouse both cut per-unit prices since 2023. Model your real volumes in the vendor's calculator; the headline rate is a ceiling that tends to drop.
- Price in the SSO tax early. The jump from a $20/month plan to a $25k/year commit is usually triggered by SSO or compliance, not features. Know where that line is before you build.
- Track the AI meter separately. AI credits are a new, easy-to-miss axis of spend. Treat them like any other usage line.
The full series
Every teardown below was re-verified against the vendor's live pricing in 2026.
- PostHog — product analytics, usage-metered across 13 products
- ClickHouse — columnar database, compute + storage by usage
- Metabase — BI, base + per-user, $20k/year enterprise floor
- Cal.com — scheduling, MIT, $12/seat Teams
- Appsmith — internal tools, hourly billing dropped for $15/user
- ToolJet — internal tools, five tiers + AI credits
- Chatwoot — support inbox, MIT core + Captain AI credits
- Grafana — observability, five usage meters, $25k/year floor
- Dify — LLM app platform, modified Apache + credit bundles
- Langfuse — LLM observability, MIT core, usage units
- Firecrawl — web scraping, credit-based
- n8n — workflow automation, per-execution
- Windmill — workflow/internal tools, developer/operator split
- Temporal — durable execution, $100/month floor
- Plane — project management, AGPL, $6/seat
- Twenty CRM — CRM, AGPL, $9/seat
- Documenso — e-signing, AGPL-3.0
- Infisical — secrets management, MIT core + proprietary EE
- Novu — notifications, run-metered
- Coolify — self-hosted PaaS, $5/month cloud
We build Beton on top of a lot of these. Reading their pricing and licenses closely is part of the job — and the same data-quality discipline goes into the signals we ship.
FAQ
What is a pricing teardown?
A plain-language breakdown of a commercial open-source product's pricing: every plan tier with real numbers, the license analysis (what the open-source version actually lets you do), and a verdict on whether the paid tier is worth it. This series applies the same lens to every tool we cover.
What is this article based on?
The pricing teardowns in this series — each verified against the vendor's live pricing page — plus 2023 figures pulled from Wayback Machine snapshots of those same pages.
How are the 2023 numbers verified?
Each 2023 figure is quoted from an archived snapshot of the vendor's own pricing page from 2023 — not from memory. Tools that existed in 2023 have a baseline; newer ones are flagged as new to this volume rather than guessed.
What changed most since 2023?
Usage-based metering spread beyond databases, AI credits became a standard line item, per-unit prices fell where metering matured, and SSO/compliance features drifted into higher, pricier tiers.
What is the SSO tax?
Putting single sign-on, RBAC, audit logs, and SLAs behind the most expensive tier — so a small team needing SSO for a security review pays enterprise prices to get it.
Top comments (0)