Trends WD — Couriers Records & Trackings
Multi-courier Cash on Delivery (COD) operations dashboard: track shipments across couriers (TCS, CallCourier, M&P, and more), sync tracking statuses, run dashboard analytics, register complaints and customer responses, and manage users with page-level permissions.
| Version | 1.0.1 |
| Released | 2026-09-08 |
Live / demo
| Environment | How to open |
|---|---|
| Production app | Your deployed Next.js + Supabase URL |
| Local production | npm run dev → http://localhost:3000 (requires .env) |
| Demo Mode (offline) | cd demo-mode && npm run dev — no Supabase required |
Live hosted demo URL: set in demo-mode/demo.json → live_demo_url after you deploy Demo Mode as its own host project (currently empty — deploy pending).
Demo sign-in accounts are shown as clickable cards on the Demo Mode login screen.
What’s new in 1.0.1
- Portfolio Demo Mode branding and screenshot pipeline into
Documentation/images/ demo-mode/kept out of the main product production build- Cursor rules for changelog and version discipline
- Professional English client-facing copy in Demo Mode
See CHANGELOG.md and APP-VERSION.md.
Documentation index
| Guide | Route |
|---|---|
| Getting started | — |
| Login | /login |
| Dashboard | / |
| COD Shipments (courier) | /{courierSlug} |
| COD Shipments (status) | /{courierSlug}/{statusSlug} |
| Complaints index | /complaints |
| Complaints (courier) | /complaints/{slug} |
| Courier Setup | /settings/courier-setup |
| Users and Access | /settings/users-access |
| Profile | /profile |
| Legacy routes | /dashboard, /import, … |
| Permissions & roles | — |
| Demo Mode | demo-mode/ |
| Customer Response | /customer-response/{slug} |
App map
/login
/
├── /{courierSlug} # COD list
│ └── /{courierSlug}/{statusSlug} # Status filter
├── /complaints → /complaints/{slug}
├── /customer-response → /customer-response/{slug}
├── /settings → /settings/courier-setup
│ ├── /settings/courier-setup
│ └── /settings/users-access # Admin
├── /profile
├── /import → /{firstSlug}?import=1
└── /dashboard → /