You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /pricing route (app/(marketing)/pricing/page.tsx) exists and builds
fine — `pnpm --filter @janua/website build` prerenders `○ /pricing`. The
prod 404 is therefore deploy-lag (prod runs an older janua-website image
that predates the route), not a routing/build error. Needs a website
promote to serve it; code is correct on main.
Correct displayed prices to the ratified enclii+janua packaging decision
(internal-devops decisions/2026-07-11-enclii-janua-packaging-ratification.md):
- Managed (Pro): $69 → $29/mo (flat per project, up to 10,000 MAU fair use;
NOT per-MAU metered)
- Scale $299 (self-serve) → Business (SSO) $149/mo, design-partner /
contract — CTA routes to /contact, not self-serve signup
- Open Source $0 and Enterprise custom unchanged
Applied consistently across every live price surface: pricing.tsx (/pricing),
honest-pricing.tsx (home), plus comparison.tsx, accurate-comparison.tsx and
pain-points.tsx. Removed the now-inaccurate per-MAU overage section (Pro is
flat per-org) and softened the startup-discount copy to the design-partner
program, matching the existing "Private Alpha" honest positioning.
Paid Pro CTA carries `?plan=pro` to app.janua.dev/auth/signup. Updated
pricing.test.tsx (Scale→Business, asserts $29 present and $69/$299 absent).
Co-authored-by: Aldo R. L. <aldo.ruiz.luna@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: apps/website/components/sections/pain-points.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ const pains = [
38
38
pain_detail:
39
39
'You don\'t want your identity layer behind a usage-based meter on someone else\'s database.',
40
40
answer:
41
-
'Self-host under AGPL-3.0. User table stays in your Postgres. Free up to 2,000 MAU, $69 Pro, $299 Scale, custom Enterprise on the managed plan.',
41
+
'Self-host under AGPL-3.0. User table stays in your Postgres. Free up to 2,000 MAU, $29 Managed (Pro), $149 Business, custom Enterprise on the managed plan.',
0 commit comments