LOGI-PRO - Real-Time Logistics Courier ScriptLOGI-PRO - Real-Time Logistics Courier Script
A premium, lightweight, real-time logistics and dispatch platform featuring an automated quoting engine, multimodal tracking Recently UpdatedLOGI-PRO - Real-Time Logistics Courier Script
A premium, lightweight, real-time logistics and dispatch platform featuring an automated quoting ...
Overview
LOGI-PRO is a premium, ready-to-deploy, real-time logistics and freight dispatch platform designed for modern courier, cargo, and supply chain management businesses. Built on a cutting-edge, no-refresh serverless architecture, the platform syncs data instantly across all modules using Firebase Realtime Database.
Whether you want to launch a local delivery platform, an international freight forwarding service, or sell a turnkey logistics solution to clients, LOGI-PRO offers a fully plug-and-play experience with standard web languages (HTML5, Tailwind CSS, JavaScript) backed by ultra-fast cloud synchronization.
🚀 Key Features
- ⚡ Real-Time No-Refresh Architecture: Powered by Firebase RTD. Tracking updates, dispatch signals, and status shifts update instantly across user, driver, and admin portals without reloading the page.
- 📊 Live Admin Command Room: A centralized master dashboard where administrators can create, edit, filter, and delete manifests, manage shipping vectors (Air, Land, Sea), and track live operational metrics.
- 🛞 Driver Dispatch Terminal: A secure, dedicated interface for field drivers to view assigned manifests, track cargo capacities (volumetric weight vs. physical space), and broadcast live telemetry waypoints (Active, Paused, Completed).
- 💰 Automated Price & Distance Engine: Built-in calculation engine that accurately processes physical weight, dimensions (Length x Width x Height), transit days allocation, priority surcharges, insurance, and fragile item handling costs.
- 💳 PayPal SDK Gateway Integration: Secure, out-of-the-box digital payment processing for customers checking out system quotes.
- 📧 Brevo Email SMTP Integration: Automated, real-time transactional emailing. Instantly triggers beautifully formatted emails for invoice notifications, dispatch status modifications, and tracking alerts.
- 🗺️ Live Map GPS Tracking: Seamless integration with Leaflet.js interactive maps to render active shipment routes, waypoint progression, and automated location histories.
- 📄 Dynamic PDF Invoice Builder: Integrated compilation engine (
html2canvas+jsPDF) that lets clients generate and download official branded PDF invoices locally with a single click.
🛠️ Premium Tech Stack
LOGI-PRO is engineered using hyper-efficient, easy-to-customize, clean source code:
- Frontend: HTML5, CSS3, Tailwind CSS (Utility-First Design Framework), FontAwesome 6 Icons.
- Core Engine & Auth: Vanilla JavaScript (ES6+) combined with Firebase Core SDK (App, Auth, Database).
- Mapping: Leaflet.js Open-Source Interactive GIS Mapping.
- Integrations: PayPal REST SDK, Brevo SMTP Integration Mailer.
- Server-Side (Bonus Helper Component): Optimized PHP modular backend engine to process algorithmic freight payload capacities, transit days, and financial configurations securely.
📂 What is Included in the Download Package?
Admin.html– The Master Logistics Control Command Center.Driver.html– The dedicated Mobile-Responsive Driver/Courier Terminal.Quote.html– The customer-facing Interactive Volumetric Calculator, Live Price Quoter, Payment Gateway, and PDF Invoice Generator.Track.html– Customer Real-Time Tracking Portal with live Leaflet GPS map routing.quote.php– Heavy-duty backend algorithmic metric calculator for high-tier freight logic.js/config.js– Centralized configuration file.-
api/paypal-verify.php– handles the PayPal logic api/quote.php– Handles the calculation of the quotes- Documentation File – Step-by-step setup guide to get your script running live in less than 5 minutes.
⚙️ Easy 3-Step Setup (Plug & Play)
LOGI-PRO is designed with an isolated configuration layer. You do not need to hunt through hundreds of lines of code to customize it:
- Open
js/config.jsand paste your Firebase project credentials. - Update your PayPal Client ID inside the
Quote.htmlfile and your Brevo credentials for emails. - Upload the files to any standard web hosting service (Cpanel, Hostinger, Netlify, Vercel, or Firebase Hosting). Your platform is instantly 100% operational!
📌 Target Audience / Perfect For:
- Web Developers looking for a highly valuable SaaS template to resell to logistics clients.
- Local Courier & Delivery companies wanting a premium real-time software upgrade.
- Freight Forwarding and Supply Chain startups that need automated quotation tools.
- Entrepreneurs looking to enter the lucrative logistics software market..
Features
- Server-Side Volumetric Calculation: Processes cargo package dimensions (Length, Width, Height) securely using the industry-standard formula $text{Volumetric Weight} = frac{L times W times H}{5000}$ to determine the true chargeable mass.
- Multi-Modal Freight Multipliers: Features dedicated, customizable server-side calculation paths for Standard Linehaul Land, Ocean Container Sea, and Air Cargo Freight.
- Dynamic Surcharges & Insurance: Automatically computes precise financial variations for Express Priority handovers, Economy Saver discounts, Fragile Handling flat fees, and Premium Cargo Insurance protection.
- Haversine Distance Routing: Uses an advanced server-side Haversine mathematical function to calculate exact shipping paths and automatically applies transit buffers if estimated drive times exceed standard 8-hour shift limits.
Live Admin Command Dashboard
- Decoupled Security Gateways: Centralizes all database initialization logic and direct API write paths safely within the server-side architecture to keep core operations out of reach of public browser consoles.
- Automated Tracking ID Generator: Instantly compiles an immutable tracking reference following a strict
LP-[Current-Year]-[6-Digits]format the moment a manifest is approved by the administrator. - Real-Time Status & Milestone Manager: Allows administrators to append location updates and modify shipment logs, pushing live changes across all customer-facing layouts instantly.
- ###b/b### Includes a built-in module to assign out-of-network packages to external couriers by embedding their custom tracking URLs directly into the client tracking workspace.
Driver Terminal & GPS Radar Dispatch
- Mobile-Responsive Workspaces: Provides field couriers with a secure, isolated terminal to review workloads, manage assigned manifests, and view target delivery windows.
- Hardware GPS Telemetry: Prompts mobile devices for explicit location permissions to broadcast real-time vehicle coordinates directly to the tracking interface while on the road.
- Privacy-First Telemetry Control: Features intuitive "Pause" and "Resume" dashboard buttons so drivers can safely suspend location tracking broadcasts during personal rest breaks.
- Automated Capacity-Based Allocation: Automatically queries active driver availability and pairs inbound manifests with optimal vehicles based on remaining physical payload weight and volume capacities.
Client Tracking Portal
- Instant No-Refresh Lookups: Allows consumers to input their unique tracking ID to immediately fetch live origin nodes, destination addresses, transit methods, and current shipping milestones.
- Interactive Route Mapping: Renders visual route tracks, destination pins, and live driver movements utilizing lightweight, interactive map views.
- Customs Clearance Gateway: Dynamically generates secure on-screen action and payment shortcuts for the user if an administrator flags a package with a "Customs Hold" status.
Turnkey Third-Party Integrations
- PayPal Smart Buttons SDK: Embedded checkout layout configured for instant sandbox testing out of the box and quick production conversion via a single client-ID string swap.
- Brevo V3 SMTP API Relay: Completely automated transactional email framework that simultaneously dispatches detailed invoice receipts to both the administrator and the client the moment a payment is authorized.
- Isolated Configuration Layer: Features a structured, modular script array allowing rapid synchronization of global web app credentials without altering core layout source code blocks.
Requirements
Server & Hosting Requirements
- PHP Environment: A web server running PHP 7.4 or higher (PHP 8.x highly recommended) to process the server-side calculations securely inside
quote.php. - Web Server Type: Compatible with all standard web servers including Apache, Nginx, LiteSpeed, or IIS.
- SSL Certificate (HTTPS): An active SSL certificate is strictly required on your domain. Both the PayPal SDK gateway and the mobile browser HTML5 Geolocation API require a secure HTTPS connection to authorize payments and capture driver coordinates.
Third-Party API & Account Credentials
- Firebase Account: A free or paid Google Firebase account to host the Realtime Database and manage user authentication.
- PayPal Developer Account: An active PayPal business account to generate a production Client ID for live credit card and digital wallet payment processing.
- Brevo Account: A verified Brevo account to acquire a V3 SMTP API key for sending automated transactional tracking and invoice emails.
Client & Device Requirements
- Modern Web Browser: Full compatibility with modern web browsers such as Google Chrome, Apple Safari, Mozilla Firefox, and Microsoft Edge.
- Hardware GPS Access: Driver mobile devices must have functional location hardware and explicit page-level permissions granted to broadcast live coordinates while tracking routes.
- Standard Data Encoding: The system requires browser local storage and active scripting permissions to parse database target windows and standard
YYYY-MM-DDstring inputs seamlessly.
Instructions
All Instructions are include in the script
|
PHP Script Installation Service
Don't worry about the installation of your script! Have your PHP Script installed for you.
|
$39 | Buy now |
| Category | Scripts & Code / PHP Scripts / Management / Business |
| First release | 17 June 2026 |
| Last update | 17 June 2026 |
| Software version | PHP 7.3, PHP 8.2 |
| Files included | .php, .html, Javascript .js |
| Tags | tracking, logistic, shipping, courier, shipment, courier script, logistic script, shipping script |








