Skip to content

Commit 92c1a57

Browse files
committed
Lower Chart Kit Pro annual pricing
1 parent efbe0b1 commit 92c1a57

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

apps/site/src/components/Pricing.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const proTiers = [
1010
productId: "f522fac9-b6d5-4e60-8c6f-35c1c10827c9",
1111
buttonLabel: "1 dev",
1212
name: "Solo",
13-
price: "$149",
13+
price: "$49",
1414
cadence: "/ year",
1515
description: "For solo devs and independent apps.",
1616
cta: "Get Solo",
@@ -27,7 +27,7 @@ const proTiers = [
2727
productId: "f2a31f7f-5719-4103-8406-3caad5d14843",
2828
buttonLabel: "2-3 devs",
2929
name: "Startup",
30-
price: "$399",
30+
price: "$149",
3131
cadence: "/ year",
3232
description: "For small teams shipping one app.",
3333
cta: "Get Startup",
@@ -44,7 +44,7 @@ const proTiers = [
4444
productId: "54c32948-3865-400b-991f-f14ffd0692fb",
4545
buttonLabel: "4-6 devs",
4646
name: "Business",
47-
price: "$1,499",
47+
price: "$499",
4848
cadence: "/ year",
4949
description: "For growing teams and multiple apps.",
5050
cta: "Get Business",

apps/site/src/pages/terms.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import LegalLayout from "../layouts/LegalLayout.astro";
33
4-
const updated = "July 1, 2026";
4+
const updated = "July 15, 2026";
55
---
66

77
<LegalLayout
@@ -76,23 +76,23 @@ const updated = "July 1, 2026";
7676
<td
7777
>1 developer, 1 production app, revenue or funding cap of $250k.</td
7878
>
79-
<td>$149 / year</td>
79+
<td>$49 / year</td>
8080
</tr>
8181
<tr>
8282
<td>Startup</td>
8383
<td
8484
>Up to 3 developers, 1 production app, revenue or funding cap of
8585
$2M.</td
8686
>
87-
<td>$399 / year</td>
87+
<td>$149 / year</td>
8888
</tr>
8989
<tr>
9090
<td>Business</td>
9191
<td
9292
>Up to 6 developers, up to 2 production apps, no revenue or funding
9393
cap.</td
9494
>
95-
<td>$1,499 / year</td>
95+
<td>$499 / year</td>
9696
</tr>
9797
<tr>
9898
<td>Enterprise</td>

docs/charts/pricing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Enterprise for larger teams, custom terms, or broader distribution rights.
1111

1212
## Pro license tiers
1313

14-
| Plan | Price | Team scope | App scope | Company scope | Support |
15-
| ---------- | ------------- | ----------------------------- | --------------------------------- | ------------------------------------ | ---------------------- |
16-
| Solo | $149 / year | 1 developer | 1 production app | Revenue/funding cap: $250k | Standard email support |
17-
| Startup | $399 / year | Up to 3 developers | 1 production app | Revenue/funding cap: $2M | Standard email support |
18-
| Business | $1,499 / year | Up to 6 developers | Up to 2 production apps | No revenue/funding cap | Priority email support |
19-
| Enterprise | Custom | 7+ developers or custom scope | Multiple products or app families | Purchasing workflows or custom terms | Named support contact |
14+
| Plan | Price | Team scope | App scope | Company scope | Support |
15+
| ---------- | ----------- | ----------------------------- | --------------------------------- | ------------------------------------ | ---------------------- |
16+
| Solo | $49 / year | 1 developer | 1 production app | Revenue/funding cap: $250k | Standard email support |
17+
| Startup | $149 / year | Up to 3 developers | 1 production app | Revenue/funding cap: $2M | Standard email support |
18+
| Business | $499 / year | Up to 6 developers | Up to 2 production apps | No revenue/funding cap | Priority email support |
19+
| Enterprise | Custom | 7+ developers or custom scope | Multiple products or app families | Purchasing workflows or custom terms | Named support contact |
2020

2121
Need SDK, white-label, embedded, or customer-distributed use? Contact sales for
2222
OEM terms.

0 commit comments

Comments
 (0)