The database schema has users.plan (free/pro/enterprise) and a creditTransactions table, and Stripe is integrated for billing. However, the landing page (src/app/page.tsx) has no pricing section — it shows features and infrastructure but no plan tiers, prices, or CTA to upgrade. The src/app/sign-up flow creates a user but never presents plan choices. The template (template/src/app/pricing/page.tsx) has a pricing page but the main platform does not. The mission says 'zero human sales team' implying self-serve conversion, but there is no pricing page to convert visitors. Bolt, Lovable, Replit, and v0 all have prominent pricing pages as their primary conversion mechanism.