Settings

WhatCopilot settings: user account, shop rename, billing & Orion usage, referral rewards, and interface preferences (theme, language, currency).

Settings live under `/app/settings` (index redirects to User). They use a dedicated nav without the main app sidebar.

Role

Manage identity, shop labels, plan awareness, referrals, and how the product looks and calculates money.

User (`/app/settings/user`)

  • Profile: name / email (read-only display)
  • Change email (password-auth accounts)
  • Set or change password (min 8 characters)
  • Danger zone: delete account
  • Demo: mutative forms disabled; OAuth-only accounts may not change email

Shop (`/app/settings/shop`)

  • Rename the active Whatnot seller name
  • List shops if multi-account + active badge
  • Demo read-only; empty state without shops

Billing (`/app/settings/billing`)

  • Current plan label (`single` / `business` / `unlimited` + demo badge)
  • Orion usage `used / limit`
  • Stripe “coming soon” alert + link to Pricing
  • No in-app payment portal yet

Referral (`/app/settings/referral`)

  • Personal code (copy / share)
  • Milestones at 4 and 10 referred users; reward months
  • Redeem a code once (disabled in demo; already-referred users see status only)

Interface (`/app/settings/interface`)

  • Theme: light / dark / system
  • Locale (EN / FR routing)
  • Currency: USD / EUR / GBP
  • Available in demo (no write lock)

Use cases

  • Switch display currency before reviewing KPIs
  • Rename a shop to match your Whatnot handle
  • Check Orion remaining messages mid-month
  • Share a referral code with another seller

Limits

  • Most mutative settings are read-only in demo
  • Billing does not process payments yet

FAQ

Can I upgrade my plan inside Settings?
Billing shows your current plan and Orion usage. Stripe self-serve checkout is marked coming soon — use the Pricing page for plan details in the meantime.
Which currencies are supported?
Interface settings let you display amounts in USD, EUR, or GBP (stored as a preference cookie). Underlying sales data is converted from USD.