Mobile App (PWA)
Install TradeAlphaAI to your home screen. Offline shell + push notification contract. No subscription registered today.
PWA status
installed
/manifest.json declares standalone display, theme + 4 shortcuts.
registered
/sw.js caches the core nav pages on install + offline-fallback on navigate.
contract only
No subscription registered today. Future opt-in gesture will activate push.
Install to home screen
- iOS Safari: Share → Add to Home Screen.
- Android Chrome: ⋮ menu → Install app.
- Desktop Chrome / Edge: address bar install icon.
Offline shell
When the network fails, navigation requests fall back to a cached page (the last visited core page or the homepage). Static assets cache opportunistically.
Future push notifications
The service worker has a push handler ready. No subscription is registered today; future opt-in will hook into the existing alert-dispatch contract (Phase 222 + 224) so push uses the same throttling, confidence floors and per-tier rate limits as Telegram + email.
PWA install is optional; the public site remains accessible without it. No analytics or tracking are added by the service worker. Not investment advice.