Mobile app
iOS / Android — dashboard, deploy, phone on the go.
iOS + Android, built once on Expo. Get the apps via:
- iOS: App Store badge on /downloads (coming soon) — for now, use the web app via Safari "Add to Home Screen"
- Android: Google Play badge (coming soon) — APK direct available on /downloads for testers
What's in it
- Dashboard — services + domains + billing at a glance
- Phone — VoIP softphone with background calling support
- Deploy — list projects, view logs, quick-start a template
- Services — power on/off your stuff from anywhere
- Studio — visual configurator for in-progress projects (deep edits still web-only)
- Settings + Profile
First-time sign-in
Same flow as the desktop app:
- Tap Sign in
- The OS opens the auth flow in a browser
- Tap Authorize
- Deep-link returns to the app, signed in
Background calls
The app registers as a VoIP receiver — incoming calls ring even when the app is closed, with native call UI (CallKit on iOS, ConnectionService on Android).
Push notifications
Optional. Toggle in Settings → Notifications. We notify for:
- Incoming calls
- New SMS
- Failed payment
- New ticket reply
- Deploy build failures
Offline behavior
The dashboard is read-only when offline — last-fetched data shows with a "you're offline" indicator. Actions queue and fire when you're back online.
Permissions
- Microphone — calls
- Notifications — push
- Camera — uploading attachments to tickets / scanning bar/QR codes
Nothing else.
Multiple accounts
Sign out → sign in again with a different account. We don't currently support side-by-side multi-account; one account per device.