FleetbaseFleetbase
Fleet-Ops · Flagship Open-Source TMS

Fleet management, dispatch, and transport — one operations module.

Route planning. Live tracking. Vehicle allocation. Maintenance scheduling. Dynamic workflows. All in one platform you can self-host, extend, and own.

7-day free trial · No per-driver fees · Self-host under AGPL-3.0

Fleet-Ops live operations dashboard showing real-time fleet map with driver positions, active orders, and route overlays
8,000+Active instances
10M+Orders dispatched
50K+Vehicles tracked
99.9%Uptime SLA
What is Fleet-Ops?

Five core modules. One open platform.

Fleet-Ops is organized into five purpose-built modules — each covering a distinct domain of fleet operations. Use them all from day one, or expand into new modules as your operation grows. Click a module to explore.

Module 01 · Dispatch & Configuration

Operations

The dispatch command center. Phase-based orchestration, scheduling, order configuration, and service rates — everything that turns an incoming order into a completed delivery.

  • Orchestrator Workbench
  • Scheduler
  • Order Configuration
  • Service Rates
How it works

From the first order in to the last vehicle service log.

01 · Configure

Build any workflow — without writing code.

Custom order types, drag-and-drop activity flows, business rules, and the exact data fields your operation needs. Adapt the software to your operation, not the other way around.

More on configuration

Order configuration

Design custom order types with configurable fields, drag-and-drop activity flows, and business rules — in one place.

Fleet-Ops order configuration showing the visual activity flow designer with custom statuses and automation triggers

Activity flows

Drag-and-drop designer

Sketch the exact lifecycle each order should follow — statuses, automation triggers, and validation rules.

Custom fields

Any data type, anywhere

Text, select, file, signature, photo, barcode. Attach to orders, vehicles, drivers, or places.

02 · Plan & Dispatch

A live operations queue every dispatcher can run from.

Kanban, table, or live-map views of every active order. Schedule deliveries ahead of time, plan capacity by zone or driver, and send dispatches to the Navigator app in seconds.

More on operations

Live order queue

Switch between kanban, table, and live-map. Filter by status, driver, zone, or any custom field — act on what needs attention.

Fleet-Ops live order queue showing the kanban view with orders organised by status and driver assignment

Scheduler

Plan ahead, dispatch later

Queue orders by date, assign time windows, give dispatchers an ahead-of-time visual plan to work from.

Service rates

Pricing that matches your business

Distance, weight, zone, vehicle type — any combination. Attached to order types, calculated at dispatch.

03 · Track

Every driver, vehicle, and order — on one live map.

Sub-minute GPS via the Navigator app. Geofence-triggered automatic status updates. Branded customer tracking links with live ETA. Telematics providers connected out of the box.

More on tracking

Live tracking & geofences

Real-time vehicle positions, journey replay, and geofence-triggered automation. No phone calls required.

Fleet-Ops live map showing geofences drawn around pickup and dropoff zones for automatic status updates

Telematics integrations

Samsara · Geotab · Flespi

Connected providers stream live vehicle data straight into Fleet-Ops. No middleware, no glue code.

Customer tracking

Branded live-ETA links

Customers see real-time driver position and a live ETA. Custom branding, no third-party app.

04 · Maintenance

Keep every vehicle roadworthy.

Work orders from open to resolved, preventive schedules by mileage or engine hours, parts inventory linked to jobs, and driver fault reporting from the Navigator app — all on the same fleet data as dispatch.

More on maintenance

Preventive schedules

Service intervals by mileage, engine hours, or calendar date. Alerts fire before vehicles go overdue.

Fleet-Ops preventive maintenance schedules showing service intervals by mileage, engine hours, and calendar date

Work orders

From open to resolved

Track every job. Attach parts, labor, costs. Surface high-cost assets that need attention.

Parts inventory

Stock linked to work orders

Track stock levels, link parts consumption to specific jobs. Compliance, resale, insurance-ready audit trail.

05 · Optimize & Allocate

The Orchestrator Workbench.

Phase-based optimization. Stack driver allocation, vehicle matching, and route optimization into a reviewable pipeline — or run it hands-free on every incoming order. This is what makes Fleet-Ops different from every other TMS.

More on the orchestrator

Orchestrator Workbench

Stack optimization phases — driver allocation by skills, vehicle matching by payload, and route optimization — into a pipeline that produces a visual plan for review.

Fleet-Ops Orchestrator Workbench showing stacked optimization phases and a visual plan ready for dispatcher review

Hands-free mode

Automate the entire pipeline

Configure phases once in Settings. Every incoming order runs through them automatically — no dispatcher needed.

Analytics that loops back

Reports inform the next plan

On-time rate, route efficiency, driver scorecards. Surface inefficiencies before they become problems.

Native integrations · out of the box
Samsara
Geotab
Flespi
OSRM
Valhalla
Automate

Build and automate with Fleet-Ops.

Every order, driver, and event in Fleet-Ops is reachable via REST. Webhooks fire on every state change. WebSocket channels stream live updates straight into your own product. Wire Fleet-Ops into the stack you already run.

Fleet-Ops API · Dispatch an order
1import Fleetbase from '@fleetbase/sdk';
2
3const fleetbase = new Fleetbase('YOUR_API_KEY');
4
5// Create and auto-dispatch an order
6const order = await fleetbase.orders.create({
7  payload: {
8    pickup: '123 Warehouse Rd, Sydney',
9    dropoff: '456 Customer St, Melbourne',
10    scheduled_at: new Date(),
11  },
12  dispatch: true,
13});
14
15console.log(`Order: ${order.id}`);
16console.log(`Driver: ${order.driver.name}`);
17console.log(`ETA: ${order.eta}`);

REST API

Full CRUD over the platform

Every resource — orders, drivers, vehicles, places, fleets — addressable via REST. Comprehensive docs and a first-class JavaScript SDK.

Webhooks

Events delivered to your endpoints

Subscribe to order, driver, vehicle, and fleet events. Signed payloads, retries, dead-letter queue, and a live test console.

WebSockets

Real-time streams into your product

SocketCluster channels stream live positions and order state changes. Embed real-time tracking into your own UI, no polling required.

Compare

How Fleet-Ops compares.

Most last-mile and dispatch platforms run as proprietary SaaS with per-driver pricing. Fleet-Ops takes a different approach — open-source, self-hostable, and resource-unit priced. Here's how we line up on the features that actually matter.

CapabilityFleet-OpsOnfleetBringgSpokeTookanDetrack
Core dispatch & tracking
Live GPS tracking
Customer tracking links
Driver mobile app
Multi-stop route optimization
Proof of delivery
REST API + Webhooks
Advanced operations
Phase-based orchestrationPartial
WebSocket / live event streams
Native telematics integrationsPartialPartial
Configurable order types & activity flowsPartialPartialPartial
Integrated maintenance module
Platform & ownership
Open source
Self-host optionEnterprise on-prem
White-label optionEnterpriseEnterpriseAdd-on
ExtensibleAPI onlyPartialAPI + integrationsAPI onlyAPI only
Pricing
Pricing modelResource-unitPer-driverPer-driverPer-driverPer-driverPer-vehicle

Comparison reflects publicly documented features at time of writing. Competitor information sourced from each vendor's public documentation and pricing pages. Trademarks belong to their respective owners.

FAQ

Frequently asked questions

Start today · 7-day free trial

Stop paying per driver. Start owning your stack.

Join 8,000+ logistics operations running on Fleetbase. Open source, no per-seat fees, free to self-host.

Free 7-day trial · Free to self-host under AGPL-3.0

Fleet-Ops — Fleet Management & Dispatch Software | Fleetbase | Fleetbase