'Fleetbase is the go to for building logistics and supply chain applications'
Explore Open Source Apps

Open source logistics
infrastructure for developers

We help developers build logistics and supply chain apps faster.
Fleetbase - Cloud based logistics platform | Product Hunt

Trusted by these brands:

The New Vegan logo
Norapharm logo
Acloudery logo
The New Vegan logo
Acloudery logo
Norapharm logo
Weserve logo
The New Vegan logo
The New Vegan logo
Acloudery logo
Norapharm logo
Weserve logo
The New Vegan logo
Acloudery logo
Weserve logo
The New Vegan logo
Acloudery logo

Get Started Quick

We provide you everything you need to launch your own logistics operations system &Ā apps, in minutes.

Open Source

Fleetbase is fully open source. Everything from end to end TMS and driver / customer apps, we have you covered.

Modern Tools

Webhooks, SDKs , open source apps and extensive docs. Use Fleetbase' infrastructure and avoid painful development processes.

SAAS

Dont have developers? No problem. We have a cloud version of Fleetbase which you can get started with immediatly. Start a free trial today.
Fleetbase main logistics operation console images, with light and dark mode.
Modern logistics software

An entire logistics suite at your fingertips

What's included?

A complete end to end operations system for logistics, with all the bells and whistles. APIĀ for development and integration, TMS, driver and customer ordering apps. All open source and ready to go.

How do IĀ get started?

With Fleetbase you are free to rebrand, customize, swap components, add and remove features or service providers. You have full control, just fork the code and build. Sky's the limit!

Visit our Github.
What If IĀ dont have my own developers?

We are here to support businesses as well as developers. You can use Fleetbase' entire logistics operations technology stack on a subscriptions basis, completely cloud based. You can check out our pricing here.

We've built this, so you don't have to..

processing cogs image

Operations Console

Full console to manage all of your packages and custom systems.
transportation image

FleetOps TMS

End to end transport management system for logistics operations management and overview.
Steering wheel image

Navigator Driver App

Open source driver app integrated into your TMS. Drivers can manage jobs, tracking and electronic POD.
Mobile phone image

Storefront App

Customer ordering app, multi vendor, multi location. Ideal for any last mile delivery or on demand service.
Cloud computing image

Developer API

Easy to use developer console which provides API usage metrics, and never miss a beat with event and request logs
Refrigerated truck image

Fleet Management

Manage all of your assets in one centralised location. Quickly assign assets to custom zones, services areas and orders.
GPS tracking image

Routing

Advanced, modern routing engine. Optimize routes for orders and save time & cost.
API computer image

Integrations

Extensive list of integrations to get you started quickly. All the way from Lala Move to Shopify. Easy to integrate API.

Built for developers...

Ember logoReact Logo.
Svelte Logo. Vue Logo.

import Fleetbase, { Place, Entity, Payload, Point } from '@fleetbase/sdk';

const fleetbase = new Fleetbase(`{your_api_key}`);

const pickup = new Place({
    name: 'Nike Warehouse',
    location: new Point(35.0121718, -89.8945123),
});

const dropoff = new Place({
    name: 'Distribution Center',
    location: new Point(35.025949, -89.9295741),
});

const payload = new Payload({
    pickup,
    dropoff,
    entities: [
        new Entity({
            name: 'Nike Stock',
            width: 30,
            height: 42,
            length: 43,
            dimensions_unit: 'cm',
            weight: 33,
            weight_unit: 'kg',
        }),
    ],
});

fleetbase.orders.create({ payload }).then((order) => console.log(order));
  });
  
import Fleetbase from '@fleetbase/sdk';

const fleetbase = new Fleetbase('{your_api_key}');

fleetbase.orders.findRecord('{order_id}').then((order) => {
    order.assignDriver('{driver_id}');
});
  
  
import Fleetbase from '@fleetbase/sdk';

const fleetbase = new Fleetbase('{your_api_key}');

fleetbase.orders.getDistanceAndTime('{order_id}').then((dt) => {
    console.log(`Distance: ${dt.distance} & Time: ${dt.time}`);
});
  
  
import Fleetbase, { Place, Entity, Payload, Point } from '@fleetbase/sdk';

const fleetbase = new Fleetbase(`{your_api_key}`);

const pickup = new Place({
    name: 'Nike Warehouse',
    location: new Point(35.0121718, -89.8945123),
});

const dropoff = new Place({
    name: 'Distribution Center',
    location: new Point(35.025949, -89.9295741),
});

const payload = new Payload({
    pickup,
    dropoff,
    entities: [
        new Entity({
            name: 'Nike Stock',
            width: 30,
            height: 42,
            length: 43,
            dimensions_unit: 'cm',
            weight: 33,
            weight_unit: 'kg',
        }),
    ],
});

fleetbase.orders.create({ payload }).then((order) => console.log(order));
  

Ready to get started?

Self-Hosted

Run Fleetbase locally in just a few steps. You can clone whichever packages you need in just a few minutes.

Explore Docs

Cloud

For businesses looking for something off the shelf with no code required. Ā Start automating your logistics operations today.

Get Started