Delivery operations, done right.

Toanoa is the operating system for last-mile delivery & courier services. Dispatching, routing, and fleet visibility — built by operators.

80,000+
Orders delivered in production
10+%
Avg. reduction in delivery time
99.99%
Request success rate
98.3%
<100ms responses

One live workflow for dispatch, drivers, and customers.

Route changes, status updates, and ETAs stay aligned across views.

Driver app screenshot

Driver app

Pickup and drop-off flows, proof of delivery, and live status in a focused driver app built to keep work moving.

Customer tracking screenshot

Customer tracking

A shareable tracking link with live ETA, driver details, and map-based visibility to keep customers informed.

Fits into the systems you already run.

A well-documented REST API, outbound webhooks, and predictable order schemas make it straightforward to move orders from your existing systems into live dispatch.

  • REST API for order ingest and operational workflows
  • Outbound webhooks for order and task updates
  • Upsert-by-order ID for reliable retries
{
  "public_order_id": "ORD-2048",
  "desired_delivery_timestamp": "2026-04-21T15:00:00Z",
  "order_created_at": "2026-04-21T14:32:00Z",
  "auto_dispatch": true,
  "customer": { "name": "Alex Johnson", "email": "[email protected]", "phone": "+1 555 000 1234" },
  "tasks": [
    {
      "task_type": 1,
      "location_id": "PICKUP-001",
      "location_name": "Pickup location",
      "location": { "type": "Point", "coordinates": [-105.009, 39.573] }
    },
    {
      "task_type": 2,
      "location_id": "DROPOFF-001",
      "location_name": "Drop-off location",
      "location": { "type": "Point", "coordinates": [-104.906, 39.654] },
      "pod_type": "photo_and_signature"
    }
  ]
}

Built by operators. Proven in live operations.

— 10+ years running our own fleet.

The idea for Toanoa started inside a working delivery company. Features were shaped against real dispatchers, real drivers, and customers expecting orders on time.

80,000+ orders later, we're making that platform available to other operators of last-mile, on-demand, and courier services.

Ready to see it running?