38 hubs. One live map.
A hub-and-spoke network with overnight trunk routes connects every region. Parcels take the fastest lane automatically — and you watch them move in real time.

Built for the whole country
Every parcel scanned into the network is routed through the nearest hub and trunked overnight to its destination region for last-mile delivery the next morning — or the same day within a city.
How freight crosses the country
Create a job in the portal or API — labels and a collection are generated instantly.
The nearest courier is assigned and routed; you watch the pickup happen live.
Optimised routing moves your freight across the network overnight.
Last-mile delivery with live ETA and photo proof of delivery.
Plug the network into your stack
Create shipments, print labels, pull live tracking and proof of delivery — all over a clean REST API and webhooks. Live stock sync for fulfilment included.
POST /v1/shipments
{
"service": "same_day",
"from": "HUB-CENTRAL",
"to": "Bucharest, 010101",
"parcels": [{ "weight": 2.4 }]
}
→ 201 { "id": "VL-72841",
"track": "https://vel.oce/72841",
"eta": "2026-06-15T18:40Z" }