Skip to content

Commit 0d01240

Browse files
committed
fix: Correct SaaS pricing for Auth0, GitLab CI, and HashiCorp Vault
- Auth0: Changed from $240-$2,400/year (10K-100K MAU) to $500-$5K/year (10K-25K MAU) * Upper bound was 23× too low - 100K MAU actually costs ~$56K/year * Adjusted range to reflect more accurate small-medium scale pricing - GitLab CI: Fixed from $19-$99/user/year to $19-$99/user/MONTH * Critical error - was off by 12× * GitLab Premium/Ultimate are priced monthly, not annually - HashiCorp Vault: Changed from "$0.03/hour per secret" to "$0.30-$2.50/hour per cluster" * HCP Vault prices per cluster instance, not per secret * Annual estimate ($15K-$40K) remains accurate All other pricing claims remain verified as accurate.
1 parent d00fa51 commit 0d01240

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/posts/build-vs-buy-2026.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Use this flowchart when considering building vs buying infrastructure:
150150

151151
**Best options:**
152152
- **Auth0**: $240-$2,400/year (10K-100K MAU)
153+
- **Auth0**: $500-$5K/year (10K-25K MAU)
153154
- **Okta**: $2-$6/user/month for B2B
154155
- **AWS Cognito**: $0.0055/MAU (first 50K free)
155156
- **Clerk**: $25-$400/month (2.5K-50K MAU)
@@ -177,7 +178,7 @@ Use this flowchart when considering building vs buying infrastructure:
177178
**Best options:**
178179
- **GitHub Actions**: $0.008/minute (free for public repos, ~$4K/year for 30-person team)
179180
- **CircleCI**: $15K-$40K/year for 20-50 engineers
180-
- **GitLab CI**: Included with GitLab ($19-$99/user/year)
181+
- **GitLab CI**: Included with GitLab ($19-$99/user/month)
181182
- **Buildkite**: $15-$40/seat/month for self-hosted agents
182183

183184
**When to consider building:**
@@ -233,7 +234,7 @@ Use this flowchart when considering building vs buying infrastructure:
233234
- Compliance requirements are strict
234235

235236
**Best options:**
236-
- **HashiCorp Vault**: $0.03/hour per secret (~$15K-$40K/year for 20-50 engineers)
237+
- **HashiCorp Vault**: $0.30-$2.50/hour per cluster (~$15K-$40K/year for multi-cluster setup)
237238
- **AWS Secrets Manager**: $0.40/secret/month + API calls
238239
- **Doppler**: $0-$249/month (5-50 users)
239240
- **1Password Secrets Automation**: $7.99/user/month

0 commit comments

Comments
 (0)