Supply Chain
Inventory Management System
A centralized inventory platform that gives operations teams visibility into stock across multiple warehouses, with alerts before shortages become a problem.
In DevelopmentNext.jsTypeScriptNode.jsPostgreSQL
SKUs tracked
1,248
Warehouses
3
Low stock
12
Stock levels
ItemOn handReorder
Cement 50kg212150
Iron sheets3460
Paint 20L8840
Nails 5kg1950
Reorder alerts
- Iron sheets-26 below
- Nails 5kg-31 below
- Wire mesh-4 below
Features
Stock management
Products
Warehouses
Alerts
Reports
Technology
Next.js
TypeScript
Node.js
PostgreSQL
Engineering overview
Stock movements are modeled as immutable ledger entries rather than mutable counters, so every increase or decrease in inventory is traceable to a specific event. A scheduled job aggregates ledger entries into warehouse-level summaries, keeping dashboard reads fast without recomputing history on every request.
Project status
This project doesn't have a public deployment yet — the live demo will appear here once it does.