One-time secure link
Every assignment mints a random token, stored only as a hash. The link identifies the driver and the consignment, expires with the journey, and can be revoked from the dashboard.
Technology
Our drivers are independent contractors engaged per consignment. Asking them to install and maintain a fleet app does not work. Instead, each assignment produces a one-time secure link that turns any mobile browser into a tracking device for the duration of that journey.
Every assignment mints a random token, stored only as a hash. The link identifies the driver and the consignment, expires with the journey, and can be revoked from the dashboard.
The driver grants location permission once. The page watches position while it is open, filters noisy fixes, and stores a point roughly every minute of movement.
The backend promotes a location to a journey checkpoint about every 30 minutes, producing a clean, readable journey history rather than thousands of raw points.
When a consignment stops reporting, the platform raises an alert for the control desk instead of quietly showing an old position as if it were current.
Session validation, checkpoint spacing, and location naming all live in the database. The client only reports coordinates.
A future native driver app can call exactly the same session and location routines. Replacing the driver interface would not require redesigning the backend.
We are deliberate about this because overselling it damages trust. A mobile browser cannot guarantee continuous GPS tracking after the browser is closed, backgrounded for a long period, or suspended by the phone's power management. iOS and Android both throttle or stop background location for web pages.
We design around this rather than pretending otherwise: drivers are asked to keep the tab open, the platform queues points captured offline, gaps are labelled honestly in the dashboard, and prolonged silence raises an alert so the desk can call the driver. Customers with a continuous-tracking mandate are moved to a native driver app or a hardware GPS device on the vehicle.
Track any live consignment with its number — no account required.