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
A subscription backend is not sufficient for a trustworthy paid beta. Users need clear pricing, accurate limits, accessible checkout entry points, billing status, remaining usage, cancellation behavior, and recoverable failed-payment states.
The UI must not advertise unlimited AI or voice when the entitlement system enforces bounded usage.
Initial product direction
Founding plan target: $6.99/month.
No annual plan at initial launch.
Guided cooking, recipe steps, navigation, and local timers should not be presented as paid remote-voice usage.
Remote voice allowance should be explained in minutes or another measurable unit, not vague session counts.
Scope
Pricing and upgrade surfaces
Create one canonical plan presentation shared by landing, onboarding/account upgrade surfaces, and checkout initiation.
Clearly distinguish free/local features from metered provider-backed features.
Show monthly price, trial terms if any, renewal behavior, taxes where applicable, included usage, and material limitations before checkout.
Do not show annual pricing until enabled by configuration and approved by the pricing/source review.
Support a time-bounded founding offer without scattering special-case copy.
Checkout lifecycle UX
Start checkout from a server-created Stripe Checkout Session.
Handle success, cancel, pending webhook, duplicate return, expired session, already-subscribed user, and provider outage states.
Never show paid access as active merely because the browser reached a success URL.
Provide a recoverable state while verified billing status is pending.
Account and usage
Show current plan, subscription status, renewal/cancel date, trial/grace state, and billing-management entry point.
Show current period usage and remaining allowance for materially limited categories, especially remote voice.
Warn before expensive allowance exhaustion and provide a safe fallback when exhausted.
Provide clear upgrade, cancel, resume/reactivate, and payment-failure recovery actions.
Avoid dark patterns around cancellation, trials, and automatic renewal.
Paywalls and degraded behavior
Add reusable feature-gate components that consume server-provided entitlements rather than hard-coded plan names.
Preserve user work when a metered action is denied.
Offer local/text alternatives where possible instead of blocking the whole cooking flow.
Make quota, payment, and provider errors accessible with focus management and live-region feedback.
Context
A subscription backend is not sufficient for a trustworthy paid beta. Users need clear pricing, accurate limits, accessible checkout entry points, billing status, remaining usage, cancellation behavior, and recoverable failed-payment states.
The UI must not advertise unlimited AI or voice when the entitlement system enforces bounded usage.
Initial product direction
$6.99/month.Scope
Pricing and upgrade surfaces
Checkout lifecycle UX
Account and usage
Paywalls and degraded behavior
Analytics
Acceptance criteria
isPremiumlogic.Dependencies
Out of scope