Personal Project
A third-party trail navigation app that lives inside Toyota's Audio Multimedia system — and reads as part of it.
Live Prototype
Built for the Toyota Tacoma Trailhead's 14-inch display. This is the real, working prototype — scrub the distance-to-trailhead slider and watch it switch from Drive to Park on its own.
The Problem
Getting from your driveway to the trail is really three journeys — Driving, Parked, and Trailhead. Each leg already has a great tool. The trouble is that none of them hands you to the next one. The friction doesn't live inside any single app. It lives in the seams between them.
Every leg is solved. The transitions are not. Next Route is designed for the two handoffs nobody owns — driving → parked, and parked → trailhead.
The Solution · Motion
Next Route watches your distance to the trailhead. At 2 miles out, it fires a single, automatic transition. The driving layer — map, turn, telemetry — recedes. The parked layer surfaces in its place: trail summary, daylight remaining, elevation, and the actions you'll actually want. No tap, no app-switch. By the time you pull into the lot, the screen is already showing what you need at the trailhead — so your eyes go back up and your phone stays in your pocket.
Driving accelerates out (cubic-bezier(0.4, 0, 1, 1)) because it is finished. Parked decelerates in (cubic-bezier(0.16, 1, 0.3, 1)) because you are about to read it standing still. The stagger order is the content architecture, not decoration — tier 1 is what you read with zero taps, tier 3 is what you might deliberately touch. Nothing else in this product animates. One state machine, one meaningful motion moment.
The Payoff · Steps
The handoff used to be a checklist you ran yourself in the parking lot. Next Route does the transition for you, so only the human decisions are left.
For the Trailhead
"Trailheads" are the people who use this — the ones going from the driver's seat to the dirt. Reducing steps isn't the point; it's what those steps were costing them.
Roadmap
V1 is the in-dash experience above. V1.1 follows quickly, extending Next Route off the dashboard and onto the trail.