Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
F

fleetbase

> 编程语言
Open source

Modular logistics and supply chain operating system (LSOS)

2.3K stars0 likes1 views
WebsiteGitHub

About

Modular logistics and supply chain operating system (LSOS)

## 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://console.fleetbase.io/onboard).

## Table of Contents - [Who Uses Fleetbase](#who-uses-fleetbase) - [Platform](#platform) - [Features](#features) - [Screenshots](#screenshots) - [Getting Started](#getting-started) - [Extensions](#extensions) - [Roadmap](#roadmap) - [Documentation](#documentation) - [Community & Support](#community--support) - [Contributing](#contributing) - [Creators](#creators) - [License](#license) ## 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](https://fleetbase.io/solutions/trucking) | Replace a legacy TMS with real-time tracking, route optimization, and digital proof of delivery. | | [Courier & Parcel](https://fleetbase.io/solutions/courier-services) | Automate dispatch, raise first-attempt delivery rates, and give customers live parcel tracking. | | [Food & Grocery Delivery](https://fleetbase.io/solutions/food-delivery) | Run on-demand delivery with instant dispatch, live customer tracking, and automated notifications. | | [E‑commerce & Retail](https://fleetbase.io/solutions/ecommerce) | Power same-day and next-day delivery and returns through a headless API. | | [Healthcare & Pharmacy](https://fleetbase.io/solutions/healthcare) | Track chain of custody and prioritize urgent deliveries with full audit trails. | | [Waste & Recycling](https://fleetbase.io/solutions/waste-management) | Optimize collection routes, track containers, and produce compliance reports. | | [Container Operations](https://fleetbase.io/solutions/container-operations) | Follow containers across multi-modal journeys from port to door. | | [Government & Defense](https://fleetbase.io/solutions/government) | 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](https://www.fleetbase.io/docs/fleet-ops) | Fleet management and dispatch: orders, drivers, vehicles, live tracking, route optimization, configurable workflows, and maintenance. | | [Storefront](https://www.fleetbase.io/docs/storefront) | Headless commerce for on-demand businesses, with multi-vendor marketplaces and native Fleet-Ops delivery. | | [Pallet](https://www.fleetbase.io/docs/pallet) | Warehouse management for inventory, pick lists, cycle counts, and fulfilment. | | [Ledger](https://www.fleetbase.io/docs/ledger) | Invoicing, payments, wallets, and accounting for logistics operators. | | [Customer Portal](https://github.com/fleetbase/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](https://fleetbase.io/platform/ai) | Natural-language order creation, operational queries, and order insights powered by OpenAI or Claude. | | [IAM](https://www.fleetbase.io/docs/platform/identity-and-access/users) | Identity and access management: users, groups, roles, policies, and two-factor authentication across your organization. | | [Developers](https://www.fleetbase.io/docs/platform/developer-console) | The developer console: API keys, webhooks, socket and system events, and request logs, with separate test and live environments. | | [Navigator App](https://github.com/fleetbase/navigator-app) | Open-source driver app for iOS and Android with real-time dispatch, navigation, and proof of delivery. | | [Storefront App](https://github.com/fleetbase/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

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

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

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

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

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

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

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

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

## Getting Started There are three ways to run Fleetbase: - **[Fleetbase Cloud](https://www.fleetbase.io/docs/platform/quickstart/cloud-quickstart)**: fully managed, with nothing to install. [Start a free trial](https://console.fleetbase.io/onboard). - **[Run locally](https://www.fleetbase.io/docs/platform/quickstart/running-locally)**: self-host with Docker on your own machine or server. - **[Deploy in your cloud](https://www.fleetbase.io/docs/platform/quickstart/deploy-in-cloud)**: run production workloads on AWS, GCP, Azure, or any other provider. ### 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: ```bash 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](https://www.fleetbase.io/docs/platform/quickstart/running-locally) 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](https://www.fleetbase.io/docs/platform/quickstart/development-setup). ## Extensions Extensions add features, integrate external systems, or change how Fleetbase behaves. Browse and install them from the console or with the [Fleetbase CLI](https://www.fleetbase.io/docs/cli), and publish your own to the marketplace as free or paid extensions. - [Browse and install extensions](https://www.fleetbase.io/docs/platform/extensions/browsing-and-installing) - [Build your first extension](https://www.fleetbase.io/docs/extension-development/getting-started/quickstart) - [Extension architecture](https://www.fleetbase.io/docs/extension-development/architecture/overview) ## 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](https://github.com/orgs/fleetbase/discussions). ## Documentation - **[Overview](https://www.fleetbase.io/docs/platform/getting-started/overview)** and **[architecture](https://www.fleetbase.io/docs/platform/getting-started/architecture)**: how the platform fits together - **[Installation](https://www.fleetbase.io/docs/platform/quickstart/running-locally)**: run Fleetbase locally or [deploy it in the cloud](https://www.fleetbase.io/docs/platform/quickstart/deploy-in-cloud) - **[System setup](https://www.fleetbase.io/docs/platform/system-setup/services)**: configure mail, maps, SMS, storage, queues, and sockets - **[API reference](https://www.fleetbase.io/docs/api)**: endpoints, authentication, and [API keys](https://www.fleetbase.io/docs/platform/developer-console/api-keys) - **[Fleetbase CLI](https://www.fleetbase.io/docs/cli)**: every command for installing, managing, and publishing extensions - **[Extension development](https://www.fleetbase.io/docs/extension-development/getting-started/quickstart)**: build and publish your own extensions - **[Database schema](erd.svg)**: an entity relationship diagram of the full database, regenerated with each release ([dark version](erd-dark.svg)) ## Community & Support - **Discord**: Chat with maintainers and other users on [Discord](https://discord.gg/V7RVWRQ2Wm). - **Discussions**: Ask questions and share ideas in [GitHub Discussions](https://github.com/orgs/fleetbase/discussions). - **Bugs**: Search the [issue tracker](https://github.com/fleetbase/fleetbase/issues) first, then [open a new issue](https://github.com/fleetbase/fleetbase/issues/new). - **Security**: Report vulnerabilities privately as described in [SECURITY.md](SECURITY.md). - **Support plans**: See [community, cloud, and enterprise support options](https://www.fleetbase.io/docs/community/support-plans). - **Releases**: Read changelogs on the [Releases](https://github.com/fleetbase/fleetbase/releases) page and announcements on the [Fleetbase blog](https://www.fleetbase.io/blog). - **X**: Follow [@fleetbase_io](https://x.com/fleetbase_io). ## Contributing We welcome contributions from the community. - **Report bugs**: [Open an issue](https://github.com/fleetbase/fleetbase/issues/new) - **Suggest features**: [Start a discussion](https://github.com/orgs/fleetbase/discussions) - **Submit pull requests**: Read the [Contributing Guide](CONTRIBUTING.md) and the [Code of Conduct](CODE_OF_CONDUCT.md) - **Translate**: Add or improve a language by following [TRANSLATING.md](TRANSLATIN

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

JavaScriptdriver-appfleet-managementfreight-managementinfrastructure

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言