Smart Logistics Solution

Automate Your
Delivery Operations

OnCue intelligently batches orders, optimizes routes, and assigns deliveries to riders automatically. Save time, reduce costs, and scale your logistics.

Auto-Dispatch
Route Optimization
Real-time Tracking

Active Deliveries

Real-time overview

Live

Zone A - Lekki

5 orders • 2 riders

Active

Zone B - Ikeja

3 orders • 1 rider

Active

Pending Dispatch

12 orders waiting

5x
Faster Dispatch
30%
Cost Reduction
99%
Accuracy
24/7
Auto-Scheduling

Powerful Features

Everything you need to manage deliveries efficiently, from automatic dispatch to real-time tracking.

Auto-Dispatch

Automatically batches orders by zone and assigns them to available riders. No manual intervention needed.

Route Optimization

Nearest-neighbor algorithm calculates the most efficient delivery sequence from your depot location.

Rider Management

Track rider availability, workload, and performance. Smart assignment based on location and capacity.

Real-time Updates

Riders update stop status in real-time. Next stops unlock automatically as deliveries complete.

Proof of Delivery

Riders upload delivery photos and capture signatures. Digital proof stored securely for verification.

API & Integration

RESTful APIs for mobile apps. Easy integration with e-commerce platforms and third-party services.

How It Works

From order intake to delivery completion, OnCue automates the entire process.

1

Orders Import

Orders arrive via API or manual entry. System auto-geocodes addresses for routing.

2

Auto-Batching

Orders grouped by zone and batched (max 5 per rider) for efficient delivery.

3

Smart Assignment

Available riders assigned based on workload, location, and zone matching.

4

Live Tracking

Riders follow optimized routes. Real-time updates as stops complete.

Developer-Friendly APIs

Integrate OnCue with your mobile apps and e-commerce platforms using our comprehensive RESTful API.

Rider Mobile APIs

Routes, stops, proof upload, status updates

Admin APIs

Order management, rider assignment, reporting

Secure Authentication

Laravel Sanctum for token-based auth

example.js
// Get current route for rider
fetch('/api/driver/routes/current', {
  headers: {
    'Authorization': 'Bearer ' + token
  }
})
.then(res => res.json())
.then(data => {
  console.log(data.stops);
  // Navigate to first active stop
});

// Mark stop as delivered
fetch('/api/driver/stops/123/complete', {
  method: 'POST',
  headers: { 'Authorization': 'Bearer ' + token }
});

Ready to Automate Your Deliveries?

Start using OnCue today and transform your logistics operations.