🚛 Logistics SaaS Platform

Manage Your Fleet &
Logistics Operations

TruckEx is a multi-tenant platform for transport companies to manage trucks, drivers, orders, assignments, accounting, and more — all in one place.

24 142 ৳ 84K
REST
JSON API
Laravel 12
Backend Framework
RBAC
Role-Based Access
Multi-Tenant
Company Isolation
v1
Current API Version

Everything You Need to Run a Transport Business

Built for logistics companies of all sizes, with powerful tools to control every part of your operation.

Truck & Driver Management

Manage your entire fleet with assignments, driver records, and complete vehicle histories per company.

Order & Assignment

Create orders, assign trucks and drivers, confirm deliveries, and track the full lifecycle from pickup to drop-off.

Payments & Billing

Handle client invoices, provider payments, generate bills, and track outstanding balances in real time.

Double-Entry Accounting

Full chart of accounts, journal entries, ledger, trial balance, P&L reports, and expense tracking built in.

Multi-Tenant User Management

Company-isolated users with granular RBAC. Clients, providers, and staff each get their own scoped access.

Reports & Analytics

Client invoice reports, provider invoices, sales reports, outstanding balances, and expense reports by truck or order.

Clean REST API

All TruckEx features are exposed through a versioned JSON REST API. Authenticate once with a Bearer token and access everything your frontend needs.

Bearer Token Auth Laravel Sanctum Versioned (/api/v1) JSON Responses RBAC Middleware Pagination
Check API Health →
// 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": [...]
  }
}

Ready to Streamline Your Logistics?

TruckEx gives your transport company the tools to operate faster, smarter, and with full visibility from day one.

Get Started with the API →