Overview
The Fleet Management module is part of the Hemut Prod frontend repository (Hemut-Prod). It provides real-time tracking and management capabilities for trucking fleet operations.
Repository:
Hemut-Prod (Next.js frontend application)Fleet Management pages are located at /fleet/* routes.Modules
Dashboard
Unified fleet overview with KPIs, maps, and alerts
Driver Management
Driver profiles, HOS tracking, and assignments
Tractor Management
Tractor fleet tracking, maintenance, and telematics
Trailer Management
Trailer pool management, location tracking, and allocations
PTA
Predicted Time Available - driver availability timeline
Tech Stack
| Technology | Purpose |
|---|---|
| Next.js | React framework with SSR/SSG |
| TypeScript | Type-safe JavaScript |
| Tailwind CSS | Utility-first styling |
| shadcn/ui | UI component library |
| SSE (Server-Sent Events) | Real-time data streaming |
Architecture
Fleet Management is built on:- Next.js frontend with React components
- Real-time SSE connections for live data updates
- Tracking Backend API for vehicle, driver, and trailer data
Select a section from the sidebar to explore documentation for each Fleet Management feature.

