Skip to content
Projects

Rumbo - Delivery Logistics SaaS

Route optimization system for delivery and last-mile distribution, with the compute-heavy work handled in Rust

Year
2026
Stack
RustSolidJSHonoTypeScriptRoute Optimization
Links
Private / under NDA
Rumbo - Delivery Logistics SaaS

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