Coming Soon — Join the Waitlist

Control any robot
from your phone.

The native mobile SDK for robotics. Ready-made components for ROS2 — visualization, teleoperation, and fleet management. iOS and Android. No web wrappers.

Open Source SDK iOS + Android ROS2 Native

Five lines to control a robot.

Import RoboUI. Connect. Control. It's that simple.

RobotControlView.swift
import RoboUI

struct ControlView: View {
    @StateObject var robot = RobotConnection("ws://turtlebot.local:9090")

    var body: some View {
        VStack {
            CameraStream(robot.topic("/camera/image"))
            TelemetryPanel(robot.telemetry)
            Joystick(robot.publisher("/cmd_vel"))
                .hapticFeedback(.collision)
        }
    }
}

What web dashboards
can't do.

📱

Native Performance

SwiftUI and Kotlin Multiplatform. No Electron, no web wrappers. Metal-accelerated rendering for point clouds and video streams.

🎮

Haptic Teleoperation

Rich haptic feedback when your robot touches, collides, or approaches obstacles. Feel what the robot feels — through your phone.

🥽

AR Overlay

Navigation paths, obstacle boundaries, and waypoint visualization overlaid on your robot's camera feed in real time. Powered by AR frameworks on both platforms.

<100ms Latency

Optimized WebRTC pipeline with hardware H.265 decoding. Low enough for precision manipulation and real-time teleoperation.

📡

Offline-First

Works in the field without internet. Local discovery, peer-to-peer connection, on-device AI inference. No cloud required.

🤖

Fleet Management

Monitor and control multiple robots from one tablet. Live map, telemetry dashboard, mission planning. Built for operators, not engineers.

Foxglove debugs robots.
RoboUI operates them.

Feature Web Dashboards RoboUI
Native Mobile SDK ❌ Browser only ✅ iOS + Android
Haptic Feedback ❌ Not possible ✅ Native haptics
AR Overlay ❌ Not possible ✅ ARKit / ARCore
Offline Mode ⚠️ Limited ✅ Full offline
On-Device AI ❌ Server-only ✅ On-device ML
Video Latency ~200-500ms <100ms
Open Source Varies ✅ MIT License

Built for real operators.

Not just another dev tool. A production-grade control layer.

🏭

Warehouse AMRs

Operators manage fleets from tablets on the warehouse floor.

🚜

Agricultural Robots

Monitor autonomous tractors and drones from your phone — offline.

🔍

Inspection Drones

Plan missions, stream video, generate AI reports — from any tablet.

🦾

Teleoperation

Remotely control manipulators with haptic feedback and AR guides.

RoboUI

The future of robotics is mobile.

Join the waitlist. Be first to build with RoboUI when the SDK launches.