OwnRoute is an API for assigning deliveries to drivers, optimizing their routes, and tracking jobs to completion. Drop it into any vertical: cannabis, restaurants, florists, services, retail.
No card required. 100 jobs/mo free, every feature included.
VROOM
Open-source VRP solver
OSRM
OSM-backed routing
~200ms
Median optimize call
REST
Boring on purpose
How it works
01 / Push
Send your unassigned deliveries: address, contact, time window, priority. Each comes back with a short ID and a job.created webhook fires.
02 / Optimize
Pass your job IDs and active driver IDs. VROOM solves the assignment, OSRM provides real road times, every job comes back with a driver, sequence, and ETA.
03 / Drive
Drivers see their stops in order on their phone. One-tap navigation, mark in-transit, capture signature, mark complete. Webhooks fire to your system at every step.
API
A REST API your engineers will be done with in an afternoon. JSON in, JSON out. Bearer token auth. Predictable status codes. Webhook signatures with HMAC-SHA256. No SDK lock-in, no proprietary protocols, no surprises.
curl -X POST https://api.ownroute.org/v1/optimize
200 OK in 187msInside
Pricing
Pay for the drivers you dispatch. Every feature included. No optimize-call surcharges.
Operator
$29/driver/mo
Unlimited jobs and dashboards.
Enterprise
Custom
Self-hosted, private region, SLA.
FAQ
VROOM (Vehicle Routing Open-source Optimization Machine) for assignment + sequencing, OSRM for road-network distances and turn-by-turn directions. Both are BSD-2 licensed open-source projects. Map data is OpenStreetMap (ODbL) with attribution.
Yes, on the Enterprise plan. We provide infrastructure-as-code templates for AWS / GCP / on-prem. The whole stack runs in Docker.
California in beta. We add OSM extracts on request - whatever Geofabrik publishes (most US states, all of Europe, plus most countries) is one config flag away.
No. The driver app is a PWA. They open a link, install to home screen, and it works offline with background GPS reporting.
Drop your email and we'll send you a key, the API docs, and a sample dispatch in your first reply.
No credit card. No commitment.