pricing.md 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +118 -0
- package/SKILL.md +593 -0
- package/data/tools/algolia.json +101 -0
- package/data/tools/amplitude.json +73 -0
- package/data/tools/auth0-b2b.json +175 -0
- package/data/tools/auth0-b2c.json +183 -0
- package/data/tools/buildkite.json +104 -0
- package/data/tools/checkly.json +112 -0
- package/data/tools/circleci.json +102 -0
- package/data/tools/clerk.json +109 -0
- package/data/tools/cloudflare.json +71 -0
- package/data/tools/contentful.json +71 -0
- package/data/tools/convex.json +74 -0
- package/data/tools/courier.json +80 -0
- package/data/tools/deno-deploy.json +145 -0
- package/data/tools/depot.json +66 -0
- package/data/tools/descope.json +130 -0
- package/data/tools/engagespot.json +84 -0
- package/data/tools/fly-io.json +53 -0
- package/data/tools/github-actions.json +64 -0
- package/data/tools/honeycomb.json +65 -0
- package/data/tools/inngest.json +80 -0
- package/data/tools/launchdarkly.json +81 -0
- package/data/tools/mergent.json +116 -0
- package/data/tools/mixpanel.json +70 -0
- package/data/tools/mux.json +164 -0
- package/data/tools/neon.json +173 -0
- package/data/tools/netlify.json +99 -0
- package/data/tools/new-relic.json +104 -0
- package/data/tools/novu.json +94 -0
- package/data/tools/orama.json +153 -0
- package/data/tools/paddle.json +46 -0
- package/data/tools/planetscale-postgres.json +108 -0
- package/data/tools/planetscale-vitess.json +82 -0
- package/data/tools/plausible.json +75 -0
- package/data/tools/posthog.json +101 -0
- package/data/tools/postmark.json +93 -0
- package/data/tools/railway.json +161 -0
- package/data/tools/render.json +94 -0
- package/data/tools/resend.json +135 -0
- package/data/tools/sanity.json +98 -0
- package/data/tools/sendgrid.json +78 -0
- package/data/tools/sentry.json +276 -0
- package/data/tools/statsig.json +70 -0
- package/data/tools/storyblok.json +121 -0
- package/data/tools/stripe.json +46 -0
- package/data/tools/supabase.json +100 -0
- package/data/tools/tigris.json +70 -0
- package/data/tools/trigger-dev.json +90 -0
- package/data/tools/turso.json +226 -0
- package/data/tools/unosend.json +88 -0
- package/data/tools/upstash.json +85 -0
- package/data/tools/vercel.json +146 -0
- package/data/tools/weaviate.json +93 -0
- package/data/tools/workos.json +127 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/index.js +23 -0
- package/dist/src/registry/registry.d.ts +52 -0
- package/dist/src/registry/registry.js +216 -0
- package/dist/src/schema/pricing.d.ts +191 -0
- package/dist/src/schema/pricing.js +89 -0
- package/dist/src/server.d.ts +3 -0
- package/dist/src/server.js +32 -0
- package/dist/src/tools/compare-tools.d.ts +61 -0
- package/dist/src/tools/compare-tools.js +115 -0
- package/dist/src/tools/estimate-cost.d.ts +44 -0
- package/dist/src/tools/estimate-cost.js +61 -0
- package/dist/src/tools/find-cheapest.d.ts +54 -0
- package/dist/src/tools/find-cheapest.js +93 -0
- package/dist/src/tools/get-pricing.d.ts +51 -0
- package/dist/src/tools/get-pricing.js +23 -0
- package/dist/src/tools/search-tools.d.ts +55 -0
- package/dist/src/tools/search-tools.js +52 -0
- package/package.json +40 -0
package/SKILL.md
ADDED
|
@@ -0,0 +1,593 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: pricing
|
|
3
|
+
description: Make your agent cost-aware when planning developer tool stacks. Surfaces pricing breakpoints, compares alternatives, flags lock-in risks, and shows where free tiers end. Covers hosting, databases, auth, email, monitoring, CI/CD, and search.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Developer Tool Pricing
|
|
7
|
+
|
|
8
|
+
This skill makes you cost-aware when helping developers plan their tech stack. When a developer is choosing between tools — hosting, databases, auth, email, monitoring, CI/CD, or search — you should proactively surface pricing context.
|
|
9
|
+
|
|
10
|
+
## When to Use This Skill
|
|
11
|
+
|
|
12
|
+
Activate when the user is:
|
|
13
|
+
- Planning a new project or tech stack
|
|
14
|
+
- Evaluating or choosing between developer tools
|
|
15
|
+
- Asking about costs, pricing, or budgets
|
|
16
|
+
- In plan mode discussing infrastructure or service choices
|
|
17
|
+
- Mentioning a specific tool that's in the pricing data below
|
|
18
|
+
|
|
19
|
+
## How to Behave
|
|
20
|
+
|
|
21
|
+
### Surface pricing naturally — don't make it a separate step
|
|
22
|
+
|
|
23
|
+
When you recommend a tool like Vercel or Resend, include pricing context inline.
|
|
24
|
+
|
|
25
|
+
Good: "Vercel's free tier covers 100GB bandwidth/month — fine for a side project. Pro is $20/user/month if you outgrow it."
|
|
26
|
+
|
|
27
|
+
Bad: *Dumps a full pricing comparison table unprompted.*
|
|
28
|
+
|
|
29
|
+
### Show breakpoints, not full pricing sheets
|
|
30
|
+
|
|
31
|
+
Developers care about:
|
|
32
|
+
1. **Is there a free tier?** What are its limits?
|
|
33
|
+
2. **What does it cost when I outgrow free?** Is it a cliff or a gentle ramp?
|
|
34
|
+
3. **At what scale does pricing diverge?** Where does the choice actually matter?
|
|
35
|
+
|
|
36
|
+
### Always mention portability and lock-in
|
|
37
|
+
|
|
38
|
+
When comparing tools:
|
|
39
|
+
- Does it use an open standard? (SMTP, PostgreSQL, S3-compatible)
|
|
40
|
+
- What's the switching cost? (drop-in, moderate, significant, architectural)
|
|
41
|
+
- What do you lose if you switch?
|
|
42
|
+
|
|
43
|
+
### Be honest about data freshness
|
|
44
|
+
|
|
45
|
+
All pricing data below was verified on 2026-04-03. Prices change. If a tool's pricing seems critical to a decision, suggest the user verify at the pricing URL provided.
|
|
46
|
+
|
|
47
|
+
If today's date is more than 30 days after 2026-04-03, tell the user: "This pricing data is from [date] — it may be outdated. Run `npx skills update` to get the latest, or verify at the source URLs below."
|
|
48
|
+
|
|
49
|
+
### Don't recommend — present and let the developer decide
|
|
50
|
+
|
|
51
|
+
Never say "use X, it's cheapest." Instead: "At your volume, Resend Pro ($42.50/mo) and Loops ($49/mo) are close. Resend uses SMTP so you can switch easily."
|
|
52
|
+
|
|
53
|
+
### In plan mode, keep it brief
|
|
54
|
+
|
|
55
|
+
One line per tool with the key breakpoint. Don't interrupt planning flow.
|
|
56
|
+
|
|
57
|
+
Example: "For your stack: Vercel free covers this, Neon free covers 0.5GB storage, Resend free covers 3K emails/month. The database will be the first thing that costs money as you grow."
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
> All prices in USD. Last verified: 2026-04-03. When data is critical to a decision, always suggest verifying at the pricing source URL.
|
|
62
|
+
|
|
63
|
+
## Auth
|
|
64
|
+
|
|
65
|
+
### Auth0 (B2C)
|
|
66
|
+
- **URL:** https://auth0.com
|
|
67
|
+
- **Portability:** significant (OAuth 2.0 / OIDC) — you lose Auth0 SDKs, Actions/Forms, Universal Login customization, user database
|
|
68
|
+
- **Tiers:**
|
|
69
|
+
- **Free:** Free — 25K MAUs
|
|
70
|
+
- **Essentials:** $35/mo — 500 MAUs included, $70/1K MAUs overage
|
|
71
|
+
- **Professional:** $240/mo — 500 MAUs included, $480/1K MAUs overage
|
|
72
|
+
- **Enterprise:** Custom
|
|
73
|
+
- **Source:** https://auth0.com/pricing
|
|
74
|
+
|
|
75
|
+
### Auth0 (B2B)
|
|
76
|
+
- **URL:** https://auth0.com
|
|
77
|
+
- **Portability:** significant (OAuth 2.0 / OIDC) — you lose Auth0 SDKs, Actions/Forms, Universal Login customization, user database
|
|
78
|
+
- **Tiers:**
|
|
79
|
+
- **Free:** Free — 25K MAUs
|
|
80
|
+
- **Essentials:** $150/mo — 500 MAUs, 3 enterprise connections, $300/1K MAUs overage
|
|
81
|
+
- **Professional:** $800/mo — 500 MAUs, 5 enterprise connections, $800/1K MAUs overage
|
|
82
|
+
- **Enterprise:** Custom
|
|
83
|
+
- **Source:** https://auth0.com/pricing
|
|
84
|
+
|
|
85
|
+
### Descope
|
|
86
|
+
- **URL:** https://descope.com
|
|
87
|
+
- **Portability:** significant (OAuth 2.0 / OIDC) — you lose Descope Flows visual builder, tenant model
|
|
88
|
+
- **Tiers:**
|
|
89
|
+
- **Free:** Free — 7,500 MAUs, 10 active tenants, 3 SSO connections
|
|
90
|
+
- **Pro:** $249/mo — 10K MAUs, $0.05/MAU overage
|
|
91
|
+
- **Growth:** $799/mo — 25K MAUs, $0.05/MAU overage
|
|
92
|
+
- **Enterprise:** Custom
|
|
93
|
+
- **Source:** https://descope.com/pricing
|
|
94
|
+
|
|
95
|
+
### Clerk
|
|
96
|
+
- **URL:** https://clerk.com
|
|
97
|
+
- **Portability:** significant (OAuth 2.0 / OIDC) — you lose Clerk components, prebuilt UI, user management dashboard
|
|
98
|
+
- **Tiers:**
|
|
99
|
+
- **Hobby:** Free — 50K MRU/app, 3 dashboard seats
|
|
100
|
+
- **Pro:** $25/mo ($20/mo annual) — 50K MRU included, tiered overage from $0.02 to $0.012/MRU at scale
|
|
101
|
+
- **Business:** $300/mo ($250/mo annual) — same MRU rates, 10 seats, SOC2
|
|
102
|
+
- **Enterprise:** Custom
|
|
103
|
+
- **Source:** https://clerk.com/pricing
|
|
104
|
+
|
|
105
|
+
### WorkOS
|
|
106
|
+
- **URL:** https://workos.com
|
|
107
|
+
- **Portability:** significant (OAuth 2.0 / OIDC) — you lose AuthKit UI, SSO/directory sync configs, audit log pipeline
|
|
108
|
+
- **Tiers:**
|
|
109
|
+
- **Pay as You Go:** Free up to 1M MAUs, then $2,500/1M MAUs overage
|
|
110
|
+
- **Annual Credits:** Custom
|
|
111
|
+
- **Source:** https://workos.com/pricing
|
|
112
|
+
|
|
113
|
+
## CI/CD
|
|
114
|
+
|
|
115
|
+
### Buildkite
|
|
116
|
+
- **URL:** https://buildkite.com
|
|
117
|
+
- **Portability:** moderate (YAML) — you lose Buildkite agents, Test Engine, Package Registries
|
|
118
|
+
- **Tiers:**
|
|
119
|
+
- **Personal:** Free — 1 user, 500 hosted minutes, 50K test executions
|
|
120
|
+
- **Pro:** $30/seat/mo — 2K minutes, 10 agents included
|
|
121
|
+
- **Enterprise:** Custom
|
|
122
|
+
- **Source:** https://buildkite.com/pricing
|
|
123
|
+
|
|
124
|
+
### Depot
|
|
125
|
+
- **URL:** https://depot.dev
|
|
126
|
+
- **Portability:** drop-in (Docker/OCI) — you lose Depot build cache, managed runners
|
|
127
|
+
- **Tiers:**
|
|
128
|
+
- **Developer:** $20/mo — 500 Docker build min, 2K CI min, 25GB cache, 1 user
|
|
129
|
+
- **Startup:** $200/mo — 5K build min, 20K CI min, 250GB cache, unlimited users
|
|
130
|
+
- **Business:** Custom
|
|
131
|
+
- **Source:** https://depot.dev/pricing
|
|
132
|
+
|
|
133
|
+
### CircleCI
|
|
134
|
+
- **URL:** https://circleci.com
|
|
135
|
+
- **Portability:** moderate (YAML) — you lose CircleCI orbs, credit system, Docker layer caching
|
|
136
|
+
- **Tiers:**
|
|
137
|
+
- **Free:** Free — 30K credits/mo, 5 users
|
|
138
|
+
- **Performance:** $15/seat/mo — 30K credits included, $15/25K credits overage
|
|
139
|
+
- **Scale:** Custom (annual)
|
|
140
|
+
- **Source:** https://circleci.com/pricing
|
|
141
|
+
|
|
142
|
+
### GitHub Actions
|
|
143
|
+
- **URL:** https://github.com
|
|
144
|
+
- **Portability:** moderate (YAML) — you lose GitHub-native triggers, marketplace actions, PR integration
|
|
145
|
+
- **Tiers:**
|
|
146
|
+
- **Free:** Free — 2,000 min/mo, 500MB packages storage
|
|
147
|
+
- **Team:** $4/user/mo — 3,000 min/mo, 2GB packages
|
|
148
|
+
- **Enterprise:** $21/user/mo — 50,000 min/mo, 50GB packages
|
|
149
|
+
- **Source:** https://github.com/pricing
|
|
150
|
+
|
|
151
|
+
## Database
|
|
152
|
+
|
|
153
|
+
### Neon
|
|
154
|
+
- **URL:** https://neon.tech
|
|
155
|
+
- **Portability:** drop-in (PostgreSQL wire protocol) — you lose serverless autoscaling, scale-to-zero, database branching
|
|
156
|
+
- **Tiers:**
|
|
157
|
+
- **Free:** Free — 100 CU-hours, 0.5GB storage, 10 branches
|
|
158
|
+
- **Launch:** Pay-as-you-go — $0.106/CU-hour, $0.35/GB-month storage
|
|
159
|
+
- **Scale:** Pay-as-you-go — $0.222/CU-hour, up to 56 CU, IP allow, HIPAA, SOC 2
|
|
160
|
+
- **Source:** https://neon.tech/pricing
|
|
161
|
+
|
|
162
|
+
### Supabase
|
|
163
|
+
- **URL:** https://supabase.com
|
|
164
|
+
- **Portability:** drop-in (PostgreSQL wire protocol) — you lose Supabase Auth, Realtime, Edge Functions, Storage, Dashboard
|
|
165
|
+
- **Tiers:**
|
|
166
|
+
- **Free:** Free — 500MB database, 1GB file storage, 50K MAUs, 500MB bandwidth, 2 projects
|
|
167
|
+
- **Pro:** $25/mo — 8GB database, 100GB file storage, 100K MAUs, 250GB bandwidth. Overage: $0.125/GB database, $0.021/GB storage
|
|
168
|
+
- **Team:** $599/mo — same as Pro with SOC2, HIPAA, priority support
|
|
169
|
+
- **Enterprise:** Custom
|
|
170
|
+
- **Source:** https://supabase.com/pricing
|
|
171
|
+
|
|
172
|
+
### Convex
|
|
173
|
+
- **URL:** https://convex.dev
|
|
174
|
+
- **Portability:** significant (proprietary) — you lose reactive queries, real-time sync, server functions, scheduling
|
|
175
|
+
- **Tiers:**
|
|
176
|
+
- **Starter:** Free — 6 devs, 1M function calls/mo, 0.5GB database, 1GB files
|
|
177
|
+
- **Professional:** $25/dev/mo — 25M function calls, 50GB database, 100GB files
|
|
178
|
+
- **Business:** From $2,500/mo
|
|
179
|
+
- **Source:** https://convex.dev/pricing
|
|
180
|
+
|
|
181
|
+
### PlanetScale Postgres
|
|
182
|
+
- **URL:** https://planetscale.com
|
|
183
|
+
- **Portability:** moderate (PostgreSQL wire protocol) — you lose managed HA clustering, metal storage tiers
|
|
184
|
+
- **Tiers:**
|
|
185
|
+
- **EBS Non-HA:** From $5/mo (single node)
|
|
186
|
+
- **EBS HA:** From $15/mo (3-node HA)
|
|
187
|
+
- **Metal:** From $50/mo (with included storage, up to 192 vCPU / 1536 GiB)
|
|
188
|
+
- **Source:** https://planetscale.com/pricing
|
|
189
|
+
|
|
190
|
+
### PlanetScale Vitess
|
|
191
|
+
- **URL:** https://planetscale.com
|
|
192
|
+
- **Portability:** moderate (MySQL wire protocol) — you lose Vitess horizontal sharding, managed HA
|
|
193
|
+
- **Tiers:**
|
|
194
|
+
- **Non-Metal:** From $39/mo (MySQL-compatible, 3-node)
|
|
195
|
+
- **Metal:** From $609/mo (with included storage, up to 64 vCPU / 512 GiB)
|
|
196
|
+
- **Source:** https://planetscale.com/pricing
|
|
197
|
+
|
|
198
|
+
### Turso
|
|
199
|
+
- **URL:** https://turso.tech
|
|
200
|
+
- **Portability:** moderate (SQLite/libSQL) — you lose edge replication, embedded replicas
|
|
201
|
+
- **Tiers:**
|
|
202
|
+
- **Free:** Free — 100 databases, 5GB storage, 500M rows read/mo
|
|
203
|
+
- **Developer:** $5.99/mo — 9GB storage, 2.5B rows read, overage: $1/B rows
|
|
204
|
+
- **Scaler:** $29/mo — 24GB storage, 100B rows read, teams, DPA
|
|
205
|
+
- **Pro:** $499/mo — 50GB storage, SSO, HIPAA, SOC2
|
|
206
|
+
- **Enterprise:** Custom
|
|
207
|
+
- **Source:** https://turso.tech/pricing
|
|
208
|
+
|
|
209
|
+
### Upstash
|
|
210
|
+
- **URL:** https://upstash.com
|
|
211
|
+
- **Portability:** drop-in (Redis protocol) — you lose serverless scaling, global replication, per-request pricing
|
|
212
|
+
- **Tiers:**
|
|
213
|
+
- **Free:** Free — 256MB, 10K commands/sec, 10GB bandwidth/mo
|
|
214
|
+
- **Pay as You Go:** $0.20/100K commands, up to 100GB
|
|
215
|
+
- **Fixed 250MB:** $10/mo flat rate
|
|
216
|
+
- **Enterprise:** Custom
|
|
217
|
+
- **Source:** https://upstash.com/pricing
|
|
218
|
+
|
|
219
|
+
## Email
|
|
220
|
+
|
|
221
|
+
### Resend
|
|
222
|
+
- **URL:** https://resend.com
|
|
223
|
+
- **Portability:** drop-in (SMTP) — you lose React Email integration, dashboard analytics
|
|
224
|
+
- **Tiers:**
|
|
225
|
+
- **Free:** Free — 3,000 emails/mo, 100/day limit, 1 domain
|
|
226
|
+
- **Pro:** $20/mo — 50K emails, $0.90/1K overage, 10 domains
|
|
227
|
+
- **Scale:** $90/mo — 100K emails, volume discounts down to $0.46/1K, dedicated IP
|
|
228
|
+
- **Enterprise:** Custom (3M+ emails/mo)
|
|
229
|
+
- **Source:** https://resend.com/pricing
|
|
230
|
+
|
|
231
|
+
### Unosend
|
|
232
|
+
- **URL:** https://www.unosend.co
|
|
233
|
+
- **Portability:** drop-in (SMTP) — you lose Unosend dashboard, analytics, contact management
|
|
234
|
+
- **Tiers:**
|
|
235
|
+
- **Free:** Free — 5,000 emails/mo, 1,000 contacts
|
|
236
|
+
- **Pro:** $20/mo — 60K emails
|
|
237
|
+
- **Scale:** $100/mo — 200K emails
|
|
238
|
+
- **1M:** $600/mo — 1M emails
|
|
239
|
+
- **Enterprise:** Custom — unlimited, dedicated IP included
|
|
240
|
+
- **Source:** https://www.unosend.co/pricing
|
|
241
|
+
|
|
242
|
+
### Postmark
|
|
243
|
+
- **URL:** https://postmarkapp.com
|
|
244
|
+
- **Portability:** drop-in (SMTP) — you lose message streams, delivery analytics, template system
|
|
245
|
+
- **Tiers:**
|
|
246
|
+
- **Free:** Free — 100 emails/mo
|
|
247
|
+
- **Basic:** $15/mo — 10K emails, $1.80/1K overage
|
|
248
|
+
- **Pro:** $16.50/mo — 10K emails, $1.30/1K overage
|
|
249
|
+
- **Platform:** $18/mo — 10K emails, $1.20/1K overage
|
|
250
|
+
- **Source:** https://postmarkapp.com/pricing
|
|
251
|
+
|
|
252
|
+
### SendGrid
|
|
253
|
+
- **URL:** https://sendgrid.com
|
|
254
|
+
- **Portability:** drop-in (SMTP) — you lose templates, analytics, dedicated IPs, subuser management
|
|
255
|
+
- **Tiers:**
|
|
256
|
+
- **Free:** Free — 100 emails/day (60-day trial)
|
|
257
|
+
- **Essentials:** $19.95/mo — up to 50K emails/mo
|
|
258
|
+
- **Pro:** $89.95/mo — 100K+ emails, dedicated IPs, SSO
|
|
259
|
+
- **Premier:** Custom — 2.5M+ emails
|
|
260
|
+
- **Source:** https://sendgrid.com/en-us/pricing
|
|
261
|
+
|
|
262
|
+
## Hosting
|
|
263
|
+
|
|
264
|
+
### Netlify
|
|
265
|
+
- **URL:** https://netlify.com
|
|
266
|
+
- **Portability:** moderate (proprietary) — you lose Netlify Functions, deploy previews, form handling
|
|
267
|
+
- **Tiers:**
|
|
268
|
+
- **Free:** Free — 300 credits
|
|
269
|
+
- **Personal:** $9/mo — 1K credits
|
|
270
|
+
- **Pro:** $20/seat/mo — 3K credits
|
|
271
|
+
- **Enterprise:** Custom
|
|
272
|
+
- **Source:** https://netlify.com/pricing
|
|
273
|
+
|
|
274
|
+
### Railway
|
|
275
|
+
- **URL:** https://railway.com
|
|
276
|
+
- **Portability:** moderate (proprietary) — you lose railway.toml config, built-in databases
|
|
277
|
+
- **Tiers:**
|
|
278
|
+
- **Free:** $0 — $1 of free resources
|
|
279
|
+
- **Hobby:** $5/mo (subscription counts toward usage)
|
|
280
|
+
- **Pro:** $20/mo (subscription counts toward usage)
|
|
281
|
+
- **Enterprise:** Custom
|
|
282
|
+
- **Resource pricing:** RAM $10/GB/mo, CPU $20/vCPU/mo, Egress $0.05/GB, Storage $0.15/GB/mo
|
|
283
|
+
- **Source:** https://railway.com/pricing
|
|
284
|
+
|
|
285
|
+
### Fly.io
|
|
286
|
+
- **URL:** https://fly.io
|
|
287
|
+
- **Portability:** moderate (proprietary) — you lose Machines API, global Anycast networking, WireGuard, fly.toml config
|
|
288
|
+
- **Tiers:**
|
|
289
|
+
- **Pay As You Go:** Usage-based — shared-cpu-1x from $2.02/mo, volumes $0.15/GB/mo, bandwidth $0.02/GB (NA/EU)
|
|
290
|
+
- **Source:** https://fly.io/docs/about/pricing
|
|
291
|
+
|
|
292
|
+
### Render
|
|
293
|
+
- **URL:** https://render.com
|
|
294
|
+
- **Portability:** moderate (PostgreSQL wire protocol for databases) — you lose Render infra config, managed Postgres
|
|
295
|
+
- **Tiers:**
|
|
296
|
+
- **Hobby:** Free — 100GB bandwidth, 500 build minutes
|
|
297
|
+
- **Professional:** $19/seat/mo — 500GB bandwidth, up to 10 team members
|
|
298
|
+
- **Organization:** $29/seat/mo — 1TB bandwidth, full features
|
|
299
|
+
- **Enterprise:** Custom
|
|
300
|
+
- **Source:** https://render.com/pricing
|
|
301
|
+
|
|
302
|
+
### Vercel
|
|
303
|
+
- **URL:** https://vercel.com
|
|
304
|
+
- **Portability:** moderate (proprietary) — you lose ISR, Fluid compute, image optimization, edge functions
|
|
305
|
+
- **Tiers:**
|
|
306
|
+
- **Hobby:** Free — 1M edge requests, 100GB data transfer, 1M function invocations, 1 developer
|
|
307
|
+
- **Pro:** $20/seat/mo — 10M edge requests, 1TB data transfer, $2/1M requests overage
|
|
308
|
+
- **Enterprise:** Custom
|
|
309
|
+
- **Source:** https://vercel.com/pricing
|
|
310
|
+
|
|
311
|
+
## Monitoring
|
|
312
|
+
|
|
313
|
+
### Sentry
|
|
314
|
+
- **URL:** https://sentry.io
|
|
315
|
+
- **Portability:** moderate (proprietary) — you lose Sentry SDKs, session replay, dashboards, alerts
|
|
316
|
+
- **Tiers:**
|
|
317
|
+
- **Developer:** Free — 5K errors, 5M spans, 50 replays, 1 user
|
|
318
|
+
- **Team:** $26/mo — 50K errors, 5M spans, 50 replays, volume discounts on overage
|
|
319
|
+
- **Business:** $80/mo — 50K errors, 5M spans, 50 replays, advanced features
|
|
320
|
+
- **Enterprise:** Custom
|
|
321
|
+
- **Source:** https://sentry.io/pricing
|
|
322
|
+
|
|
323
|
+
### Checkly
|
|
324
|
+
- **URL:** https://www.checklyhq.com
|
|
325
|
+
- **Portability:** moderate (Playwright) — you lose monitoring dashboards, alert integrations, global check locations
|
|
326
|
+
- **Tiers:**
|
|
327
|
+
- **Hobby:** Free — 1 user, 10 uptime monitors, 1K browser check runs, 10K API check runs
|
|
328
|
+
- **Starter:** $60/mo — 3 users, 50 monitors, 3K browser runs, 25K API runs, ~20% annual discount
|
|
329
|
+
- **Team:** $163/mo — 10 users, 75 monitors, 12K browser runs, 100K API runs, ~20% annual discount
|
|
330
|
+
- **Enterprise:** Custom
|
|
331
|
+
- **Source:** https://www.checklyhq.com/pricing
|
|
332
|
+
|
|
333
|
+
### New Relic
|
|
334
|
+
- **URL:** https://newrelic.com
|
|
335
|
+
- **Portability:** moderate (proprietary) — you lose dashboards, NRQL queries, alert policies, APM instrumentation
|
|
336
|
+
- **Tiers:**
|
|
337
|
+
- **Free:** Free — 1 full user, 100GB data ingest/mo, 8-day retention
|
|
338
|
+
- **Standard:** From $10/mo — up to 5 full users ($99/additional), 100GB free then $0.40/GB
|
|
339
|
+
- **Pro:** $349/user/mo — unlimited full users, 100GB free then $0.40/GB
|
|
340
|
+
- **Enterprise:** Custom — FedRAMP/HIPAA eligible
|
|
341
|
+
- **Source:** https://newrelic.com/pricing
|
|
342
|
+
|
|
343
|
+
### Honeycomb
|
|
344
|
+
- **URL:** https://honeycomb.io
|
|
345
|
+
- **Portability:** moderate (OpenTelemetry) — you lose BubbleUp, SLOs, query engine, team query history
|
|
346
|
+
- **Tiers:**
|
|
347
|
+
- **Free:** Free — 20M events/mo, 2 triggers
|
|
348
|
+
- **Pro:** $130/mo — 1.5B events/mo, 100 triggers, 2 SLOs
|
|
349
|
+
- **Enterprise:** Custom — 300+ triggers, 100+ SLOs
|
|
350
|
+
- **Source:** https://www.honeycomb.io/pricing
|
|
351
|
+
|
|
352
|
+
## Notifications
|
|
353
|
+
|
|
354
|
+
### Novu
|
|
355
|
+
- **URL:** https://novu.co
|
|
356
|
+
- **Portability:** moderate (proprietary) — you lose workflow engine, in-app notification center, digest/batching
|
|
357
|
+
- **Tiers:**
|
|
358
|
+
- **Free:** Free — 10K workflow runs/mo, 20 workflows, 3 members
|
|
359
|
+
- **Pro:** $30/mo — 30K runs, $1.20/1K overage, 7-day retention
|
|
360
|
+
- **Team:** $250/mo — 250K runs, $1.20/1K overage, 90-day retention
|
|
361
|
+
- **Enterprise:** Custom — 10M+ runs, HIPAA, SSO
|
|
362
|
+
- **Source:** https://novu.co/pricing
|
|
363
|
+
|
|
364
|
+
### Courier
|
|
365
|
+
- **URL:** https://courier.com
|
|
366
|
+
- **Portability:** moderate (proprietary) — you lose notification routing, template builder, preference center
|
|
367
|
+
- **Tiers:**
|
|
368
|
+
- **Developer:** Free — 10K sends/mo
|
|
369
|
+
- **Business:** $0.005/send (usage-based)
|
|
370
|
+
- **Enterprise:** Custom
|
|
371
|
+
- **Source:** https://courier.com/pricing
|
|
372
|
+
|
|
373
|
+
### Engagespot
|
|
374
|
+
- **URL:** https://engagespot.co
|
|
375
|
+
- **Portability:** moderate (proprietary) — you lose in-app notification center, preference management, workflow builder
|
|
376
|
+
- **Tiers:**
|
|
377
|
+
- **Launch:** Free — 10K event triggers/mo
|
|
378
|
+
- **Growth:** $250/mo — 250K event triggers, $1.50/1K overage
|
|
379
|
+
- **Enterprise:** From $2,500/mo
|
|
380
|
+
- **Source:** https://engagespot.co/pricing
|
|
381
|
+
|
|
382
|
+
## Scheduling
|
|
383
|
+
|
|
384
|
+
### Mergent
|
|
385
|
+
- **URL:** https://mergent.co
|
|
386
|
+
- **Portability:** moderate (proprietary) — you lose task scheduling, retry logic, dashboard
|
|
387
|
+
- **Tiers:**
|
|
388
|
+
- **Free:** Free — 1K invocations/mo
|
|
389
|
+
- **Standard:** Usage-based with tiered pricing from $0.002/invocation down to $0.000003 at volume
|
|
390
|
+
- **Enterprise:** Custom
|
|
391
|
+
- **Source:** https://mergent.co/pricing
|
|
392
|
+
|
|
393
|
+
## Search
|
|
394
|
+
|
|
395
|
+
### Orama
|
|
396
|
+
- **URL:** https://orama.com
|
|
397
|
+
- **Portability:** moderate (proprietary) — you lose Orama Cloud, AI sessions, analytics
|
|
398
|
+
- **Tiers:**
|
|
399
|
+
- **Base:** Free — 2 projects, 500 docs/project, 500 AI sessions
|
|
400
|
+
- **Build:** $100/mo — 5 projects, 5K docs/project, 2.5K AI sessions
|
|
401
|
+
- **Scale:** $1,450/mo — 25 projects, 100K docs/project, 10K AI sessions
|
|
402
|
+
- **Enterprise:** Custom
|
|
403
|
+
- **Source:** https://orama.com/pricing
|
|
404
|
+
|
|
405
|
+
### Algolia
|
|
406
|
+
- **URL:** https://algolia.com
|
|
407
|
+
- **Portability:** moderate (proprietary) — you lose InstantSearch UI, AI Recommendations, query rules, A/B testing
|
|
408
|
+
- **Tiers:**
|
|
409
|
+
- **Build:** Free — 10K search requests/mo, 1M records, 10K AI recommendation requests
|
|
410
|
+
- **Grow:** Pay-as-you-go — $0.50/1K search requests, $0.40/1K records (10K requests + 100K records included)
|
|
411
|
+
- **Grow Plus:** Pay-as-you-go — $1.75/1K search requests, $0.40/1K records (same included)
|
|
412
|
+
- **Elevate:** Custom (annual contract)
|
|
413
|
+
- **Source:** https://www.algolia.com/pricing
|
|
414
|
+
|
|
415
|
+
### Weaviate
|
|
416
|
+
- **URL:** https://weaviate.io
|
|
417
|
+
- **Portability:** significant (proprietary) — you lose schema config, vector compression, hybrid search tuning
|
|
418
|
+
- **Tiers:**
|
|
419
|
+
- **Free Trial:** Free — 14 days, 250 query agent requests
|
|
420
|
+
- **Flex:** $45/mo — 30K query agent requests
|
|
421
|
+
- **Premium:** Custom — 99.95% SLA
|
|
422
|
+
- **Source:** https://weaviate.io/pricing
|
|
423
|
+
|
|
424
|
+
## Storage
|
|
425
|
+
|
|
426
|
+
### Mux
|
|
427
|
+
- **URL:** https://mux.com
|
|
428
|
+
- **Portability:** significant (proprietary) — you lose Mux Player, Data analytics, encoding pipeline, delivery CDN
|
|
429
|
+
- **Tiers:**
|
|
430
|
+
- **Pay As You Go:** Free — 100K delivery minutes free, 6K live caption minutes free, then usage-based
|
|
431
|
+
- **Launch Credits:** $20/mo — $100 in monthly credits
|
|
432
|
+
- **Scale Credits:** $500/mo — $1,000 in monthly credits
|
|
433
|
+
- **Enterprise:** Custom (from $3K/mo)
|
|
434
|
+
- **Source:** https://mux.com/pricing
|
|
435
|
+
|
|
436
|
+
### Tigris
|
|
437
|
+
- **URL:** https://tigrisdata.com
|
|
438
|
+
- **Portability:** drop-in (S3-compatible) — you lose global distribution, zero egress
|
|
439
|
+
- **Tiers:**
|
|
440
|
+
- **Pay as You Go:** Free — 5GB storage, 10K class A requests, 100K class B requests, zero egress fees
|
|
441
|
+
- **Usage:** $0.02/GB/month storage, $0.005/1K class A, $0.0005/1K class B
|
|
442
|
+
- **Enterprise:** Custom
|
|
443
|
+
- **Source:** https://tigrisdata.com/pricing
|
|
444
|
+
|
|
445
|
+
## Analytics
|
|
446
|
+
|
|
447
|
+
### PostHog
|
|
448
|
+
- **URL:** https://posthog.com
|
|
449
|
+
- **Portability:** moderate (proprietary) — you lose autocapture, session replay, feature flags, A/B testing
|
|
450
|
+
- **Tiers:**
|
|
451
|
+
- **Free:** Free — 1 project, 1 year retention, no credit card needed
|
|
452
|
+
- **Paid:** $0/mo base — 1M analytics events free then $0.00005/event, 5K session recordings free then $0.005/recording, 1M feature flag requests free then $0.0001/request. No per-seat charges.
|
|
453
|
+
- **Source:** https://posthog.com/pricing
|
|
454
|
+
|
|
455
|
+
### Plausible
|
|
456
|
+
- **URL:** https://plausible.io
|
|
457
|
+
- **Portability:** drop-in (proprietary) — you lose Plausible dashboard, goal tracking, UTM analysis
|
|
458
|
+
- **Tiers:**
|
|
459
|
+
- **Starter:** $9/mo — 10K pageviews, 30-day trial, 2 months free on annual
|
|
460
|
+
- **Growth:** $14/mo — 100K pageviews
|
|
461
|
+
- **Business:** $19/mo — 200K pageviews
|
|
462
|
+
- **Enterprise:** Custom — 10M+ pageviews
|
|
463
|
+
- **Source:** https://plausible.io/pricing
|
|
464
|
+
|
|
465
|
+
### Mixpanel
|
|
466
|
+
- **URL:** https://mixpanel.com
|
|
467
|
+
- **Portability:** moderate (proprietary) — you lose reports, cohorts, funnels, session replay, Spark AI
|
|
468
|
+
- **Tiers:**
|
|
469
|
+
- **Free:** Free — 1M events/mo, 5 saved reports, 10K session replays
|
|
470
|
+
- **Growth:** $0/mo base — 1M events free, $0.28/1K events after, up to 20M. 20K session replays.
|
|
471
|
+
- **Enterprise:** Custom — unlimited events, HIPAA, SSO, dedicated support
|
|
472
|
+
- **Source:** https://mixpanel.com/pricing
|
|
473
|
+
|
|
474
|
+
### Amplitude
|
|
475
|
+
- **URL:** https://amplitude.com
|
|
476
|
+
- **Portability:** moderate (proprietary) — you lose charts, cohorts, experiment analysis, data taxonomy
|
|
477
|
+
- **Tiers:**
|
|
478
|
+
- **Starter:** Free — 10K MTUs, 10M events/mo
|
|
479
|
+
- **Plus:** $49/mo (annual) — 300K MTUs, 25M events
|
|
480
|
+
- **Growth:** Custom
|
|
481
|
+
- **Enterprise:** Custom
|
|
482
|
+
- **Source:** https://amplitude.com/pricing
|
|
483
|
+
|
|
484
|
+
## CMS
|
|
485
|
+
|
|
486
|
+
### Sanity
|
|
487
|
+
- **URL:** https://sanity.io
|
|
488
|
+
- **Portability:** significant (proprietary) — you lose GROQ query language, Sanity Studio, Content Lake, real-time collaboration
|
|
489
|
+
- **Tiers:**
|
|
490
|
+
- **Free:** Free — 20 seats, 10K documents, 1M CDN requests/mo, 250K API requests/mo, 100GB assets, 100GB bandwidth
|
|
491
|
+
- **Growth:** $15/seat/mo — up to 50 seats, 25K documents, overage: $1/250K CDN, $1/25K API, $0.50/GB assets
|
|
492
|
+
- **Enterprise:** Custom
|
|
493
|
+
- **Source:** https://sanity.io/pricing
|
|
494
|
+
|
|
495
|
+
### Contentful
|
|
496
|
+
- **URL:** https://contentful.com
|
|
497
|
+
- **Portability:** significant (proprietary) — you lose Content model, App Framework, rich text editor, localization workflows
|
|
498
|
+
- **Tiers (EUR):**
|
|
499
|
+
- **Free:** Free — 10 users, 100K API calls/mo, 50GB CDN bandwidth, 25 content types, 10K records
|
|
500
|
+
- **Lite:** €300/mo — 20 users, 1M API calls/mo, 100GB CDN bandwidth
|
|
501
|
+
- **Premium:** Custom
|
|
502
|
+
- **Source:** https://www.contentful.com/pricing
|
|
503
|
+
|
|
504
|
+
### Storyblok
|
|
505
|
+
- **URL:** https://storyblok.com
|
|
506
|
+
- **Portability:** significant (proprietary) — you lose Visual Editor, component-based content, release management
|
|
507
|
+
- **Tiers:**
|
|
508
|
+
- **Starter:** Free — 1 user, 100K API requests/mo, 100GB traffic, 2 locales
|
|
509
|
+
- **Growth:** $99/mo ($91/mo annual) — 5 users, 1M API requests, 400GB traffic
|
|
510
|
+
- **Growth Plus:** $349/mo ($320/mo annual) — 15 users, 4M API requests, 1TB traffic
|
|
511
|
+
- **Premium:** Custom
|
|
512
|
+
- **Source:** https://www.storyblok.com/pricing
|
|
513
|
+
|
|
514
|
+
## Edge
|
|
515
|
+
|
|
516
|
+
### Cloudflare
|
|
517
|
+
- **URL:** https://cloudflare.com
|
|
518
|
+
- **Portability:** moderate (proprietary) — you lose Cloudflare network, Workers runtime, R2 integration, DDoS protection
|
|
519
|
+
- **Tiers:**
|
|
520
|
+
- **Free:** Free — unlimited bandwidth, basic DDoS, 100K Workers requests/day
|
|
521
|
+
- **Pro:** $20/mo — WAF, image optimization
|
|
522
|
+
- **Business:** $200/mo — custom SSL, advanced DDoS, SLA
|
|
523
|
+
- **Enterprise:** Custom
|
|
524
|
+
- **Source:** https://cloudflare.com/plans
|
|
525
|
+
|
|
526
|
+
### Deno Deploy
|
|
527
|
+
- **URL:** https://deno.com
|
|
528
|
+
- **Portability:** moderate (Web Standards) — you lose Deno KV, global edge network, deploy-from-GitHub
|
|
529
|
+
- **Tiers:**
|
|
530
|
+
- **Free:** Free — 1M requests/mo, 100GB bandwidth, 1GiB KV storage
|
|
531
|
+
- **Pro:** $20/mo — 5M requests, 200GB bandwidth, 5GiB KV, overage: $2/1M requests
|
|
532
|
+
- **Builder:** $200/mo — 20M requests, 300GB bandwidth, 10GiB KV
|
|
533
|
+
- **Enterprise:** Custom
|
|
534
|
+
- **Source:** https://deno.com/deploy/pricing
|
|
535
|
+
|
|
536
|
+
## Feature Flags
|
|
537
|
+
|
|
538
|
+
### LaunchDarkly
|
|
539
|
+
- **URL:** https://launchdarkly.com
|
|
540
|
+
- **Portability:** moderate (proprietary) — you lose targeting rules, experimentation data, audit logs
|
|
541
|
+
- **Tiers:**
|
|
542
|
+
- **Developer:** Free — 5 service connections, 1K client-side MAU, 3 environments, 5K session replays/mo
|
|
543
|
+
- **Foundation:** $12/mo per service connection + $10/mo per 1K client-side MAU
|
|
544
|
+
- **Enterprise:** Custom
|
|
545
|
+
- **Source:** https://launchdarkly.com/pricing
|
|
546
|
+
|
|
547
|
+
### Statsig
|
|
548
|
+
- **URL:** https://statsig.com
|
|
549
|
+
- **Portability:** moderate (proprietary) — you lose console, experiment analysis, metric definitions, warehouse-native integrations
|
|
550
|
+
- **Tiers:**
|
|
551
|
+
- **Free:** Free — 1M events/mo, 5 seats, 10 flags, 3 experiments
|
|
552
|
+
- **Pro:** $150/mo — 50M events, $0.03/1K events overage
|
|
553
|
+
- **Enterprise:** Custom
|
|
554
|
+
- **Source:** https://statsig.com/pricing
|
|
555
|
+
|
|
556
|
+
## Payments
|
|
557
|
+
|
|
558
|
+
### Stripe
|
|
559
|
+
- **URL:** https://stripe.com
|
|
560
|
+
- **Portability:** significant (proprietary) — you lose Stripe.js, Elements UI, Connect, Billing, saved payment methods
|
|
561
|
+
- **Tiers:**
|
|
562
|
+
- **Standard:** 2.9% + $0.30 per transaction, no monthly fee
|
|
563
|
+
- **Enterprise:** Custom volume pricing
|
|
564
|
+
- **Source:** https://stripe.com/pricing
|
|
565
|
+
|
|
566
|
+
### Paddle
|
|
567
|
+
- **URL:** https://paddle.com
|
|
568
|
+
- **Portability:** significant (proprietary) — you lose checkout, subscription management, tax compliance, Merchant of Record status
|
|
569
|
+
- **Tiers:**
|
|
570
|
+
- **Standard:** 5% + $0.50 per transaction, no monthly fee
|
|
571
|
+
- **Enterprise:** Custom volume pricing
|
|
572
|
+
- **Source:** https://www.paddle.com/pricing
|
|
573
|
+
|
|
574
|
+
## Queues
|
|
575
|
+
|
|
576
|
+
### Inngest
|
|
577
|
+
- **URL:** https://www.inngest.com
|
|
578
|
+
- **Portability:** moderate (proprietary) — you lose event-driven orchestration, step functions, flow control, built-in retries
|
|
579
|
+
- **Tiers:**
|
|
580
|
+
- **Hobby:** Free — 50K executions/mo, 5 concurrent steps, 3 users
|
|
581
|
+
- **Pro:** $75/mo — 1M executions included, tiered overage from $0.00005 to $0.000015/execution at volume
|
|
582
|
+
- **Enterprise:** Custom
|
|
583
|
+
- **Source:** https://www.inngest.com/pricing
|
|
584
|
+
|
|
585
|
+
### Trigger.dev
|
|
586
|
+
- **URL:** https://trigger.dev
|
|
587
|
+
- **Portability:** moderate (proprietary) — you lose task orchestration, built-in retry/scheduling, Realtime connections
|
|
588
|
+
- **Tiers:**
|
|
589
|
+
- **Free:** Free — $5 usage credit, 20 concurrent runs, 5 members, 10 schedules
|
|
590
|
+
- **Hobby:** $10/mo — $10 usage credit, 50 concurrent runs, 100 schedules, 7-day logs
|
|
591
|
+
- **Pro:** $50/mo — $50 usage credit, 200 concurrent runs, 1K schedules, 30-day logs
|
|
592
|
+
- **Enterprise:** Custom — SOC2, SSO, RBAC
|
|
593
|
+
- **Source:** https://trigger.dev/pricing
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "algolia",
|
|
3
|
+
"name": "Algolia",
|
|
4
|
+
"description": "Search and discovery API platform with AI-powered recommendations, instant search, and analytics",
|
|
5
|
+
"url": "https://algolia.com",
|
|
6
|
+
"pricingUrl": "https://www.algolia.com/pricing/",
|
|
7
|
+
"category": "search",
|
|
8
|
+
"tags": [],
|
|
9
|
+
"lastVerified": "2026-04-03",
|
|
10
|
+
"freshnessCategory": "volatile",
|
|
11
|
+
"currency": "USD",
|
|
12
|
+
"portability": {
|
|
13
|
+
"switchingCost": "moderate",
|
|
14
|
+
"openStandard": null,
|
|
15
|
+
"whatYouLose": "Algolia InstantSearch UI, AI Recommendations, analytics, A/B testing, query rules"
|
|
16
|
+
},
|
|
17
|
+
"tiers": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Build",
|
|
20
|
+
"slug": "build",
|
|
21
|
+
"pricingModel": "free",
|
|
22
|
+
"basePrice": 0,
|
|
23
|
+
"billingPeriod": null,
|
|
24
|
+
"annualDiscount": null,
|
|
25
|
+
"seatPrice": null,
|
|
26
|
+
"usageMetrics": [],
|
|
27
|
+
"features": [],
|
|
28
|
+
"limits": {
|
|
29
|
+
"searchRequestsPerMonth": 10000,
|
|
30
|
+
"records": 1000000,
|
|
31
|
+
"aiRecommendationRequestsPerMonth": 10000
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "Grow",
|
|
36
|
+
"slug": "grow",
|
|
37
|
+
"pricingModel": "usage_based",
|
|
38
|
+
"basePrice": 0,
|
|
39
|
+
"billingPeriod": null,
|
|
40
|
+
"annualDiscount": null,
|
|
41
|
+
"seatPrice": null,
|
|
42
|
+
"usageMetrics": [
|
|
43
|
+
{
|
|
44
|
+
"name": "search-requests",
|
|
45
|
+
"unit": "requests",
|
|
46
|
+
"pricePerUnit": 0.50,
|
|
47
|
+
"unitQuantity": 1000,
|
|
48
|
+
"includedQuantity": 10000
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"name": "records",
|
|
52
|
+
"unit": "records",
|
|
53
|
+
"pricePerUnit": 0.40,
|
|
54
|
+
"unitQuantity": 1000,
|
|
55
|
+
"includedQuantity": 100000
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"features": [],
|
|
59
|
+
"limits": {}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "Grow Plus",
|
|
63
|
+
"slug": "grow-plus",
|
|
64
|
+
"pricingModel": "usage_based",
|
|
65
|
+
"basePrice": 0,
|
|
66
|
+
"billingPeriod": null,
|
|
67
|
+
"annualDiscount": null,
|
|
68
|
+
"seatPrice": null,
|
|
69
|
+
"usageMetrics": [
|
|
70
|
+
{
|
|
71
|
+
"name": "search-requests",
|
|
72
|
+
"unit": "requests",
|
|
73
|
+
"pricePerUnit": 1.75,
|
|
74
|
+
"unitQuantity": 1000,
|
|
75
|
+
"includedQuantity": 10000
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "records",
|
|
79
|
+
"unit": "records",
|
|
80
|
+
"pricePerUnit": 0.40,
|
|
81
|
+
"unitQuantity": 1000,
|
|
82
|
+
"includedQuantity": 100000
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"features": [],
|
|
86
|
+
"limits": {}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "Elevate",
|
|
90
|
+
"slug": "elevate",
|
|
91
|
+
"pricingModel": "custom",
|
|
92
|
+
"basePrice": null,
|
|
93
|
+
"billingPeriod": "annual",
|
|
94
|
+
"annualDiscount": null,
|
|
95
|
+
"seatPrice": null,
|
|
96
|
+
"usageMetrics": [],
|
|
97
|
+
"features": [],
|
|
98
|
+
"limits": {}
|
|
99
|
+
}
|
|
100
|
+
]
|
|
101
|
+
}
|