TruckEx is a multi-tenant platform for transport companies to manage trucks, drivers, orders, assignments, accounting, and more — all in one place.
Built for logistics companies of all sizes, with powerful tools to control every part of your operation.
Manage your entire fleet with assignments, driver records, and complete vehicle histories per company.
Create orders, assign trucks and drivers, confirm deliveries, and track the full lifecycle from pickup to drop-off.
Handle client invoices, provider payments, generate bills, and track outstanding balances in real time.
Full chart of accounts, journal entries, ledger, trial balance, P&L reports, and expense tracking built in.
Company-isolated users with granular RBAC. Clients, providers, and staff each get their own scoped access.
Client invoice reports, provider invoices, sales reports, outstanding balances, and expense reports by truck or order.
All TruckEx features are exposed through a versioned JSON REST API. Authenticate once with a Bearer token and access everything your frontend needs.
// POST /api/v1/auth/login { "email": "admin@company.com", "password": "••••••••" } // Response { "success": true, "data": { "token": "1|abc123xyz...", "user": { "user_context": "company", "is_primary": true }, "menus": [...], "permissions": [...] } }
TruckEx gives your transport company the tools to operate faster, smarter, and with full visibility from day one.
Get Started with the API →