37
Growify is a Next.js application designed for modern supply chain teams, offering an agent-driven command center that replaces fragmented spreadsheets and disconnected logistics tools. It features autonomous routing agents that optimize routes across various transportation modes (ocean, rail, road, air, and inland waterways) in real time.
Autonomous routing agents continuously optimize routes and reduce costs.
Centralized dashboard integrates fleet views, shipment statistics, and warehouse inventory.
Predictive Monitoring utilizes a self-learning AI assistant to identify shipments at risk of delay and monitor fuel-cost efficiency, flagging disruptions 24–72 hours in advance.
Structured Logistics Fields automatically extract key information like delivery windows, exclusivity terms, and penalty clauses from shipping contracts.
Campaigns allow for the management of logistics projects with saved routing histories per user.
Route network map provides SVG visualization and agent assignment.
Analytics offer insights into monthly cost vs. savings, route efficiency, and delivery performance.
Fleet management tracks vehicle status, utilization, and maintenance.
Settings for profile, notifications, security, and integrations are available.
The platform persists data such as campaigns, routing histories, and warehouse inventories in a central MongoDB database. The backend, built with FastAPI, uses pymongo/motor for database operations.
Tech Stack:
Frontend: Next.js, TypeScript, Tailwind CSS, Recharts, Lucide React, date-fns, clsx / tailwind-merge
Backend: FastAPI (Python), Uvicorn, Pydantic, MongoDB (via pymongo and motor), python-dotenv
Infrastructure: MongoDB, Docker Compose
Built with