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.
Files changed (75) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +118 -0
  3. package/SKILL.md +593 -0
  4. package/data/tools/algolia.json +101 -0
  5. package/data/tools/amplitude.json +73 -0
  6. package/data/tools/auth0-b2b.json +175 -0
  7. package/data/tools/auth0-b2c.json +183 -0
  8. package/data/tools/buildkite.json +104 -0
  9. package/data/tools/checkly.json +112 -0
  10. package/data/tools/circleci.json +102 -0
  11. package/data/tools/clerk.json +109 -0
  12. package/data/tools/cloudflare.json +71 -0
  13. package/data/tools/contentful.json +71 -0
  14. package/data/tools/convex.json +74 -0
  15. package/data/tools/courier.json +80 -0
  16. package/data/tools/deno-deploy.json +145 -0
  17. package/data/tools/depot.json +66 -0
  18. package/data/tools/descope.json +130 -0
  19. package/data/tools/engagespot.json +84 -0
  20. package/data/tools/fly-io.json +53 -0
  21. package/data/tools/github-actions.json +64 -0
  22. package/data/tools/honeycomb.json +65 -0
  23. package/data/tools/inngest.json +80 -0
  24. package/data/tools/launchdarkly.json +81 -0
  25. package/data/tools/mergent.json +116 -0
  26. package/data/tools/mixpanel.json +70 -0
  27. package/data/tools/mux.json +164 -0
  28. package/data/tools/neon.json +173 -0
  29. package/data/tools/netlify.json +99 -0
  30. package/data/tools/new-relic.json +104 -0
  31. package/data/tools/novu.json +94 -0
  32. package/data/tools/orama.json +153 -0
  33. package/data/tools/paddle.json +46 -0
  34. package/data/tools/planetscale-postgres.json +108 -0
  35. package/data/tools/planetscale-vitess.json +82 -0
  36. package/data/tools/plausible.json +75 -0
  37. package/data/tools/posthog.json +101 -0
  38. package/data/tools/postmark.json +93 -0
  39. package/data/tools/railway.json +161 -0
  40. package/data/tools/render.json +94 -0
  41. package/data/tools/resend.json +135 -0
  42. package/data/tools/sanity.json +98 -0
  43. package/data/tools/sendgrid.json +78 -0
  44. package/data/tools/sentry.json +276 -0
  45. package/data/tools/statsig.json +70 -0
  46. package/data/tools/storyblok.json +121 -0
  47. package/data/tools/stripe.json +46 -0
  48. package/data/tools/supabase.json +100 -0
  49. package/data/tools/tigris.json +70 -0
  50. package/data/tools/trigger-dev.json +90 -0
  51. package/data/tools/turso.json +226 -0
  52. package/data/tools/unosend.json +88 -0
  53. package/data/tools/upstash.json +85 -0
  54. package/data/tools/vercel.json +146 -0
  55. package/data/tools/weaviate.json +93 -0
  56. package/data/tools/workos.json +127 -0
  57. package/dist/src/index.d.ts +2 -0
  58. package/dist/src/index.js +23 -0
  59. package/dist/src/registry/registry.d.ts +52 -0
  60. package/dist/src/registry/registry.js +216 -0
  61. package/dist/src/schema/pricing.d.ts +191 -0
  62. package/dist/src/schema/pricing.js +89 -0
  63. package/dist/src/server.d.ts +3 -0
  64. package/dist/src/server.js +32 -0
  65. package/dist/src/tools/compare-tools.d.ts +61 -0
  66. package/dist/src/tools/compare-tools.js +115 -0
  67. package/dist/src/tools/estimate-cost.d.ts +44 -0
  68. package/dist/src/tools/estimate-cost.js +61 -0
  69. package/dist/src/tools/find-cheapest.d.ts +54 -0
  70. package/dist/src/tools/find-cheapest.js +93 -0
  71. package/dist/src/tools/get-pricing.d.ts +51 -0
  72. package/dist/src/tools/get-pricing.js +23 -0
  73. package/dist/src/tools/search-tools.d.ts +55 -0
  74. package/dist/src/tools/search-tools.js +52 -0
  75. package/package.json +40 -0
@@ -0,0 +1,78 @@
1
+ {
2
+ "id": "sendgrid",
3
+ "name": "SendGrid",
4
+ "description": "Cloud-based email delivery platform for transactional and marketing emails with analytics and template management",
5
+ "url": "https://sendgrid.com",
6
+ "pricingUrl": "https://sendgrid.com/en-us/pricing",
7
+ "category": "email",
8
+ "tags": [],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "drop-in",
14
+ "openStandard": "SMTP",
15
+ "whatYouLose": "SendGrid email templates, analytics, dedicated IPs, subuser management"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Free",
20
+ "slug": "free",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": null,
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "emailsPerDay": 100
30
+ }
31
+ },
32
+ {
33
+ "name": "Essentials",
34
+ "slug": "essentials",
35
+ "pricingModel": "flat_rate",
36
+ "basePrice": 19.95,
37
+ "billingPeriod": "monthly",
38
+ "annualDiscount": null,
39
+ "seatPrice": null,
40
+ "usageMetrics": [],
41
+ "features": [],
42
+ "limits": {
43
+ "emailsPerMonth": 50000,
44
+ "teammates": 1,
45
+ "eventWebhooks": 2
46
+ }
47
+ },
48
+ {
49
+ "name": "Pro",
50
+ "slug": "pro",
51
+ "pricingModel": "flat_rate",
52
+ "basePrice": 89.95,
53
+ "billingPeriod": "monthly",
54
+ "annualDiscount": null,
55
+ "seatPrice": null,
56
+ "usageMetrics": [],
57
+ "features": [],
58
+ "limits": {
59
+ "emailsPerMonth": 100000,
60
+ "teammates": 1000,
61
+ "eventWebhooks": 5,
62
+ "emailValidations": 2500
63
+ }
64
+ },
65
+ {
66
+ "name": "Premier",
67
+ "slug": "premier",
68
+ "pricingModel": "custom",
69
+ "basePrice": null,
70
+ "billingPeriod": null,
71
+ "annualDiscount": null,
72
+ "seatPrice": null,
73
+ "usageMetrics": [],
74
+ "features": [],
75
+ "limits": {}
76
+ }
77
+ ]
78
+ }
@@ -0,0 +1,276 @@
1
+ {
2
+ "id": "sentry",
3
+ "name": "Sentry",
4
+ "description": "Application monitoring and error tracking platform with performance monitoring, session replay, and AI debugging",
5
+ "url": "https://sentry.io",
6
+ "pricingUrl": "https://docs.sentry.io/pricing.md",
7
+ "category": "monitoring",
8
+ "tags": [
9
+ "error-tracking",
10
+ "performance-monitoring",
11
+ "session-replay",
12
+ "profiling",
13
+ "tracing"
14
+ ],
15
+ "lastVerified": "2026-04-02",
16
+ "freshnessCategory": "volatile",
17
+ "currency": "USD",
18
+ "portability": {
19
+ "switchingCost": "moderate",
20
+ "openStandard": null,
21
+ "whatYouLose": "Sentry SDK integrations, session replay data, custom dashboards, alert configurations, Seer AI debugging"
22
+ },
23
+ "tiers": [
24
+ {
25
+ "name": "Developer",
26
+ "slug": "developer",
27
+ "pricingModel": "free",
28
+ "basePrice": 0,
29
+ "billingPeriod": "monthly",
30
+ "annualDiscount": null,
31
+ "seatPrice": null,
32
+ "usageMetrics": [
33
+ {
34
+ "name": "errors",
35
+ "pricePerUnit": 0,
36
+ "unitQuantity": 100,
37
+ "includedQuantity": 5000,
38
+ "unit": "events"
39
+ },
40
+ {
41
+ "name": "spans",
42
+ "pricePerUnit": 0,
43
+ "unitQuantity": 1000,
44
+ "includedQuantity": 5000000,
45
+ "unit": "events"
46
+ },
47
+ {
48
+ "name": "replays",
49
+ "pricePerUnit": 0,
50
+ "unitQuantity": 1,
51
+ "includedQuantity": 50,
52
+ "unit": "events"
53
+ }
54
+ ],
55
+ "features": [],
56
+ "limits": {
57
+ "users": 1
58
+ }
59
+ },
60
+ {
61
+ "name": "Team",
62
+ "slug": "team",
63
+ "pricingModel": "tiered",
64
+ "basePrice": 26,
65
+ "billingPeriod": "monthly",
66
+ "annualDiscount": null,
67
+ "seatPrice": null,
68
+ "usageMetrics": [
69
+ {
70
+ "name": "errors",
71
+ "pricePerUnit": 0.029,
72
+ "unitQuantity": 100,
73
+ "includedQuantity": 50000,
74
+ "tieredPricing": [
75
+ {
76
+ "upTo": 50000,
77
+ "pricePerUnit": 0
78
+ },
79
+ {
80
+ "upTo": 100000,
81
+ "pricePerUnit": 0.029
82
+ },
83
+ {
84
+ "upTo": 500000,
85
+ "pricePerUnit": 0.0175
86
+ },
87
+ {
88
+ "upTo": 10000000,
89
+ "pricePerUnit": 0.015
90
+ },
91
+ {
92
+ "upTo": 20000000,
93
+ "pricePerUnit": 0.013
94
+ },
95
+ {
96
+ "upTo": null,
97
+ "pricePerUnit": 0.012
98
+ }
99
+ ],
100
+ "unit": "events"
101
+ },
102
+ {
103
+ "name": "spans",
104
+ "pricePerUnit": 0.0016,
105
+ "unitQuantity": 1000,
106
+ "includedQuantity": 5000000,
107
+ "tieredPricing": [
108
+ {
109
+ "upTo": 5000000,
110
+ "pricePerUnit": 0
111
+ },
112
+ {
113
+ "upTo": 100000000,
114
+ "pricePerUnit": 0.0016
115
+ },
116
+ {
117
+ "upTo": null,
118
+ "pricePerUnit": 0.0014
119
+ }
120
+ ],
121
+ "unit": "events"
122
+ },
123
+ {
124
+ "name": "replays",
125
+ "pricePerUnit": 0.003,
126
+ "unitQuantity": 1,
127
+ "includedQuantity": 50,
128
+ "tieredPricing": [
129
+ {
130
+ "upTo": 50,
131
+ "pricePerUnit": 0
132
+ },
133
+ {
134
+ "upTo": 5000,
135
+ "pricePerUnit": 0.003
136
+ },
137
+ {
138
+ "upTo": 100000,
139
+ "pricePerUnit": 0.00285
140
+ },
141
+ {
142
+ "upTo": 900000,
143
+ "pricePerUnit": 0.002565
144
+ },
145
+ {
146
+ "upTo": 4500000,
147
+ "pricePerUnit": 0.002309
148
+ },
149
+ {
150
+ "upTo": null,
151
+ "pricePerUnit": 0.001962
152
+ }
153
+ ],
154
+ "unit": "events"
155
+ }
156
+ ],
157
+ "features": [],
158
+ "limits": {
159
+ "metricAlerts": 20,
160
+ "customDashboards": 20
161
+ }
162
+ },
163
+ {
164
+ "name": "Business",
165
+ "slug": "business",
166
+ "pricingModel": "tiered",
167
+ "basePrice": 80,
168
+ "billingPeriod": "monthly",
169
+ "annualDiscount": null,
170
+ "seatPrice": null,
171
+ "usageMetrics": [
172
+ {
173
+ "name": "errors",
174
+ "pricePerUnit": 0.089,
175
+ "unitQuantity": 100,
176
+ "includedQuantity": 50000,
177
+ "tieredPricing": [
178
+ {
179
+ "upTo": 50000,
180
+ "pricePerUnit": 0
181
+ },
182
+ {
183
+ "upTo": 100000,
184
+ "pricePerUnit": 0.089
185
+ },
186
+ {
187
+ "upTo": 500000,
188
+ "pricePerUnit": 0.05
189
+ },
190
+ {
191
+ "upTo": 10000000,
192
+ "pricePerUnit": 0.03
193
+ },
194
+ {
195
+ "upTo": 20000000,
196
+ "pricePerUnit": 0.026
197
+ },
198
+ {
199
+ "upTo": null,
200
+ "pricePerUnit": 0.024
201
+ }
202
+ ],
203
+ "unit": "events"
204
+ },
205
+ {
206
+ "name": "spans",
207
+ "pricePerUnit": 0.0032,
208
+ "unitQuantity": 1000,
209
+ "includedQuantity": 5000000,
210
+ "tieredPricing": [
211
+ {
212
+ "upTo": 5000000,
213
+ "pricePerUnit": 0
214
+ },
215
+ {
216
+ "upTo": 100000000,
217
+ "pricePerUnit": 0.0032
218
+ },
219
+ {
220
+ "upTo": null,
221
+ "pricePerUnit": 0.0029
222
+ }
223
+ ],
224
+ "unit": "events"
225
+ },
226
+ {
227
+ "name": "replays",
228
+ "pricePerUnit": 0.003,
229
+ "unitQuantity": 1,
230
+ "includedQuantity": 50,
231
+ "tieredPricing": [
232
+ {
233
+ "upTo": 50,
234
+ "pricePerUnit": 0
235
+ },
236
+ {
237
+ "upTo": 5000,
238
+ "pricePerUnit": 0.003
239
+ },
240
+ {
241
+ "upTo": 100000,
242
+ "pricePerUnit": 0.00285
243
+ },
244
+ {
245
+ "upTo": 900000,
246
+ "pricePerUnit": 0.002565
247
+ },
248
+ {
249
+ "upTo": 4500000,
250
+ "pricePerUnit": 0.002309
251
+ },
252
+ {
253
+ "upTo": null,
254
+ "pricePerUnit": 0.001962
255
+ }
256
+ ],
257
+ "unit": "events"
258
+ }
259
+ ],
260
+ "features": [],
261
+ "limits": {}
262
+ },
263
+ {
264
+ "name": "Enterprise",
265
+ "slug": "enterprise",
266
+ "pricingModel": "custom",
267
+ "basePrice": null,
268
+ "billingPeriod": null,
269
+ "annualDiscount": null,
270
+ "seatPrice": null,
271
+ "usageMetrics": [],
272
+ "features": [],
273
+ "limits": {}
274
+ }
275
+ ]
276
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "id": "statsig",
3
+ "name": "Statsig",
4
+ "description": "Feature flagging and experimentation platform with warehouse-native integrations and product analytics",
5
+ "url": "https://statsig.com",
6
+ "pricingUrl": "https://statsig.com/pricing",
7
+ "category": "feature-flags",
8
+ "tags": [],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "moderate",
14
+ "openStandard": null,
15
+ "whatYouLose": "Statsig console, experiment analysis, metric definitions, warehouse-native integrations"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Free",
20
+ "slug": "free",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": null,
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "eventsPerMonth": 1000000,
30
+ "seats": 5,
31
+ "featureFlags": 10,
32
+ "experiments": 3
33
+ }
34
+ },
35
+ {
36
+ "name": "Pro",
37
+ "slug": "pro",
38
+ "pricingModel": "usage_based",
39
+ "basePrice": 150,
40
+ "billingPeriod": null,
41
+ "annualDiscount": null,
42
+ "seatPrice": null,
43
+ "usageMetrics": [
44
+ {
45
+ "name": "events",
46
+ "unit": "events",
47
+ "pricePerUnit": 0.03,
48
+ "unitQuantity": 1000,
49
+ "includedQuantity": 50000000
50
+ }
51
+ ],
52
+ "features": [],
53
+ "limits": {
54
+ "eventsPerMonth": 50000000
55
+ }
56
+ },
57
+ {
58
+ "name": "Enterprise",
59
+ "slug": "enterprise",
60
+ "pricingModel": "custom",
61
+ "basePrice": null,
62
+ "billingPeriod": null,
63
+ "annualDiscount": null,
64
+ "seatPrice": null,
65
+ "usageMetrics": [],
66
+ "features": [],
67
+ "limits": {}
68
+ }
69
+ ]
70
+ }
@@ -0,0 +1,121 @@
1
+ {
2
+ "id": "storyblok",
3
+ "name": "Storyblok",
4
+ "description": "Headless CMS with a visual editor, component-based content management, and multi-language support",
5
+ "url": "https://storyblok.com",
6
+ "pricingUrl": "https://www.storyblok.com/pricing",
7
+ "category": "cms",
8
+ "tags": [],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "significant",
14
+ "openStandard": null,
15
+ "whatYouLose": "Storyblok Visual Editor, component-based content, release management, custom workflows"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Starter",
20
+ "slug": "starter",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": null,
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "users": 1,
30
+ "maxUsers": 2,
31
+ "spaces": 1,
32
+ "apiRequestsPerMonth": 100000,
33
+ "trafficGbPerMonth": 100,
34
+ "locales": 2,
35
+ "aiCreditsPerMonth": 25000
36
+ }
37
+ },
38
+ {
39
+ "name": "Growth",
40
+ "slug": "growth",
41
+ "pricingModel": "hybrid",
42
+ "basePrice": 99,
43
+ "billingPeriod": "monthly",
44
+ "annualDiscount": 8,
45
+ "seatPrice": null,
46
+ "usageMetrics": [
47
+ {
48
+ "name": "api-requests",
49
+ "unit": "requests",
50
+ "pricePerUnit": 10,
51
+ "unitQuantity": 1000000,
52
+ "includedQuantity": 1000000
53
+ },
54
+ {
55
+ "name": "traffic",
56
+ "unit": "GB",
57
+ "pricePerUnit": 75,
58
+ "unitQuantity": 250,
59
+ "includedQuantity": 400
60
+ }
61
+ ],
62
+ "features": [],
63
+ "limits": {
64
+ "users": 5,
65
+ "maxUsers": 10,
66
+ "spaces": 1,
67
+ "apiRequestsPerMonth": 1000000,
68
+ "trafficGbPerMonth": 400,
69
+ "locales": 2,
70
+ "aiCreditsPerMonth": 100000
71
+ }
72
+ },
73
+ {
74
+ "name": "Growth Plus",
75
+ "slug": "growth-plus",
76
+ "pricingModel": "hybrid",
77
+ "basePrice": 349,
78
+ "billingPeriod": "monthly",
79
+ "annualDiscount": 8,
80
+ "seatPrice": null,
81
+ "usageMetrics": [
82
+ {
83
+ "name": "api-requests",
84
+ "unit": "requests",
85
+ "pricePerUnit": 10,
86
+ "unitQuantity": 1000000,
87
+ "includedQuantity": 4000000
88
+ },
89
+ {
90
+ "name": "traffic",
91
+ "unit": "GB",
92
+ "pricePerUnit": 75,
93
+ "unitQuantity": 250,
94
+ "includedQuantity": 1000
95
+ }
96
+ ],
97
+ "features": [],
98
+ "limits": {
99
+ "users": 15,
100
+ "maxUsers": 20,
101
+ "spaces": 1,
102
+ "apiRequestsPerMonth": 4000000,
103
+ "trafficGbPerMonth": 1000,
104
+ "locales": 10,
105
+ "aiCreditsPerMonth": 200000
106
+ }
107
+ },
108
+ {
109
+ "name": "Premium",
110
+ "slug": "premium",
111
+ "pricingModel": "custom",
112
+ "basePrice": null,
113
+ "billingPeriod": null,
114
+ "annualDiscount": null,
115
+ "seatPrice": null,
116
+ "usageMetrics": [],
117
+ "features": [],
118
+ "limits": {}
119
+ }
120
+ ]
121
+ }
@@ -0,0 +1,46 @@
1
+ {
2
+ "id": "stripe",
3
+ "name": "Stripe",
4
+ "description": "Payment processing platform for online businesses with APIs for payments, subscriptions, billing, and financial services",
5
+ "url": "https://stripe.com",
6
+ "pricingUrl": "https://stripe.com/pricing",
7
+ "category": "payments",
8
+ "tags": ["payments", "billing", "subscriptions", "fintech"],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "significant",
14
+ "openStandard": null,
15
+ "whatYouLose": "Stripe.js, Elements UI components, Connect platform, Billing/Invoicing, customer payment methods on file"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Standard",
20
+ "slug": "standard",
21
+ "pricingModel": "usage_based",
22
+ "basePrice": 0,
23
+ "billingPeriod": "monthly",
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "transactionFeePercent": 2.9,
30
+ "transactionFeeFixedCents": 30
31
+ }
32
+ },
33
+ {
34
+ "name": "Enterprise / Custom",
35
+ "slug": "enterprise",
36
+ "pricingModel": "custom",
37
+ "basePrice": null,
38
+ "billingPeriod": null,
39
+ "annualDiscount": null,
40
+ "seatPrice": null,
41
+ "usageMetrics": [],
42
+ "features": [],
43
+ "limits": {}
44
+ }
45
+ ]
46
+ }
@@ -0,0 +1,100 @@
1
+ {
2
+ "id": "supabase",
3
+ "name": "Supabase",
4
+ "description": "Open-source Firebase alternative with PostgreSQL database, authentication, realtime subscriptions, edge functions, and storage",
5
+ "url": "https://supabase.com",
6
+ "pricingUrl": "https://supabase.com/pricing",
7
+ "category": "database",
8
+ "tags": ["database", "postgresql", "auth", "realtime", "baas"],
9
+ "lastVerified": "2026-04-03",
10
+ "freshnessCategory": "volatile",
11
+ "currency": "USD",
12
+ "portability": {
13
+ "switchingCost": "drop-in",
14
+ "openStandard": "PostgreSQL wire protocol",
15
+ "whatYouLose": "Supabase Auth, Realtime, Edge Functions, Storage, Dashboard, row-level security helpers"
16
+ },
17
+ "tiers": [
18
+ {
19
+ "name": "Free",
20
+ "slug": "free",
21
+ "pricingModel": "free",
22
+ "basePrice": 0,
23
+ "billingPeriod": "monthly",
24
+ "annualDiscount": null,
25
+ "seatPrice": null,
26
+ "usageMetrics": [],
27
+ "features": [],
28
+ "limits": {
29
+ "databaseMB": 500,
30
+ "fileStorageMB": 1024,
31
+ "monthlyActiveUsers": 50000,
32
+ "bandwidthMB": 512,
33
+ "projects": 2
34
+ }
35
+ },
36
+ {
37
+ "name": "Pro",
38
+ "slug": "pro",
39
+ "pricingModel": "usage_based",
40
+ "basePrice": 25,
41
+ "billingPeriod": "monthly",
42
+ "annualDiscount": null,
43
+ "seatPrice": null,
44
+ "usageMetrics": [
45
+ {
46
+ "name": "Database Storage Overage",
47
+ "unit": "GB",
48
+ "pricePerUnit": 0.125,
49
+ "unitQuantity": 1,
50
+ "includedQuantity": 8
51
+ },
52
+ {
53
+ "name": "File Storage Overage",
54
+ "unit": "GB",
55
+ "pricePerUnit": 0.021,
56
+ "unitQuantity": 1,
57
+ "includedQuantity": 100
58
+ },
59
+ {
60
+ "name": "Bandwidth Overage",
61
+ "unit": "GB",
62
+ "pricePerUnit": 0.09,
63
+ "unitQuantity": 1,
64
+ "includedQuantity": 250
65
+ }
66
+ ],
67
+ "features": [],
68
+ "limits": {
69
+ "databaseGB": 8,
70
+ "fileStorageGB": 100,
71
+ "monthlyActiveUsers": 100000,
72
+ "bandwidthGB": 250
73
+ }
74
+ },
75
+ {
76
+ "name": "Team",
77
+ "slug": "team",
78
+ "pricingModel": "flat_rate",
79
+ "basePrice": 599,
80
+ "billingPeriod": "monthly",
81
+ "annualDiscount": null,
82
+ "seatPrice": null,
83
+ "usageMetrics": [],
84
+ "features": [],
85
+ "limits": {}
86
+ },
87
+ {
88
+ "name": "Enterprise",
89
+ "slug": "enterprise",
90
+ "pricingModel": "custom",
91
+ "basePrice": null,
92
+ "billingPeriod": null,
93
+ "annualDiscount": null,
94
+ "seatPrice": null,
95
+ "usageMetrics": [],
96
+ "features": [],
97
+ "limits": {}
98
+ }
99
+ ]
100
+ }