Skip to content

Pricing Page

Route: /pricing File: src/app/[locale]/(apps)/pricing/page.tsx Layout group: (apps) — full header + footer Component: @/components/pages/(Conversion)/pricing (inferred)

Purpose

Displays subscription plans and pricing tiers. Drives users to subscribe or upgrade.

Key Responsibilities

  • Show available plans (Free, Pro, etc.) with feature comparison
  • CTA buttons linking to billing/checkout flow
  • Connects to /api/v1/subscription/pricing_plan/ on the backend (the /api/billing/plans/ this page used to name has never existed)

Notes

  • Same (apps) layout as Home — consistent marketing shell
  • Locale-aware (i18n via next-intl)