A delivery route optimisation API that turns a list of stops into the fastest tour, used by logistics teams to plan thousands of routes a day.
RouteQ takes a depot, a list of stops, and a fleet of vehicles, and returns the fastest tour for each driver. We built the optimisation pipeline, the API, and the operations layer that runs it at scale.
API on ECS, solver workers in a separate auto-scaled pool, Redis for queues and short-term cache. Stateless and horizontally scalable — capacity grows by adding workers, not redesigning.
Used by logistics teams to plan thousands of routes a day. Cut average per-route planning time and freed dispatchers from manual sequencing.