Mobile app
iOS and Android. Read-only listings plus the new rule editor — the rest stays on the laptop.
Availability
Built with React Native. iOS via TestFlight invite, Android via direct APK or Play Store internal track. PWA fallback for everything else — the marketing site is installable too.
What the app does
- Browse your saved strategies and their last backtest results.
- Open a run's equity curve and trade ledger.
- Edit a rule set with the same block-mode editor as the dashboard (introduced this quarter).
- Send PIN-gated control commands through the Telegram-bot bridge — same auth, mobile-friendly UI.
How it talks to the server
Over HTTPS to the same FastAPI endpoints the web dashboard uses. Sessions persist via secure-storage cookies; API keys never leave the server. The app fetches data on demand — no background sync, no battery drain.
Telegram-bot bridge
Mobile control actions (start paper, stop, flatten) reuse the bot's PIN authorisation under the hood — fewer code paths, identical security model. The UI is just a thin wrapper that pre-fills the right command string and asks for your PIN.