-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing-data.json
More file actions
94 lines (94 loc) · 4.32 KB
/
Copy pathpricing-data.json
File metadata and controls
94 lines (94 loc) · 4.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"cards": [
{
"id": "free",
"name": "Pay per execution",
"highlight": true,
"fixedPrice": "$0.01",
"fixedSubtitle": "Free to start. No commitments.",
"metricsLabel": "Includes per month",
"fixedMetrics": [
{ "label": "Executions", "value": "5,000" },
{ "label": "Gas credits", "value": "$1" }
],
"cta": {
"label": "Start building",
"href": "https://app.keeperhub.com/",
"variant": "primary",
"target": "_blank"
},
"footnote": "5,000 free / mo, then pay-as-you-go"
},
{
"id": "pro",
"name": "Pro",
"metricsLabel": "Includes per month",
"tiers": [
{ "key": "pro-25k", "executions": "25,000", "monthlyPrice": 49, "annualPrice": 39, "gas": "$5" },
{ "key": "pro-50k", "executions": "50,000", "monthlyPrice": 89, "annualPrice": 71, "gas": "$10" },
{ "key": "pro-100k", "executions": "100,000", "monthlyPrice": 149, "annualPrice": 119, "gas": "$15" }
],
"cta": {
"label": "Choose plan",
"href": "https://app.keeperhub.com/billing#plans-section",
"variant": "secondary"
},
"footnote": "$2/1K additional executions"
},
{
"id": "business",
"name": "Business",
"metricsLabel": "Includes per month",
"tiers": [
{ "key": "biz-250k", "executions": "250,000", "monthlyPrice": 299, "annualPrice": 239, "gas": "$25" },
{ "key": "biz-500k", "executions": "500,000", "monthlyPrice": 499, "annualPrice": 399, "gas": "$50" },
{ "key": "biz-1m", "executions": "1,000,000", "monthlyPrice": 899, "annualPrice": 719, "gas": "$75" }
],
"cta": {
"label": "Choose plan",
"href": "https://app.keeperhub.com/billing#plans-section",
"variant": "secondary"
},
"footnote": "$1.50/1K additional executions"
},
{
"id": "enterprise",
"name": "Enterprise",
"fixedPrice": "Custom",
"fixedSubtitle": "Custom everything",
"metricsLabel": "Includes per month",
"fixedMetrics": [
{ "label": "Executions", "value": "Custom" },
{ "label": "Gas credits", "value": "Custom" }
],
"cta": {
"label": "Talk to us",
"href": "mailto:human@keeperhub.com",
"variant": "secondary"
},
"footnote": "Custom overage terms"
}
],
"comparison": {
"columns": [
{ "key": "free", "label": "Pay per execution" },
{ "key": "pro", "label": "Pro" },
{ "key": "business", "label": "Business" },
{ "key": "enterprise", "label": "Enterprise", "highlight": true }
],
"rows": [
{ "label": "Executions / month", "cells": { "free": "5,000", "pro": { "value": "25,000", "gain": "+20,000" }, "business": { "value": "250,000", "gain": "+245,000" }, "enterprise": "Custom" } },
{ "label": "Per extra execution", "cells": { "free": "$0.01", "pro": "$0.0020", "business": "$0.0015", "enterprise": "Custom" } },
{ "label": "Sponsored gas", "cells": { "free": "$1/mo", "pro": { "value": "$5/mo", "gain": "+$4/mo" }, "business": { "value": "$25/mo", "gain": "+$24/mo" }, "enterprise": "Custom" } },
{ "label": "Chains", "cells": { "free": "All EVM + Solana", "pro": "All EVM + Solana", "business": "All EVM + Solana", "enterprise": "All EVM + Solana" } },
{ "label": "Triggers", "cells": { "free": "Standard", "pro": "Advanced", "business": "Advanced + Custom", "enterprise": "Custom" } },
{ "label": "API", "cells": { "free": "Rate-limited", "pro": "Full", "business": "Full", "enterprise": "Full" } },
{ "label": "Logs", "cells": { "free": "7 days", "pro": "30 days", "business": "90 days", "enterprise": "Custom" } },
{ "label": "Support", "cells": { "free": "Community", "pro": "Email", "business": "Dedicated", "enterprise": "Dedicated (1h)" } },
{ "label": "SLA", "cells": { "free": "—", "pro": "—", "business": "99.9%", "enterprise": "99.999%" } },
{ "label": "Builder", "cells": { "free": "Visual + AI", "pro": "Visual + AI", "business": "Visual + AI", "enterprise": "Visual + AI" } },
{ "label": "MCP Server", "cells": { "free": "Included", "pro": "Included", "business": "Included", "enterprise": "Included" } },
{ "label": "Ops team", "cells": { "free": "—", "pro": "—", "business": "—", "enterprise": "Dedicated" } }
]
}
}