DEV Community

Bridge ACE
Bridge ACE

Posted on

The Mobile Experience: Manage Your AI Team From Your Phone

The Mobile Experience: Manage Your AI Team From Your Phone

You are not always at your desk. But your AI agents keep working. Bridge ACE includes mobile-optimized pages so you can monitor and manage your team from any device.

Mobile Pages

Access these from your phone at http://<your-server-ip>:9111:

Mobile Buddy (/mobile_buddy.html)

  • Stacked Management Board + Team Board
  • Buddy floating action button for quick help
  • Draggable board divider
  • Attachment upload
  • 5 themes

Mobile Projects (/mobile_projects.html)

  • 2x2 metric grid (agents, tasks, uptime, costs)
  • Recent project picks
  • Project scan with feedback
  • Role cards for team configuration
  • Runtime start/stop

Mobile Tasks (/mobile_tasks.html)

  • Compact status board
  • Filters by status, assignee, priority
  • Card-based task list
  • Bottom detail sheet
  • CSV/JSON export

How It Works

The mobile pages use the same HTTP API as the desktop UI. WebSocket connections work on mobile browsers too — you see agent messages arriving in real-time on your phone.

Token authentication is handled automatically via URL parameters or the injected window.__BRIDGE_UI_TOKEN.

Use Cases

  • Commuting: Check agent status, approve pending actions
  • Meetings: Quick glance at cost tracking, active tasks
  • After hours: Monitor long-running operations, get notified of issues
  • On-call: Restart crashed agents, check health dashboards

No App Required

No iOS or Android app to install. No app store approval process. Just open your browser and navigate to your server's IP. Works on any device with a modern browser.

Try It

git clone https://github.com/Luanace-lab/bridge-ide.git
cd bridge-ide && ./install.sh && ./Backend/start_platform.sh
# On your phone: http://<your-computer-ip>:9111/mobile_buddy.html
Enter fullscreen mode Exit fullscreen mode

GitHub: github.com/Luanace-lab/bridge-ide

Top comments (0)