🌐 Web App
Purely informational + acquisition. Login and Get Started never open a local form — they run device detection and redirect to the App Store, Google Play, or a QR/download modal on desktop.
Routes
| Route | Purpose |
|---|---|
/ | Hero, live rate ticker, product features, security, testimonials, FAQ preview. |
/buy-crypto · /sell-crypto | Naira ⇄ crypto calculators (illustrative rates). |
/gift-cards | Supported brands + indicative payout calculator. |
/bills-payment | Supported bill categories (airtime, data, electricity, TV…). |
/rates | Combined crypto/gift-card calculator + full market table + ticker. |
/assets · /how-it-works · /security · /about · /faq · /contact | Supporting/trust pages. |
Key env vars
| Variable | Purpose |
|---|---|
NEXT_PUBLIC_IOS_APP_URL / _ANDROID_APP_URL | Store destinations for device-detected redirects. |
NEXT_PUBLIC_APP_DOWNLOAD_URL | Universal link encoded in the desktop QR modal. |
NEXT_PUBLIC_API_BASE_URL | Base URL for live market data (mock data used while blank). |