Modular commerce microservices platform
ShopSphere splits catalog, cart, orders, and payments into independent services behind an API gateway, so each piece can scale and deploy on its own schedule.
Authentication uses short-lived JWTs with refresh rotation, and the entire stack ships as a Docker Compose bundle for easy self-hosting.
Keeping the cart consistent when a product's price or stock changed mid-checkout was easy to get wrong.
Snapshot pricing at add-to-cart time and re-validate stock and price atomically at checkout, rejecting with a clear diff instead of silently overwriting the customer's cart.
AI-powered sales coaching ecosystem
An end-to-end coaching platform that evaluates commercial calls, tracks sales activity, and answers rep questions from company documents.
After-sales service management platform
A platform covering claims, field interventions, stock, payments, and real-time messaging for after-sales service teams.
AI assistant for student queries
A chatbot that helps students navigate academic and administrative questions using Flask, React, and NLP.