惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
M
MIT News - Artificial intelligence
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
B
Blog RSS Feed
H
Help Net Security
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
Google DeepMind News
Google DeepMind News
Microsoft Security Blog
Microsoft Security Blog
G
Google Developers Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
L
LangChain Blog
IT之家
IT之家
F
Fortinet All Blogs
V
V2EX
C
Check Point Blog
The Cloudflare Blog
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Twenty CRM Pricing Teardown 2026
Vlad Nadymov · 2026-05-27 · via DEV Community

TL;DR

Twenty CRM at $9/user/month is a different pricing universe from Salesforce ($25–$165/seat) and HubSpot ($90/seat Pro). The contrast exposes how much of incumbent CRM pricing is brand tax + ecosystem lock-in, not actual software value.

  • Self-hosted Community Edition is AGPL-3.0, full-featured, no limits — you own the data.
  • Pro at $9/seat/month: unlimited records, custom objects, full API, email integration, standard support.
  • Organization at $19/seat/month: adds SAML/OIDC SSO + priority support.
  • Delta vs. HubSpot Pro for a 10-person team is $810/month — close to $10k/year for essentially the same feature set.
  • AGPL means: free for self-use, but if you build a product on top of Twenty you need a commercial license.

This post is a part of series on commercial open source software pricing. See full list of articles here.

Twenty is an open-source CRM gunning directly at Salesforce and HubSpot — full contact management, custom objects, API access, email integration. It's hit ~30k GitHub stars, which for a CRM (a category dominated by entrenched incumbents) is impressive. The pitch is: same functionality, fraction of the price, you own the data.

Plans

  • Self-hosted (free): Full AGPL license. Run it yourself, no limits.
  • Pro — $9/user/month: Unlimited records, custom objects, full API access, email integration, standard support.
  • Organization — $19/user/month: Everything in Pro + SAML/OIDC SSO, priority support.

The contrast with Salesforce is almost comical

Salesforce Starter is $25/user/month and doesn't include half of what Twenty's $9 plan covers. Salesforce Enterprise is $165/user/month. HubSpot Sales Hub Professional runs $90/user/month.

Twenty at $9 is not just cheaper — it's in a different pricing universe. For a 10-person sales team, the delta between HubSpot Pro and Twenty Pro is $810/month. That's close to $10k/year for essentially the same features.

The interesting question isn't why Twenty is cheaper. It's why incumbents charge so much for a CRM, a product category that's been solved for 20 years. Twenty's pricing exposes how much of Salesforce/HubSpot's cost is brand tax, ecosystem lock-in, and support overhead — not actual software value.

AGPL: the double-edged sword

Self-hosting is free — but AGPL comes with strings. If you modify Twenty and offer it as a service to others, you must open-source your modifications. For most companies using it internally, this doesn't matter at all. But if you're building a product on top of Twenty (say, an industry-specific CRM), you either have to open-source your product or pay for a commercial license.

AGPL is intentional. It's the standard play for commercial open source: free for self-use, but building on top requires a conversation (and probably a contract).

The ops burden question

The Pro cloud tier is $9/user/month. The self-hosted tier is free. For a 10-person team, that's $90/month you're paying to not deal with database maintenance, upgrades, backups, and uptime.

Whether $90/month is worth avoiding that ops burden depends entirely on your team. A startup with a DevOps engineer: probably self-host. A sales-led team with no infra experience: the $90/month is a bargain.

The pricing works because the self-hosted option is genuinely competitive — it's not crippled. Twenty is betting on most teams being bad at ops, which is statistically correct.

License

AGPL v3. Completely free to self-host and use internally. If you're distributing or running a service built on Twenty, you need to open-source your code or negotiate a commercial license with the team.

Worth paying for?

At $9/user/month, this is one of the better deals in B2B software. If your team is already using Salesforce or HubSpot and the only reason you haven't switched is inertia, Twenty is worth a serious look. The self-hosted option is free and full-featured — pay only when you want someone else to run it.


How Twenty CRM pricing scales

Twenty bills per seat and treats SSO as nearly table stakes — Organization ($19/seat) is only ~2× Pro ($9/seat), versus the 3–5× jumps elsewhere in this series.

Monthly cost as Twenty scales by seat. The SSO tier is only ~2× — cheap by this series' standards.
Monthly cost as Twenty scales by seat. The SSO tier is only ~2× — cheap by this series' standards.

This post is a part of series on commercial open source software pricing. See full list of articles here.

I build Beton — open source revenue intelligence for B2B SaaS.

FAQ

Is Twenty CRM open source?

Yes — AGPL-3.0. The self-hosted Community Edition is the same product as the cloud, no feature gating.

How does Twenty pricing compare to Salesforce and HubSpot?

Twenty Pro is $9/seat. Salesforce Starter is $25/seat (with less functionality). Salesforce Enterprise is $165/seat. HubSpot Sales Hub Professional is $90/seat. For a 10-person team that's $810/month less than HubSpot Pro for essentially the same features.

Should I self-host Twenty CRM?

If you have a DevOps engineer comfortable with database backups, upgrades, and uptime — yes. If you're a sales-led team with no infra experience, $9/user/month for managed cloud is a bargain to skip the ops burden.

Does AGPL block commercial use of Twenty?

Internal company use is fine. AGPL only kicks in if you build a product on top of Twenty (e.g., an industry-specific CRM) and offer it to others — then you need to open-source your product or buy a commercial license.