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
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "amplitude",
|
|
3
|
+
"name": "Amplitude",
|
|
4
|
+
"description": "Product analytics platform for tracking user behavior, running experiments, and optimizing digital products",
|
|
5
|
+
"url": "https://amplitude.com",
|
|
6
|
+
"pricingUrl": "https://amplitude.com/pricing",
|
|
7
|
+
"category": "analytics",
|
|
8
|
+
"tags": [],
|
|
9
|
+
"lastVerified": "2026-04-03",
|
|
10
|
+
"freshnessCategory": "volatile",
|
|
11
|
+
"currency": "USD",
|
|
12
|
+
"portability": {
|
|
13
|
+
"switchingCost": "moderate",
|
|
14
|
+
"openStandard": null,
|
|
15
|
+
"whatYouLose": "Amplitude charts, cohorts, experiment analysis, data taxonomy"
|
|
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
|
+
"mtus": 10000,
|
|
30
|
+
"eventsPerMonth": 10000000
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "Plus",
|
|
35
|
+
"slug": "plus",
|
|
36
|
+
"pricingModel": "flat_rate",
|
|
37
|
+
"basePrice": 49,
|
|
38
|
+
"billingPeriod": "annual",
|
|
39
|
+
"annualDiscount": null,
|
|
40
|
+
"seatPrice": null,
|
|
41
|
+
"usageMetrics": [],
|
|
42
|
+
"features": [],
|
|
43
|
+
"limits": {
|
|
44
|
+
"mtus": 300000,
|
|
45
|
+
"eventsPerMonth": 25000000
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "Growth",
|
|
50
|
+
"slug": "growth",
|
|
51
|
+
"pricingModel": "custom",
|
|
52
|
+
"basePrice": null,
|
|
53
|
+
"billingPeriod": null,
|
|
54
|
+
"annualDiscount": null,
|
|
55
|
+
"seatPrice": null,
|
|
56
|
+
"usageMetrics": [],
|
|
57
|
+
"features": [],
|
|
58
|
+
"limits": {}
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "Enterprise",
|
|
62
|
+
"slug": "enterprise",
|
|
63
|
+
"pricingModel": "custom",
|
|
64
|
+
"basePrice": null,
|
|
65
|
+
"billingPeriod": null,
|
|
66
|
+
"annualDiscount": null,
|
|
67
|
+
"seatPrice": null,
|
|
68
|
+
"usageMetrics": [],
|
|
69
|
+
"features": [],
|
|
70
|
+
"limits": {}
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "auth0-b2b",
|
|
3
|
+
"name": "Auth0 (B2B)",
|
|
4
|
+
"description": "Flexible authentication and authorization platform for B2B applications, by Okta",
|
|
5
|
+
"url": "https://auth0.com",
|
|
6
|
+
"pricingUrl": "https://auth0.com/pricing.md",
|
|
7
|
+
"category": "auth",
|
|
8
|
+
"tags": [
|
|
9
|
+
"authentication",
|
|
10
|
+
"authorization",
|
|
11
|
+
"sso",
|
|
12
|
+
"mfa",
|
|
13
|
+
"b2b",
|
|
14
|
+
"oauth",
|
|
15
|
+
"oidc"
|
|
16
|
+
],
|
|
17
|
+
"lastVerified": "2026-04-02",
|
|
18
|
+
"freshnessCategory": "volatile",
|
|
19
|
+
"currency": "USD",
|
|
20
|
+
"portability": {
|
|
21
|
+
"switchingCost": "significant",
|
|
22
|
+
"openStandard": "OAuth 2.0 / OIDC",
|
|
23
|
+
"whatYouLose": "Auth0 SDKs, Actions/Forms extensibility, Universal Login customization, user database and migration tooling, organization model"
|
|
24
|
+
},
|
|
25
|
+
"tiers": [
|
|
26
|
+
{
|
|
27
|
+
"name": "Free",
|
|
28
|
+
"slug": "free",
|
|
29
|
+
"pricingModel": "free",
|
|
30
|
+
"basePrice": 0,
|
|
31
|
+
"billingPeriod": "monthly",
|
|
32
|
+
"annualDiscount": null,
|
|
33
|
+
"seatPrice": null,
|
|
34
|
+
"usageMetrics": [
|
|
35
|
+
{
|
|
36
|
+
"name": "MAUs",
|
|
37
|
+
"pricePerUnit": 0,
|
|
38
|
+
"unitQuantity": 1000,
|
|
39
|
+
"includedQuantity": 25000,
|
|
40
|
+
"unit": "MAUs"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"features": [],
|
|
44
|
+
"limits": {
|
|
45
|
+
"MAUs": 25000,
|
|
46
|
+
"organizations": 5,
|
|
47
|
+
"enterpriseConnections": 1,
|
|
48
|
+
"m2mTokens": 1000,
|
|
49
|
+
"tenants": 1,
|
|
50
|
+
"adminContributors": 3,
|
|
51
|
+
"logRetentionDays": 1,
|
|
52
|
+
"actionsAndForms": 5
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "B2B Essentials",
|
|
57
|
+
"slug": "b2b-essentials",
|
|
58
|
+
"pricingModel": "tiered",
|
|
59
|
+
"basePrice": 150,
|
|
60
|
+
"billingPeriod": "monthly",
|
|
61
|
+
"annualDiscount": 8.33,
|
|
62
|
+
"seatPrice": null,
|
|
63
|
+
"usageMetrics": [
|
|
64
|
+
{
|
|
65
|
+
"name": "MAUs",
|
|
66
|
+
"pricePerUnit": 300,
|
|
67
|
+
"unitQuantity": 1000,
|
|
68
|
+
"includedQuantity": 500,
|
|
69
|
+
"tieredPricing": [
|
|
70
|
+
{
|
|
71
|
+
"upTo": 500,
|
|
72
|
+
"pricePerUnit": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"upTo": 1000,
|
|
76
|
+
"pricePerUnit": 300
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"upTo": 5000,
|
|
80
|
+
"pricePerUnit": 280
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"upTo": 10000,
|
|
84
|
+
"pricePerUnit": 260
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"upTo": 20000,
|
|
88
|
+
"pricePerUnit": 190
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"upTo": null,
|
|
92
|
+
"pricePerUnit": 190
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"unit": "MAUs"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"features": [],
|
|
99
|
+
"limits": {
|
|
100
|
+
"enterpriseConnections": 3,
|
|
101
|
+
"m2mTokens": 1000,
|
|
102
|
+
"tenants": 3,
|
|
103
|
+
"logRetentionDays": 5,
|
|
104
|
+
"logStreams": 1,
|
|
105
|
+
"actionsAndForms": 10
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"name": "B2B Professional",
|
|
110
|
+
"slug": "b2b-professional",
|
|
111
|
+
"pricingModel": "tiered",
|
|
112
|
+
"basePrice": 800,
|
|
113
|
+
"billingPeriod": "monthly",
|
|
114
|
+
"annualDiscount": 8.33,
|
|
115
|
+
"seatPrice": null,
|
|
116
|
+
"usageMetrics": [
|
|
117
|
+
{
|
|
118
|
+
"name": "MAUs",
|
|
119
|
+
"pricePerUnit": 800,
|
|
120
|
+
"unitQuantity": 1000,
|
|
121
|
+
"includedQuantity": 500,
|
|
122
|
+
"tieredPricing": [
|
|
123
|
+
{
|
|
124
|
+
"upTo": 500,
|
|
125
|
+
"pricePerUnit": 0
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"upTo": 2500,
|
|
129
|
+
"pricePerUnit": 240
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"upTo": 5000,
|
|
133
|
+
"pricePerUnit": 300
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"upTo": 10000,
|
|
137
|
+
"pricePerUnit": 240
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"upTo": null,
|
|
141
|
+
"pricePerUnit": 240
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"unit": "MAUs"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"features": [],
|
|
148
|
+
"limits": {
|
|
149
|
+
"enterpriseConnections": 5,
|
|
150
|
+
"m2mTokens": 5000,
|
|
151
|
+
"tenants": 12,
|
|
152
|
+
"logRetentionDays": 10,
|
|
153
|
+
"logStreams": 2,
|
|
154
|
+
"actionsAndForms": 15
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "Enterprise",
|
|
159
|
+
"slug": "enterprise",
|
|
160
|
+
"pricingModel": "custom",
|
|
161
|
+
"basePrice": null,
|
|
162
|
+
"billingPeriod": null,
|
|
163
|
+
"annualDiscount": null,
|
|
164
|
+
"seatPrice": null,
|
|
165
|
+
"usageMetrics": [],
|
|
166
|
+
"features": [],
|
|
167
|
+
"limits": {
|
|
168
|
+
"m2mTokens": 5000,
|
|
169
|
+
"logRetentionDays": 30,
|
|
170
|
+
"logStreams": 2,
|
|
171
|
+
"actionsAndForms": 30
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
}
|
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "auth0-b2c",
|
|
3
|
+
"name": "Auth0 (B2C)",
|
|
4
|
+
"description": "Flexible authentication and authorization platform for B2C applications, by Okta",
|
|
5
|
+
"url": "https://auth0.com",
|
|
6
|
+
"pricingUrl": "https://auth0.com/pricing.md",
|
|
7
|
+
"category": "auth",
|
|
8
|
+
"tags": [
|
|
9
|
+
"authentication",
|
|
10
|
+
"authorization",
|
|
11
|
+
"sso",
|
|
12
|
+
"mfa",
|
|
13
|
+
"b2c",
|
|
14
|
+
"oauth",
|
|
15
|
+
"oidc"
|
|
16
|
+
],
|
|
17
|
+
"lastVerified": "2026-04-02",
|
|
18
|
+
"freshnessCategory": "volatile",
|
|
19
|
+
"currency": "USD",
|
|
20
|
+
"portability": {
|
|
21
|
+
"switchingCost": "significant",
|
|
22
|
+
"openStandard": "OAuth 2.0 / OIDC",
|
|
23
|
+
"whatYouLose": "Auth0 SDKs, Actions/Forms extensibility, Universal Login customization, user database and migration tooling, organization model"
|
|
24
|
+
},
|
|
25
|
+
"tiers": [
|
|
26
|
+
{
|
|
27
|
+
"name": "Free",
|
|
28
|
+
"slug": "free",
|
|
29
|
+
"pricingModel": "free",
|
|
30
|
+
"basePrice": 0,
|
|
31
|
+
"billingPeriod": "monthly",
|
|
32
|
+
"annualDiscount": null,
|
|
33
|
+
"seatPrice": null,
|
|
34
|
+
"usageMetrics": [
|
|
35
|
+
{
|
|
36
|
+
"name": "MAUs",
|
|
37
|
+
"pricePerUnit": 0,
|
|
38
|
+
"unitQuantity": 1000,
|
|
39
|
+
"includedQuantity": 25000,
|
|
40
|
+
"unit": "MAUs"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"features": [],
|
|
44
|
+
"limits": {
|
|
45
|
+
"MAUs": 25000,
|
|
46
|
+
"organizations": 5,
|
|
47
|
+
"enterpriseConnections": 1,
|
|
48
|
+
"m2mTokens": 1000,
|
|
49
|
+
"tenants": 1,
|
|
50
|
+
"adminContributors": 3,
|
|
51
|
+
"logRetentionDays": 1,
|
|
52
|
+
"actionsAndForms": 5
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"name": "B2C Essentials",
|
|
57
|
+
"slug": "b2c-essentials",
|
|
58
|
+
"pricingModel": "tiered",
|
|
59
|
+
"basePrice": 35,
|
|
60
|
+
"billingPeriod": "monthly",
|
|
61
|
+
"annualDiscount": 8.33,
|
|
62
|
+
"seatPrice": null,
|
|
63
|
+
"usageMetrics": [
|
|
64
|
+
{
|
|
65
|
+
"name": "MAUs",
|
|
66
|
+
"pricePerUnit": 70,
|
|
67
|
+
"unitQuantity": 1000,
|
|
68
|
+
"includedQuantity": 500,
|
|
69
|
+
"tieredPricing": [
|
|
70
|
+
{
|
|
71
|
+
"upTo": 500,
|
|
72
|
+
"pricePerUnit": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"upTo": 1000,
|
|
76
|
+
"pricePerUnit": 70
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"upTo": 2500,
|
|
80
|
+
"pricePerUnit": 70
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"upTo": 5000,
|
|
84
|
+
"pricePerUnit": 70
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"upTo": 10000,
|
|
88
|
+
"pricePerUnit": 70
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"upTo": 50000,
|
|
92
|
+
"pricePerUnit": 70
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"upTo": null,
|
|
96
|
+
"pricePerUnit": 70
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"unit": "MAUs"
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"features": [],
|
|
103
|
+
"limits": {
|
|
104
|
+
"organizations": 10,
|
|
105
|
+
"m2mTokens": 1000,
|
|
106
|
+
"tenants": 3,
|
|
107
|
+
"logRetentionDays": 5,
|
|
108
|
+
"logStreams": 1,
|
|
109
|
+
"actionsAndForms": 10
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"name": "B2C Professional",
|
|
114
|
+
"slug": "b2c-professional",
|
|
115
|
+
"pricingModel": "tiered",
|
|
116
|
+
"basePrice": 240,
|
|
117
|
+
"billingPeriod": "monthly",
|
|
118
|
+
"annualDiscount": 8.33,
|
|
119
|
+
"seatPrice": null,
|
|
120
|
+
"usageMetrics": [
|
|
121
|
+
{
|
|
122
|
+
"name": "MAUs",
|
|
123
|
+
"pricePerUnit": 240,
|
|
124
|
+
"unitQuantity": 1000,
|
|
125
|
+
"includedQuantity": 500,
|
|
126
|
+
"tieredPricing": [
|
|
127
|
+
{
|
|
128
|
+
"upTo": 500,
|
|
129
|
+
"pricePerUnit": 0
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"upTo": 2500,
|
|
133
|
+
"pricePerUnit": 218
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"upTo": 5000,
|
|
137
|
+
"pricePerUnit": 200
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"upTo": 10000,
|
|
141
|
+
"pricePerUnit": 160
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"upTo": 20000,
|
|
145
|
+
"pricePerUnit": 160
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"upTo": null,
|
|
149
|
+
"pricePerUnit": 160
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"unit": "MAUs"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"features": [],
|
|
156
|
+
"limits": {
|
|
157
|
+
"organizations": 10,
|
|
158
|
+
"m2mTokens": 5000,
|
|
159
|
+
"tenants": 12,
|
|
160
|
+
"logRetentionDays": 10,
|
|
161
|
+
"logStreams": 2,
|
|
162
|
+
"actionsAndForms": 15
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"name": "Enterprise",
|
|
167
|
+
"slug": "enterprise",
|
|
168
|
+
"pricingModel": "custom",
|
|
169
|
+
"basePrice": null,
|
|
170
|
+
"billingPeriod": null,
|
|
171
|
+
"annualDiscount": null,
|
|
172
|
+
"seatPrice": null,
|
|
173
|
+
"usageMetrics": [],
|
|
174
|
+
"features": [],
|
|
175
|
+
"limits": {
|
|
176
|
+
"m2mTokens": 5000,
|
|
177
|
+
"logRetentionDays": 30,
|
|
178
|
+
"logStreams": 2,
|
|
179
|
+
"actionsAndForms": 30
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "buildkite",
|
|
3
|
+
"name": "Buildkite",
|
|
4
|
+
"description": "CI/CD platform for running fast, secure, and scalable pipelines on your own infrastructure or hosted agents",
|
|
5
|
+
"url": "https://buildkite.com",
|
|
6
|
+
"pricingUrl": "https://buildkite.com/docs/platform/pricing-and-plans.md",
|
|
7
|
+
"category": "ci-cd",
|
|
8
|
+
"tags": [
|
|
9
|
+
"ci-cd",
|
|
10
|
+
"continuous-integration",
|
|
11
|
+
"continuous-deployment",
|
|
12
|
+
"pipelines",
|
|
13
|
+
"self-hosted-runners"
|
|
14
|
+
],
|
|
15
|
+
"lastVerified": "2026-04-02",
|
|
16
|
+
"freshnessCategory": "volatile",
|
|
17
|
+
"currency": "USD",
|
|
18
|
+
"portability": {
|
|
19
|
+
"switchingCost": "moderate",
|
|
20
|
+
"openStandard": "YAML",
|
|
21
|
+
"whatYouLose": "Buildkite agent infrastructure, pipeline YAML config, Test Engine analytics, Package Registries, hosted agent minutes"
|
|
22
|
+
},
|
|
23
|
+
"tiers": [
|
|
24
|
+
{
|
|
25
|
+
"name": "Personal",
|
|
26
|
+
"slug": "personal",
|
|
27
|
+
"pricingModel": "free",
|
|
28
|
+
"basePrice": 0,
|
|
29
|
+
"billingPeriod": "monthly",
|
|
30
|
+
"annualDiscount": null,
|
|
31
|
+
"seatPrice": null,
|
|
32
|
+
"usageMetrics": [
|
|
33
|
+
{
|
|
34
|
+
"name": "hosted-agent-minutes",
|
|
35
|
+
"pricePerUnit": 0,
|
|
36
|
+
"unitQuantity": 1,
|
|
37
|
+
"includedQuantity": 500,
|
|
38
|
+
"unit": "minutes"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"name": "test-executions",
|
|
42
|
+
"pricePerUnit": 0,
|
|
43
|
+
"unitQuantity": 1,
|
|
44
|
+
"includedQuantity": 50000,
|
|
45
|
+
"unit": "executions"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"features": [],
|
|
49
|
+
"limits": {
|
|
50
|
+
"activeUsers": 1,
|
|
51
|
+
"concurrentJobs": 3,
|
|
52
|
+
"buildRetentionDays": 90,
|
|
53
|
+
"packageRegistriesStorageGB": 1,
|
|
54
|
+
"testEngineWorkflows": 1
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "Pro",
|
|
59
|
+
"slug": "pro",
|
|
60
|
+
"pricingModel": "per_seat",
|
|
61
|
+
"basePrice": 30,
|
|
62
|
+
"billingPeriod": "monthly",
|
|
63
|
+
"annualDiscount": null,
|
|
64
|
+
"seatPrice": 30,
|
|
65
|
+
"usageMetrics": [
|
|
66
|
+
{
|
|
67
|
+
"name": "hosted-agent-minutes",
|
|
68
|
+
"pricePerUnit": 0,
|
|
69
|
+
"unitQuantity": 1,
|
|
70
|
+
"includedQuantity": 2000,
|
|
71
|
+
"unit": "minutes"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "additional-agents",
|
|
75
|
+
"pricePerUnit": 2.5,
|
|
76
|
+
"unitQuantity": 1,
|
|
77
|
+
"includedQuantity": 10,
|
|
78
|
+
"unit": "agents"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"features": [],
|
|
82
|
+
"limits": {
|
|
83
|
+
"buildRetentionDays": 365,
|
|
84
|
+
"packageRegistriesStorageGB": 20,
|
|
85
|
+
"testEngineWorkflows": 3,
|
|
86
|
+
"managedTestsIncluded": 250
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "Enterprise",
|
|
91
|
+
"slug": "enterprise",
|
|
92
|
+
"pricingModel": "custom",
|
|
93
|
+
"basePrice": null,
|
|
94
|
+
"billingPeriod": null,
|
|
95
|
+
"annualDiscount": null,
|
|
96
|
+
"seatPrice": null,
|
|
97
|
+
"usageMetrics": [],
|
|
98
|
+
"features": [],
|
|
99
|
+
"limits": {
|
|
100
|
+
"buildRetentionDays": 365
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
]
|
|
104
|
+
}
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "checkly",
|
|
3
|
+
"name": "Checkly",
|
|
4
|
+
"description": "Monitoring platform for uptime checks, synthetic monitoring with Playwright, status pages, and AI root cause analysis",
|
|
5
|
+
"url": "https://www.checklyhq.com",
|
|
6
|
+
"pricingUrl": "https://checklyhq.com/pricing.md",
|
|
7
|
+
"category": "monitoring",
|
|
8
|
+
"tags": [
|
|
9
|
+
"monitoring",
|
|
10
|
+
"uptime",
|
|
11
|
+
"synthetic-monitoring",
|
|
12
|
+
"playwright",
|
|
13
|
+
"status-pages"
|
|
14
|
+
],
|
|
15
|
+
"lastVerified": "2026-04-02",
|
|
16
|
+
"freshnessCategory": "volatile",
|
|
17
|
+
"currency": "USD",
|
|
18
|
+
"portability": {
|
|
19
|
+
"switchingCost": "moderate",
|
|
20
|
+
"openStandard": "Playwright",
|
|
21
|
+
"whatYouLose": "Checkly-specific monitoring dashboards, alert integrations, global check locations"
|
|
22
|
+
},
|
|
23
|
+
"tiers": [
|
|
24
|
+
{
|
|
25
|
+
"name": "Hobby",
|
|
26
|
+
"slug": "hobby",
|
|
27
|
+
"pricingModel": "free",
|
|
28
|
+
"basePrice": 0,
|
|
29
|
+
"billingPeriod": "monthly",
|
|
30
|
+
"annualDiscount": null,
|
|
31
|
+
"seatPrice": null,
|
|
32
|
+
"usageMetrics": [],
|
|
33
|
+
"features": [],
|
|
34
|
+
"limits": {
|
|
35
|
+
"users": 1,
|
|
36
|
+
"uptimeMonitors": 10,
|
|
37
|
+
"browserCheckRuns": 1000,
|
|
38
|
+
"apiCheckRuns": 10000,
|
|
39
|
+
"statusPageServices": 20,
|
|
40
|
+
"statusPageSubscribers": 250,
|
|
41
|
+
"dashboards": 1,
|
|
42
|
+
"aiRcaInvocations": 10,
|
|
43
|
+
"publicLocations": 6,
|
|
44
|
+
"rawDataRetentionDays": 7,
|
|
45
|
+
"aggregatedDataRetentionDays": 30
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "Starter",
|
|
50
|
+
"slug": "starter",
|
|
51
|
+
"pricingModel": "flat_rate",
|
|
52
|
+
"basePrice": 60,
|
|
53
|
+
"billingPeriod": "monthly",
|
|
54
|
+
"annualDiscount": 20,
|
|
55
|
+
"seatPrice": null,
|
|
56
|
+
"usageMetrics": [],
|
|
57
|
+
"features": [],
|
|
58
|
+
"limits": {
|
|
59
|
+
"users": 3,
|
|
60
|
+
"uptimeMonitors": 50,
|
|
61
|
+
"browserCheckRuns": 3000,
|
|
62
|
+
"apiCheckRuns": 25000,
|
|
63
|
+
"statusPageServices": 25,
|
|
64
|
+
"statusPageSubscribers": 500,
|
|
65
|
+
"dashboards": 1,
|
|
66
|
+
"aiRcaInvocations": 50,
|
|
67
|
+
"publicLocations": 6,
|
|
68
|
+
"smsAlertsPerMonth": 100,
|
|
69
|
+
"rawDataRetentionDays": 7,
|
|
70
|
+
"aggregatedDataRetentionDays": 30
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "Team",
|
|
75
|
+
"slug": "team",
|
|
76
|
+
"pricingModel": "flat_rate",
|
|
77
|
+
"basePrice": 163,
|
|
78
|
+
"billingPeriod": "monthly",
|
|
79
|
+
"annualDiscount": 20,
|
|
80
|
+
"seatPrice": null,
|
|
81
|
+
"usageMetrics": [],
|
|
82
|
+
"features": [],
|
|
83
|
+
"limits": {
|
|
84
|
+
"users": 10,
|
|
85
|
+
"uptimeMonitors": 75,
|
|
86
|
+
"browserCheckRuns": 12000,
|
|
87
|
+
"apiCheckRuns": 100000,
|
|
88
|
+
"statusPageServices": 50,
|
|
89
|
+
"statusPageSubscribers": 1000,
|
|
90
|
+
"dashboards": 10,
|
|
91
|
+
"aiRcaInvocations": 150,
|
|
92
|
+
"publicLocations": 22,
|
|
93
|
+
"smsAlertsPerMonth": 200,
|
|
94
|
+
"phoneAlertsPerMonth": 200,
|
|
95
|
+
"rawDataRetentionDays": 30,
|
|
96
|
+
"aggregatedDataRetentionDays": 365
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "Enterprise",
|
|
101
|
+
"slug": "enterprise",
|
|
102
|
+
"pricingModel": "custom",
|
|
103
|
+
"basePrice": null,
|
|
104
|
+
"billingPeriod": null,
|
|
105
|
+
"annualDiscount": null,
|
|
106
|
+
"seatPrice": null,
|
|
107
|
+
"usageMetrics": [],
|
|
108
|
+
"features": [],
|
|
109
|
+
"limits": {}
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|