
Overview
Rumbo is a logistics and delivery system built around route optimization. The interface is a SolidJS application over a Hono API, with the optimization work itself pushed into Rust where the computation is heaviest.
Key features:
- Route optimization for delivery and distribution runs
- Rust for the computationally expensive part of the problem
- Hono API layer between the solver and the client
- SolidJS front end for planning and following deliveries