Fleetbase

Fleetbase

WHAT IS IT?

Fleetbase is an open-source operating system for logistics and supply chain, built to be self-hosted. It bundles order management, fleet tracking, route optimization and service zones into a modular, API-driven platform. Designed for delivery, courier, field service and any business that moves things from point A to point B.

WHY IS IT INTERESTING?

  • Modular architecture: an extensible PHP core plus add-on extensions to fit the platform to your business without forking the project.
  • Real-time by default: live fleet map, order tracking and a built-in WebSocket server to push updates as they happen.
  • API-first: everything runs through a documented REST API, with webhooks and WebSocket — perfect for wiring in your own apps or existing systems.
  • Mobile apps included: Storefront (customer-facing ordering) and Navigator (driver-facing) ship alongside the web console.
  • Self-hosted and open source: Docker Compose / Kubernetes (Helm) deployment, AGPL-3.0 license, your data stays with you.

USE CASES

  • Delivery or courier platform with dispatch and real-time tracking
  • Route optimization via OSRM to cut empty miles
  • Field service management (technicians, on-site jobs)
  • Logistics backend for e-commerce or food delivery
  • Extensible foundation to build your own custom TMS