TunedIN is one platform with three surfaces, not three products with shared login. The driver app is a native iOS build because dispatch + clock-in + routing has to work offline in a yard with no signal — a web app would feel borrowed. The web dispatch console is what the operator actually runs the day from: a live map of every active unit, an assignment queue, and a roster table that updates in real time as drivers accept jobs and clock in. Both surfaces talk to the same event log, so a state change on one shows up on the other in under a second.
The AI mechanic is the wedge. Vehicles emit CAN-bus DTCs all day; most are noise, some are urgent, and the difference is exactly the kind of pattern an LLM is good at learning when given enough fleet history. The mechanic agent watches the event stream, classifies severity (info / watch / act), surfaces a recommendation in the dispatch console, and — when the recommendation involves a part — looks up SKUs against the Shopify inventory and auto-orders the right one. The ops manager sees a line, not a fire drill.
The integrations are the moat. Shopify for parts. Stripe for payouts. Twilio for driver SMS. CAN bus telematics through a hardware vendor on the truck. Each one is plumbing work, but together they're what turns 'fleet management software' into 'an operations system that actually runs the fleet.'