LogisBaseLogisBase

Overview

What LogisBase is, how it works, and who it's built for — a complete picture of the platform before you dive in.

Overview

LogisBase is an source-accessible Logistics and Supply Chain Operating System (LSOS) — a modular, API-first platform that gives logistics operators and software developers production-ready infrastructure they can deploy on their own terms, extend without limits, and own completely.

At its core, LogisBase provides the foundation every logistics business needs: multi-tenant organisation management, identity and access control, a real-time event bus, a REST API, and a developer console for managing integrations. On top of that foundation, you install the modules you need — FleetOps for fleet management, Storefront for e-commerce, Pallet for inventory, Ledger for accounting — or you build your own.

Who LogisBase Is For

LogisBase is built for two types of people who are almost always working together:

Operators are logistics businesses — courier companies, on-demand delivery platforms, e-commerce brands, field service providers, and enterprise supply chains. They need a platform that can be shaped to their exact operations, rather than forcing their operations to fit the software.

Developers are the engineers who build and maintain logistics systems. They need a stable, well-architected API layer, an extensible UI framework, and the ability to add custom logic without fighting the platform.

Both groups get the same thing: full access to the source code, the ability to self-host on any infrastructure, and a platform designed to be extended rather than worked around.

The Console

The LogisBase Console is a web-based administration interface built with Ember.js. It is where operators manage their organisation day-to-day — dispatching orders, managing users, configuring integrations, and installing extensions.

The console is modular by design. Each extension registers its own routes, pages, and sidebar links into the console at runtime using the Universe Service — LogisBase's central extensibility registry. When you install FleetOps, a fully featured fleet management interface appears in the console. When you install Storefront, a complete e-commerce management panel appears alongside it. No redeployment required.

The console runs as a single Ember application, with each extension mounted as an Ember Engine — an isolated sub-application that shares core services (auth, data, notifications) but keeps its own routes and components completely separate.

First-Party Extensions

LogisBase ships with a set of officially maintained extensions that cover the most common logistics use cases.

The Extension Marketplace

Beyond the first-party modules, LogisBase has a community extension marketplace where developers can publish and discover extensions. Extensions can add new order types, integrate third-party services (maps, payments, SMS), add custom reporting, or build entirely new verticals on top of the LogisBase platform.

You can browse and install extensions directly from within the LogisBase Console under Extensions → Browse.

Deployment Options

LogisBase can be run anywhere you can run Docker.

The fastest way to get started. LogisBase Cloud is a fully managed, multi-tenant deployment maintained by the LogisBase team. You get:

  • Instant access — no infrastructure setup required
  • Automatic updates and security patches
  • Managed backups and uptime monitoring
  • All first-party extensions available

Start with Cloud Quickstart →

Deploy LogisBase on your own cloud account (AWS, GCP, Azure, DigitalOcean) using Docker Compose or Kubernetes. You get full control over:

  • Where your data lives
  • Which version you run
  • What extensions are installed
  • Infrastructure scaling decisions

Deploy in Cloud →

Run LogisBase on your own hardware — in your data centre or on air-gapped infrastructure. Required services are MySQL, Redis, and S3-compatible object storage. No internet connection required after initial setup.

Run Locally →

Next Steps

Understand the why

See how LogisBase compares to building from scratch or using closed SaaS.

Understand the architecture

Explore the technical stack — backend, frontend, real-time, and extensions.

Get running now

Skip the reading and get LogisBase running in under 10 minutes.

Overview | LogisBase