From 83f4f285969c4f76961f2b0ab9b157cd1f20ab6a Mon Sep 17 00:00:00 2001 From: Manas Srivastava Date: Fri, 15 May 2026 09:22:40 +0530 Subject: [PATCH] PricingGrid(hobby_plus): drop multi-env claim, surface storage instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit W12 pricing pass (2026-05-15): multi-env vault is now Pro+. Hobby Plus's feature list on the dashboard upsell surface (BillingPage PricingGrid) no longer claims "multi-env" — instead surfaces the real differentiators vs Hobby: 10x Mongo (100 MB -> 1 GB), 10x object storage (512 MB -> 5 GB), 2 deployments + custom domain, 1-click restore. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/PricingGrid.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/PricingGrid.tsx b/src/components/PricingGrid.tsx index 6302cde..83fc92c 100644 --- a/src/components/PricingGrid.tsx +++ b/src/components/PricingGrid.tsx @@ -113,9 +113,11 @@ export const PRICING_GRID_TIERS: TierDefinition[] = [ ], upgradesTo: 'hobby_plus', }, - // hobby_plus (W11) — $19/mo mid-step between Hobby and Pro. Headline - // differentiators vs hobby: 2 deployments, custom domains, multi-env - // vault (dev/staging/prod), 5 GB object storage, self-serve restore. + // hobby_plus — $19/mo mid-step between Hobby and Pro. + // 2026-05-15 (W12 pricing pass): multi-env vault rolled back to Pro+, + // so hobby_plus's differentiators vs hobby are now storage (10× Mongo, + // 10× object), 2 deployments, custom domain, and self-serve restore — + // not multi-env. { key: 'hobby_plus', label: 'Hobby Plus', @@ -129,9 +131,9 @@ export const PRICING_GRID_TIERS: TierDefinition[] = [ features: [ { text: '1 GB Postgres · 8 conn' }, { text: '50 MB Redis' }, - { text: '1 GB MongoDB · 5 conn' }, + { text: '1 GB MongoDB · 5 conn · 5 GB object storage' }, { text: '2 deployments · custom domain' }, - { text: '50 vault entries · multi-env' }, + { text: '50 vault entries · production env' }, { text: '14-day backups · 1-click restore' }, ], upgradesTo: 'pro',