Mobile App: Pipeline Monitoring & Agent Control
Mobile App: Pipeline Monitoring & Agent Control
The SaaS Factory mobile app (iOS and Android) lets you monitor your autonomous pipeline, act on approval requests, and trigger agents — all from your phone. The "truly autonomous while you sleep" promise requires that human touchpoints in the pipeline never be gated behind a desktop browser. The mobile app removes that constraint.
Features
Pipeline Status Feed
A real-time feed of all pipeline activity. Each entry shows:
- Feature name and current stage (queued, in-flight, awaiting approval, complete, failed)
- Agent activity log snippets
- Timestamps and run duration
The feed is powered by the existing pipeline stream infrastructure, so it reflects the same live state as the desktop dashboard.
One-Tap Feature Approval / Rejection
Features that reach an approval gate trigger an in-app notification and appear in the Approval Queue tab. From there you can:
- Approve — the feature proceeds to the next pipeline stage immediately.
- Reject — the feature is returned with an optional rejection reason.
Approval actions are processed through the same approval gates system used by the desktop interface. There is no separate approval workflow for mobile.
Push Notifications
The mobile app registers for push notifications at sign-in. Notifications are sent for the following events:
| Event | Notification ||
|---|---|
| Pipeline run completed successfully | ✅ "[Feature] shipped successfully" |
| Pipeline run failed | ❌ "[Feature] failed — tap to review" |
| Feature awaiting approval | 🔔 "[Feature] needs your approval" |
| Beast Mode supercycle finished | 🚀 "Beast Mode complete — [N] features shipped" |
Push notifications layer on top of the existing notification system. Your email, Slack, and Discord webhook preferences are unaffected.
Beast Mode Trigger
Beast Mode can be initiated directly from the mobile app. Tapping Start Beast Mode from the home screen queues a multi-agent supercycle using the same configuration as the desktop trigger. You will receive a push notification when the supercycle completes.
Platform Availability
| Platform | Availability |
|---|---|
| iOS | ✅ App Store |
| Android | ✅ Google Play |
Authentication
Sign in with the same credentials used for the SaaS Factory web dashboard. Session tokens are stored securely in the device keychain (iOS) or Keystore (Android).
Real-Time Infrastructure
The mobile app connects to the existing real-time pipeline stream. No new backend services are introduced. All actions — approvals, rejections, Beast Mode triggers — are processed by the same backend systems that serve the desktop interface.