fleetbase/fleetbase

▲ 1,399 stars today★ 3,795⑂ 1,021

Modular logistics and supply chain operating system (LSOS)

About fleetbase/fleetbase

fleetbase/fleetbase is an open-source project on GitHub, mainly written in JavaScript. Modular logistics and supply chain operating system (LSOS) It currently holds 3,795 stars and 1,021 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

Git Homed tracks it on the Today's Trending board.

GitHub Repository Details

Repository fleetbase/fleetbase · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

https://github.com/fleetbase/fleetbase/blob/HEAD/Fleetbase logo

https://github.com/fleetbase/fleetbase/blob/HEAD/fleetbase%2Ffleetbase | Trendshift

https://github.com/fleetbase/fleetbase/blob/HEAD/License https://github.com/fleetbase/fleetbase/blob/HEAD/Latest Release https://github.com/fleetbase/fleetbase/blob/HEAD/Coverage https://github.com/fleetbase/fleetbase/blob/HEAD/GitHub Stars https://github.com/fleetbase/fleetbase/blob/HEAD/Discord

Open-source logistics and supply chain operating system
Documentation · API Reference · Try Fleetbase Cloud · Book a Demo · Discord


What is Fleetbase?

Fleetbase is an open-source, modular operating system for logistics and supply chain operations. It covers dispatch, fleet management, live tracking, commerce, warehousing, and finance in one platform, with a REST API, webhooks, and an extension system for everything else. Run it on your own infrastructure or use Fleetbase Cloud.

https://github.com/fleetbase/fleetbase/blob/HEAD/A multi-waypoint order in Fleet-Ops, showing the route on a map beside the order's activity, driver, and vehicle details

Table of Contents

Who Uses Fleetbase

Fleetbase is built for teams that move goods, people, or equipment and want to own the software that runs it. Because every workflow, field, and status is configurable, the same platform adapts to very different operations.

| Industry | How Fleetbase is used | |----------|-----------------------| | Trucking & Haulage | Replace a legacy TMS with real-time tracking, route optimization, and digital proof of delivery. | | Courier & Parcel | Automate dispatch, raise first-attempt delivery rates, and give customers live parcel tracking. | | Food & Grocery Delivery | Run on-demand delivery with instant dispatch, live customer tracking, and automated notifications. | | E‑commerce & Retail | Power same-day and next-day delivery and returns through a headless API. | | Healthcare & Pharmacy | Track chain of custody and prioritize urgent deliveries with full audit trails. | | Waste & Recycling | Optimize collection routes, track containers, and produce compliance reports. | | Container Operations | Follow containers across multi-modal journeys from port to door. | | Government & Defense | Self-host with role-based access, full audit trails, and complete data sovereignty. |

Developers use Fleetbase as a foundation too, building custom logistics products on its API and extension framework.

Platform

Fleetbase is made up of modules that install into the console as extensions. Each one works on its own and integrates with the rest.

| Module | What it does | |--------|--------------| | Fleet‑Ops | Fleet management and dispatch: orders, drivers, vehicles, live tracking, route optimization, configurable workflows, and maintenance. | | Storefront | Headless commerce for on-demand businesses, with multi-vendor marketplaces and native Fleet-Ops delivery. | | Pallet | Warehouse management for inventory, pick lists, cycle counts, and fulfilment. | | Ledger | Invoicing, payments, wallets, and accounting for logistics operators. | | Customer Portal | A self-service workspace for your customers to place and track orders, get quotes and pay, view invoices, manage documents, and open support tickets. | | AI | Natural-language order creation, operational queries, and order insights powered by OpenAI or Claude. | | IAM | Identity and access management: users, groups, roles, policies, and two-factor authentication across your organization. | | Developers | The developer console: API keys, webhooks, socket and system events, and request logs, with separate test and live environments. | | Navigator App | Open-source driver app for iOS and Android with real-time dispatch, navigation, and proof of delivery. | | Storefront App | Open-source iOS and Android app for launching your own shop or marketplace. |

Features

| Feature | Description | |---------|-------------| | Extensible | Install extensions from the marketplace or build your own to add features directly into the OS. | | Developer friendly | REST API, WebSockets, and webhooks for integrating external systems or building custom apps. | | Configurable workflows | Define order types with their own activity flows, custom fields, and automation. | | Real-time operations | Track drivers, vehicles, and orders live, with geofences and service zones. | | Telematics | Connect GPS devices and sensors for live feedback from the field. | | Identity & access | Organizations, users, roles, policies, and two-factor authentication. | | Dashboards | Build custom dashboards and widgets for visibility into operations. | | Collaboration | Built-in chat, comments, and notifications across your organization. | | Internationalized | Translate the console into any language. | | Self-hosted or cloud | Run it on your own infrastructure with full control of your data, or let us host it. |

Screenshots

https://github.com/fleetbase/fleetbase/blob/HEAD/Fleet-Ops order board

Order Board
Move orders through each stage on a Kanban board.

https://github.com/fleetbase/fleetbase/blob/HEAD/Fleet-Ops live map with active orders

Live Operations
See active and unassigned orders beside your fleet on a live map.

https://github.com/fleetbase/fleetbase/blob/HEAD/Fleet-Ops order configuration activity flow editor

Order Config
Design custom activity flows, fields, and entities for each order type.

https://github.com/fleetbase/fleetbase/blob/HEAD/Fleet-Ops orchestrator workbench

Orchestrator
Allocate vehicles and drivers, assign orders in batches, and plan and schedule routes before committing.

https://github.com/fleetbase/fleetbase/blob/HEAD/Fleet-Ops service areas, zones, and geofence events

Service Zones & Geofences
Define service areas and zones, and watch geofence events as they happen.

https://github.com/fleetbase/fleetbase/blob/HEAD/Storefront product catalog

Storefront
Manage products, catalogs, and orders for your shop or marketplace.

https://github.com/fleetbase/fleetbase/blob/HEAD/Ledger financial dashboard

Ledger
Track revenue, invoices, receivables, and wallet balances.

https://github.com/fleetbase/fleetbase/blob/HEAD/Extensions marketplace

Extensions
Browse and install free and paid extensions from the marketplace.

Getting Started

There are three ways to run Fleetbase:

Quickstart

You need Docker with Docker Compose v2, Git, Node.js 18 or newer, and at least 4 GB of RAM allocated to Docker. Then install the Fleetbase CLI and run the interactive installer:

npm install -g @fleetbase/cli
flb install-fleetbase

When setup finishes, open the console at http://localhost:4200 and create your first admin account and organization. The API is served at http://localhost:8000.

The running locally guide also covers installing with Docker Compose or the setup script, configuring services like mail, maps, and SMS, and troubleshooting. To work on Fleetbase itself, follow the development setup guide.

Extensions

Extensions add features, integrate external systems, or change how Fleetbase behaves. Browse and install them from the console or with the Fleetbase CLI, and publish your own to the marketplace as free or paid extensions.

Roadmap

| Feature | Status | Expected Release | Description | |---------|--------|------------------|-------------| | Pallet (WMS) | In development | Q4 2026 | Inventory and warehouse management extension | | Dynamic Rules | Planned | 2027 | Rule builder to trigger events, tasks, and jobs |

Want to influence the roadmap? Join the discussion.

Documentation

Community & Support

Contributing

We welcome contributions from the community.

To set up a local development environment, see the development setup guide.

Creators

https://github.com/fleetbase/fleetbase/blob/HEAD/Ronald A. Richardson
Ronald A. Richardson
Co-founder & CTO
GitHub | LinkedIn
https://github.com/fleetbase/fleetbase/blob/HEAD/Shiv Thakker
Shiv Thakker
Co-founder & CEO
GitHub | LinkedIn

License

Fleetbase is dual-licensed. Choose the license that fits how you use it.

Open source (AGPL-3.0). Fleetbase is released under the GNU Affero General Public License v3.0. You can use, modify, and self-host it freely, including to run your own commercial operations. If you modify Fleetbase and make it available to others over a network, you must release those modifications under AGPL-3.0.

Fleetbase Commercial License (FCL). The commercial license removes the AGPL-3.0 obligations. It lets you keep modifications proprietary, build SaaS products on Fleetbase, and white-label or distribute it under your own brand. It also includes support options and IP indemnification.

Read the licensing overview to see which license applies to you, or see the Commercial License for details. Questions go to hello@fleetbase.io.

---

Copyright © 2026 Fleetbase Pte. Ltd. All rights reserved.

GitHub Stars & Activity

3,795Stars
1,021Forks
0Open issues
JavaScriptLanguage

GitHub Popularity

GitHub stars3,795
Forks1,021
Open issues0
Primary languageJavaScript
License-
Stars gained today1,399
Created-
Last pushed-

Trending History

Weekly boardrank #47 · ▲ 1,399 stars
Monthly boardrank #81 · ▲ 1,517 stars

Related GitHub Projects

1

affaan-m / ECC

JavaScript★ 263,382⑂ 39,412▲ 1,012 stars
2

addyosmani / agent-skills

JavaScript★ 97,467⑂ 10,279▲ 729 stars
3

byoungd / up

JavaScript★ 63,347⑂ 6,411▲ 148 stars
4

cloudflare / security-audit-skill

JavaScript★ 17,579⑂ 976▲ 2,375 stars
5

mnfst / awesome-free-llm-apis

JavaScript★ 7,910⑂ 755▲ 138 stars
6

BuilderIO / skills

JavaScript★ 4,332⑂ 215▲ 22 stars
7

WorldFlowAI / everything-claude-code

JavaScript★ 3,343⑂ 520▲ 99 stars
8

akiralereal / iptv

JavaScript★ 797⑂ 254▲ 37 stars

More Trending Repositories