Now live in 41 Baltic distribution zones

Route intelligence for Baltic logistics

Kelvara is the orchestration layer between your orders and your last mile. Build denser routes, dispatch to vans, couriers and lockers from one board, and give every customer an ETA you can actually stand behind.

Deployed in Vilnius, Riga, Tallinn and Kaunas · EU data residency · No card required to trial

The Kelvara dispatch console: live route map for Kaunas with three optimised routes, plan-level KPIs and a real-time stop list.

Trusted by operators moving 40 million parcels a year

Nordreta Vilkas Foods Aurela Pharma Baltnest Kuržemė Fresh Sadama Group
Why Kelvara

Last-mile margin is won before the van leaves the depot

Most delivery operations lose money in the gap between the order system and the driver's phone. Kelvara closes that gap with a planning engine, a dispatch board and a tracking API that all read from the same model of your network.

Denser routes, fewer kilometres

A vehicle-routing engine tuned for Baltic geography — mixed urban blocks, long rural legs and seasonal road restrictions. Typical customers cut planned distance by 11–18%.

One board for every channel

Own fleet, subcontracted couriers, parcel lockers and pickup points sit on a single dispatch board with one set of service rules and one exception queue.

Proof that stands up

Signature, photo, barcode scan, locker event or PIN — captured offline, timestamped, geotagged and retained under a policy you configure.

An API your team will keep

Predictable REST resources, idempotent writes, signed webhooks and SDKs for TypeScript, Python, PHP and Java. Documented once, versioned properly.

41M
parcels orchestrated in 2025
3,200
vehicles planned each morning
14.8%
median drop in cost per parcel
99.95%
tracking API uptime, trailing 12 months
The platform

From order intake to signed doorstep

Kelvara ingests orders, resolves them against a normalised Baltic address graph, builds the day's routes against real service constraints, and follows each parcel until it is closed out with proof.

  • Route optimisation with time windows, vehicle skills, capacity and driver hours
  • Driver app for Android and iOS that keeps working without signal
  • Locker orchestration across your own cabinets and partner networks
  • Real-time tracking with ETAs recomputed on every position update

Address graph

Lithuanian, Latvian and Estonian address forms resolved to a single canonical record — including apartment and entrance detail.

Promise engine

Quote a delivery window at checkout that reflects real depot cut-offs and route capacity, not a static table.

Locker network view

Live compartment availability and dwell-time alerts across every cabinet you operate or buy from.

Exception queue

Failed attempts, cold-chain breaches and locker overflows surface as work items with an owner and an SLA.

Developers

Create a shipment in one call

The Kelvara API is REST over HTTPS with JSON payloads, idempotency keys on every write and HMAC-signed webhooks for downstream events. Sandbox credentials are issued with every trial.

POST /v1/shipments
curl https://api.dpd-lt.com/v1/shipments \
  -H "Authorization: Bearer $KELVARA_API_KEY" \
  -H "Idempotency-Key: 8f2c1e04-ord-55219" \
  -H "Content-Type: application/json" \
  -d '{
    "reference": "ORD-55219",
    "service_level": "next_day",
    "destination": {
      "name": "Rasa Jankauskienė",
      "street": "Verslo al. 12-4",
      "city": "Kaunas",
      "postal_code": "LT-44210",
      "country": "LT"
    },
    "parcels": [{ "weight_g": 1450 }]
  }'

See what your network looks like planned properly

Send us a week of historical stops. We will run them through the planner and walk you through the difference — routes, kilometres and cost per parcel, side by side.