Deprixa Plus - Courier & Delivery Management System | Logistics SaaS (Laravel 12 + React)

We are dedicated to providing support until you are fully satisfied. Please note that refunds are not available after the script has been d

Aug 4, 2026 - 18:50
Aug 4, 2026 - 20:52
 0  1
Deprixa Plus - Courier & Delivery Management System | Logistics SaaS (Laravel 12 + React)
Submit Ticket Documentation Product Demo


We are dedicated to providing support until you are fully satisfied. Please note that refunds are not available after the script has been downloaded. We encourage you to review the demo thoroughly before making a purchase.


DEPRIXA PLUS is a multi-tenant courier and logistics SaaS platform built on Laravel 12, React 19, Inertia.js 2, and Tailwind CSS. One installation runs unlimited organizations, each with its own branding, rates, and customers.

Shipments, dispatch, drivers, billing, zone-based rates, lockers, pre-alerts, and Cash on Delivery from one dashboard — plus a customer portal with live tracking, a documented REST API, and full English/Spanish support. Install once and start moving packages.


Choose the Right Deprixa for Your Business


What Makes Deprixa Plus Different?

Deprixa Plus is not an upgrade or a reskin of Deprixa Basic or Pro. It is a separate product, written from scratch with zero shared code: multi-tenant SaaS instead of single-tenant, Laravel 12 + React 19 + TypeScript instead of vanilla PHP + jQuery, a different database schema, and 15+ modules that do not exist in the earlier products. Buying Plus is not migrating — it is a different platform.



Deprixa Plus - All-in-One Courier and Logistics SaaS Platform Features Overview


Deprixa Plus - More Features: Rates, Pickups, Pre-Alerts, Roles, Contracts, Commissions



Core Modules

Fourteen modules covering the full courier operation — from the moment a package is announced to the moment the money is reconciled. Everything runs from a single multi-tenant installation.

38 shipment statuses  •  20 preset services  •  97 granular permissions  •  5 built-in roles

Operations

  • Smart Dashboard — Real-time KPIs, revenue metrics, shipment volumes, exceptions, and delivery performance in one command center. Your whole operation at a glance.
  • Shipment Lifecycle — Create shipments, print labels, scan barcodes, update statuses, and keep a full activity log. 38 statuses and 20 preset services across Air, Sea, and Land.
  • Dispatch & Live Tracking — Assign shipments to drivers, optimize routes, and watch deliveries move in real time on a live map powered by Leaflet and Mapbox GL.
  • Pickups & Pre-Alerts — Schedule origin pickups before packages enter the delivery flow, and let customers announce incoming packages to the warehouse ahead of arrival.

Customer Experience

  • Customer Portal & Lockers — Customers sign up, track shipments, create pre-alerts, and manage their locker code on their own, without calling your office.
  • Proof of Delivery — Capture photo evidence and a digital signature at the doorstep. Every delivery closes with proof attached to the shipment record.
  • Returns & Refunds — Handle return requests, track reverse logistics, and process refunds inside the same shipment record, with no side spreadsheet.
  • Notifications — Automated email notifications fire on every shipment status change, so customers stay informed without anyone typing a message.

Billing & Revenue

  • Billing & Financial Reports — Generate invoices automatically, export PDFs, collect payments, and read revenue performance in detailed financial reports.
  • Rates & Pricing — Zones, rate cards, weight tiers, and a public quote calculator. Volumetric weight and multiple currencies included.
  • Cash on Delivery — A complete collect-and-remit pipeline: drivers collect cash, the system tracks every amount, and admin reconciles the payments.
  • Contracts & Commissions — Customer service contracts with digital signature support, plus commission rules for staff and agents with approval workflows.

Platform & Security

  • Users & Roles (RBAC) — 97 granular permissions managed through Spatie Laravel Permission, across five roles that ship ready to use: Super Admin (97), Admin (93), Employee (38), Driver (9), Customer (6).
  • REST API with Sanctum — A full REST API with Laravel Sanctum token authentication. Connect e-commerce platforms, mobile apps, or any third-party system to Deprixa Plus.


Deprixa Plus - Main Features: Dashboard, Shipments, Dispatch, Tracking, Billing, Rates, Pickups, Pre-Alerts



Live Demo


Role Email Password
Super Admin admin@deprixa.com Admin@1234
Admin Demo admin@demo.deprixa.com Admin@1234
Employee Demo employee@demo.deprixa.com Admin@1234
Driver Demo driver@demo.deprixa.com Driver@1234



System Requirements



Need Assistance?

Please note that response times may be up to 2 business days.

Need Support? Create a Support Ticket




Changelog

1 August 2026 — Version 1.6.0 [LATEST]

 - New Modules: - Public Landing Page - White-label marketing page per organization with editable hero, features, pricing, and contact sections. Custom logo, colors, and content, all managed from the admin panel without touching code. - Plugin Marketplace - Browse, purchase, install, and update add-on modules directly from inside the platform. License validation, version checks, and one-click updates. - Key Improvements: - 16 languages included (up from 2), with right-to-left layout support. Switchable per organization and per user. - Language files restructured for easier translation and third-party contributions. - Landing page content is fully translatable across all 16 languages. - Core Fixes: - <<>> - <<>> - <<>> - General Fixes & Optimizations: - <<>> - <<>> - Performance and query optimizations across dashboard and reporting views. - Responsive and UI adjustments across multiple modules. - Database: - <<>> tables, all changes applied via idempotent migrations. - Safe upgrade path from any previous version via: php artisan deprixa:upgrade - Quality Assurance: - <<>> automated PHPUnit tests with 100% pass rate. - Verified across multiple environments (PHP 8.2+, MySQL 8, MariaDB 11). - Documentation: - Updated HTML documentation, including the Landing Page and Marketplace guides. - Tech Stack: - Laravel 12 - React 19 - Inertia.js - TypeScript - Tailwind CSS - MySQL 8 - Spatie Permissions 

12 May 2026 — Version 1.4.0

 - New Modules: - Full SaaS Billing Engine - 5 subscription plans (Free / Starter / Growth / Pro / Enterprise), wallet-based billing, auto-renewal, grace periods, and full subscription lifecycle management. - Contracts Module - Create, edit, sign, and manage customer contracts with file attachments and rate card linking. - Commissions Module - Configurable commission rules (percentage / fixed) per user, branch, or zone, with approval and payout workflow. - Paystack Payment Gateway - Cards, bank transfers, USSD, and mobile money with HMAC SHA-512 webhook verification. - UltraMsg WhatsApp Channel - Alternative to Twilio with automatic fallback. - Key Improvements: - 102 granular permissions (up from 97), including 5 new SaaS-related permissions. - Full i18n support - all hardcoded strings replaced with translation keys (EN & ES). - Responsive fixes across all views, including 1024x768 monitors. - Collapsible sidebar with hover popovers using React Portal for proper z-index. - SMTP configuration UI with test connection and provider presets. - Carrier integrations UI (DHL, FedEx, UPS, USPS) with sandbox mode and API keys. - Google OAuth social login. - Public rate calculator at /rate for customer self-service quotes. - Maps configuration (Mapbox, Google Maps, OpenStreetMap fallback) for Dispatch. - Locale-aware date formatting across all modules. - Encrypted API keys at rest using Laravel Crypt for payment & notification credentials. - Session-cached subscription status to reduce database load. - Database: - 80 tables (up from 79), all new tables created via idempotent migrations. - Pre-seeded SaaS plans and notification channels. - Safe upgrade path from any previous version via: php artisan deprixa:upgrade - Quality Assurance: - 137 automated PHPUnit tests with 100% pass rate. - Verified across multiple environments (PHP 8.2+, MySQL 8, MariaDB 11). - Documentation: - Comprehensive HTML documentation (20+ pages) including a dedicated upgrade guide. - Tech Stack: - Laravel 12 - React 18 - Inertia.js - TypeScript - Tailwind CSS - MySQL 8 - Spatie Permissions 

18 March 2026 — Version 1.3.1

 - Improvements & Fixes: - Bug fixes in dispatch module assignment. - Improved shipment tracking notifications. - Performance optimization in dashboard queries. - Minor UI/UX adjustments across multiple views. 

What's Your Reaction?

Like Like 0
Dislike Dislike 0
Love Love 0
Funny Funny 0
Angry Angry 0
Sad Sad 0
Wow Wow 0