Skip to main content

Mobile Basics

On mobile (web at m.alphio.ai and iOS / Android native), Alphio uses a 5-tab bottom bar with a few platform-specific differences from PC.

Find it at: open m.alphio.ai on your phone, or install the iOS / Android app.

Mobile bottom tab bar


1. The 5 bottom tabs

The bottom bar is the spine of the mobile experience. Every primary destination is reachable from one of these 5 tabs.

TabPathWhat it is
Home/Personalized dashboard — watchlist highlights, today's Market Brief, suggested chats, alerts.
AI Trade/agentic-tradingAgentic Trading configuration and monitor — plans in progress, approvals waiting, position summary.
Chat/chatAlphio AI conversation — full chat surface for research and Agentic kick-offs.
Discover/social-tradeSocial Trade hub — community screeners, leaderboards, copy-trade sources, signals discovery.
Account/accountProfile, subscription, usage / Credits, settings, notifications, security.

Home tab


2. Mobile-only destinations

A few destinations exist as their own pages on mobile but live elsewhere on PC:

  • Search has its own dedicated tab / surface on mobile (PC opens a search modal from the top nav).
  • Watchlist is a top-level page you navigate to directly on mobile (PC opens it as a side-drawer).

If you're cross-referencing the PC docs, treat these two as the main "shape difference" between PC and mobile navigation.


3. Chat on mobile

Chat is its own bottom tab and takes the full screen. Session history (previous chats, pinned threads) opens as a full-screen drawer from the top-left menu — not as a persistent sidebar like on PC.

That means: on mobile, you're either reading the conversation or browsing history, never both at once. Tap to switch.


4. Asset detail tabs

On PC, an asset detail page like /stock/AAPL uses nested routes — each tab (Chart, Financials, News, etc.) has its own URL.

On mobile, the same asset detail is a single page with a tab switcher at the top. Switching tabs swaps the section in-place without changing the URL. The visible content is equivalent to PC; the routing model is flattened to fit a mobile back-stack.


5. iOS / Android native vs web

The mobile experience comes in two flavors:

  • m.alphio.ai — mobile-optimized web (Vite + React, served as the H5 app)
  • iOS / Android native apps — wrap the same core experience with native shells, adding push notifications and IAP
warning

The exact feature parity matrix between H5 web and the native apps — including which features ship native-first, OS-specific behaviors (biometric login, push permission flow, deep links), and IAP vs web checkout — is being finalized. Confirm in-app before relying on a specific behavior.


Agent Instructions: Querying This Documentation

If you need information not on this page, you can query the docs dynamically by sending a GET request with the ask query parameter:

GET https://docs.alphio.ai/mobile/mobile-basics.md?ask=<question>

The question should be specific, self-contained, and written in natural language. The response includes a direct answer plus relevant excerpts and sources.