Integrations
iOS App
Native iOS application built with Capacitor for mobile access to Steadybase.
iOS App
Steadybase includes a native iOS application built with Capacitor that wraps the web dashboard for mobile access.
Technology
| Component | Version | Purpose |
|---|---|---|
| Capacitor Core | Latest | Native bridge between web and iOS |
| Capacitor iOS | 8.1 | iOS platform plugin |
| Capacitor CLI | Latest | Build and deployment tooling |
Features
The iOS app provides the same functionality as the web dashboard:
- Workers Panel — View worker status, current tasks, and memory
- Pipeline View — Browse deals with filtering
- Brain Chat — Conversational AI interface
- Metrics — Token usage, pipeline health, worker performance
- Notifications — Push notifications for approvals and alerts
Building the iOS App
Prerequisites
- macOS with Xcode installed
- Node.js 18+
- CocoaPods
Build Steps
Running on Simulator
Running on Device
- Open the project in Xcode (
npx cap open ios) - Select your development team in Signing & Capabilities
- Connect your iOS device
- Click Run (or Cmd+R)
Configuration
The iOS app connects to the same API as the web dashboard. Configure the server URL in the Capacitor config:
For local development, point to your local server:
Current Status
:::note The iOS app is functional but in early development. It currently wraps the web dashboard. Native-specific features (push notifications, biometric auth, offline support) are planned for future releases. :::