Skip to main content
In Development

Overview

The Fleet Management Platform exists to serve as a central system for managing the availability, build and condition of SG’s kart fleet. Before FMP, fleet management was handled through fragmented manual processes and spreadsheets with no single source of truth for kart builds, BOMs or damage records.
The operations team currently use a Lovable-developed alternative while FMP MVP is in development. FMP only has a DEV environment at this time — there is no PROD.

How It Works

FMP is an API and web application to manage SG’s fleet of karts, their logical and physical BOMs, damages and component tracking. The MVP is currently in development, focused on logical BOMs. FMP uses a dedicated MongoDB instance provisioned by SG-Infra, separate from the shared infrastructure used by the rest of the estate. It has no live dependencies on the core estate at this time.

Repositories

RepositoryDescription
FMP.APICore backend API
FMP.API.InfraInfrastructure for API
FMP.WebFrontend web application
FMP.Web.InfraInfrastructure for frontend

Dependencies

Infrastructure

  • SG-Infra — FMP uses a dedicated MongoDB EC2 instance defined in SG-Infra, separate from the shared MongoDB instance used by the rest of the estate. SG-Infra is the target infrastructure pattern going forward.
  • TalentIdPipeline-Infra-CDK (indirect) — SG-Infra depends on TalentIdPipeline-Infra-CDK for the VPC. FMP therefore has an indirect dependency on this repo.

Notes

  • FMP is the first system to use SG-Infra, which is the target infrastructure pattern for all future cloud systems.
  • No live dependencies on the core estate at this time.
  • DEV environment only — no PROD.
Last modified on June 23, 2026