Projects
Production systems across AI, healthcare, FinTech, logistics, and commerce — architected and shipped end-to-end.
LogisticsX — Customized: Multi-Tenant Trucking TMS
A multi-tenant trucking transportation-management platform for freight, vehicle transport and drayage. A .NET 10 DDD/CQRS backend with per-tenant databases and IdentityServer OIDC drives four Angular portals (admin, TMS, customer, marketing). Shipped as pre-built container images behind a two-layer nginx + Let's Encrypt setup.
Route Optimization (TSP) — GraphHopper
A fleet route-optimization engine for freight delivery. It hosts a GraphHopper routing server over US road data (US South / Texas–Georgia) with an interactive map and a routing API — the core distance engine for solving multi-stop vehicle routing / TSP over trucking manifests.
Bash XAI Platform — Layered LLM Platform
A layered, multi-tenant LLM platform (.NET 10) that exposes a unified API over multiple model providers, with reusable prompts, skills, and per-app key management. Multi-tenancy runs Admin → Customer → App → Employee over a Postgres keystore, with admin / customer / portal consoles. It powers downstream products such as freight load extraction.
AI Personal Assistant
Cross-platform digital assistant with real-time chat, PDF and image processing, document Q&A, and user authentication. Powered by LangGraph and Groq LLM.
NutriTrov AI — Nutrition Discovery
AI-powered nutrition & healthy food discovery platform. A conversational assistant explains WHY each food is recommended. Semantic search via pgvector finds intent-aware results, with nearby healthy restaurants on a map and full nutrition breakdown with AI health scores.
Zeneth — AI Dropshipping Orchestrator
Autonomous dropshipping platform replacing manual product research with AI agents. Product Hunter scores high-margin SKUs; Price Tracker polls every 10 min and fires real-time alerts. React Control Hub with WebSocket delivery.

Desi Dhaba — Multi-Tenant Restaurant Platform
Multi-tenant restaurant platform with AI chatbot, voice ordering, real-time order tracking, and multi-brand management. Deployed across dev / test / prod environments.

AI-RecogniX — Real-Time Face Recognition
Real-time face recognition system with multi-angle enrollment (Face ID–style), live recognition overlay, and voice alerts. Supports IP camera integration via RTSP tunnel.

EzTrove — Cross-Channel Dropshipping Site
Multi-page marketing site for a UK dropshipping automation product. Six standalone pages, a long-form article with sticky TOC, pricing with monthly/annual toggle, and a Home-page companion-tool callout linking to the DiscoveryFX MVP. Three-branch git workflow: main / deployment / test.

AI-powered Residential Property Maintenance System
End-to-end maintenance dispatcher for managed residential properties. Tenant complaint emails are ingested from Gmail, classified by an AI triage engine (CRITICAL vs ROUTINE) and tagged with the right trade, the address is auto-resolved (with SMS fallback if ambiguous), and a matching contractor is dispatched — all from a React operator dashboard with a full ticket-lifecycle view.

AI Triage + Cerner EHR Connector
AI patient-intake and triage system integrated with Oracle Health (Cerner) FHIR R4 and SMART on FHIR. Conversational intake is turned into a triage assessment and a draft SOAP note, with every EHR write human-approved. Live Cerner reads/writes flow through a same-origin nginx gateway.
Voice-AI → Cerner Connector
A voice-agent bridge that turns a phone conversation into Cerner actions — patient identification, billing balance and payment, and appointment scheduling. Five tool webhooks the voice platform calls are backed by a FastAPI service using Cerner Backend-Services (system) auth, with a Simulate-a-Call console for testing.