Product Surface

Ship the AI demo fast, then turn premium access on when the product is ready.
Auth is already in place, the chat route is already protected, and billing now has a public entry point for pricing, upgrades, and future feature gating.

Billing-Ready

Clerk Billing, not a custom Stripe detour
The pricing route is public, upgrade flows stay inside Clerk, and premium-ready checks can branch from a server-side feature key.

Public pricing page at /billing.

Signed-in users can manage upgrades through Clerk Billing UI.

The AI surface already reads a server-safe premium entitlement signal.