geofleetic.com geofleetic.com/docs/index.md
Welcome to the documentation hub for GeoFleetic — the spatial intelligence layer of the [&] Protocol ecosystem. GeoFleetic provides geo-distributed fleet tracking, federated rou…

GeoFleetic Documentation

The fleet that learns where. Spatial digital twins, federated route learning, and GNN optimization for geo-distributed intelligence.

Part of the [&] Protocol stack · Ecosystem overview · Three-protocol stack · Stack status

Welcome to the documentation hub for GeoFleetic — the spatial intelligence layer of the [&] Protocol ecosystem. GeoFleetic provides geo-distributed fleet tracking, federated route learning, and GNN-based route optimization — all running on the BEAM for fault tolerance and real-time concurrency.

GeoFleetic is the &space primitive provider, exposing &space.fleet, &space.route, and &space.geofence capability contracts to the rest of the [&] stack.

The Problem

Fleet management systems today are centralized, batch-oriented, and privacy-hostile. A logistics company with 10,000 vehicles streams all GPS data to a cloud API, which returns routes computed on stale models. The fleet learns nothing from yesterday's deliveries. Privacy regulations (GDPR, CCPA) make centralizing raw location data increasingly untenable. And when the cloud API goes down, the fleet goes blind.

GeoFleetic provides spatial intelligence that:

  • Lives at the edge — each vehicle reasons locally with sub-second latency

  • Learns continually — routes improve from every delivery, not quarterly retraining

  • Preserves privacy — shares model updates, never raw trajectories

  • Tolerates partitions — vehicles operate offline and reconcile when reconnected

  • Composes with other intelligence — spatial context enriches upstream reasoning

Documentation Map

Homepages

Root Docs

GeoFleetic Docs

[&] Capability Contracts

CapabilityOperationsDescription
&space.fleetlocate, enrich, capacity, routeFleet tracking and spatial digital twins
&space.routeroute, optimize, explainGNN-based route learning and optimization
&space.geofencecontains, enter_exit, enrichDynamic geofence boundary evaluation

Key Technologies

  • Spatial digital twins — delta-CRDT-backed replicas that converge under partition

  • Federated learning — LoRA adapter deltas shared across fleet, raw GPS stays on-device

  • GNN route optimization — graph neural network continual learning for route quality

  • Multi-timescale memory — edge SQLite + sqlite-vec, fleet-level PostGIS + Tile38

  • MCP + A2A protocols — all capabilities exposed as MCP tools

Architecture at a Glance

ComponentRoleOTP Pattern
Fleet TrackerDelta-CRDT spatial digital twinsGenServer per asset
Route OptimizerGNN-based continual route learningGenServer + Nx
Geofence EngineTile38-inspired boundary evaluationConcurrent tasks
Federated CoordinatorLoRA delta aggregation, privacy budgetsGenServer
Fleet DashboardMaps, routes, geofences, capacity heatmapsPhoenix LiveView

Paired With

ProductRelationship
TickTickClockTemporal intelligence — when + where = complete situational awareness
GraphonomousContinual learning substrate for fleet knowledge
DelegaticGovernance enforcement for fleet operations

Tech Stack

LayerTechnology
LanguageElixir 1.17+
FrameworkPhoenix 1.8+
DatabasePostgreSQL 16+ + PostGIS
Spatial IndexTile38 (or equivalent)
Edge StorageSQLite + sqlite-vec
MLBumblebee / Nx (GNN, LoRA)
ReplicationEpoch-aware delta-CRDTs

Project Links

[&] Ampersand Box Design — geofleetic.com

Open in the interactive atlas