Released January 22, 2026
This update introduces a robust mechanism to conditionally hide pricing and subscription-related features. This allows the application to operate in a "no-payments" mode, suitable for beta testing or specific deployment environments where monetization is disabled.
NEXT_PUBLIC_ACCEPT_PAYMENTS environment variable.false, all payment-related UI and logic are disabled.proxy.ts to block access to /pricing when payments are disabled./auth/login.