Baroda Me · Live
2026A civic issue reporting tool for Vadodara, built out of curiosity. Residents log in with Google, pin problems on a map, and reports auto-tag with ward and corporator via offline GeoJSON lookup.
- Sub-minute flow from photo to pinned report.
- Offline GeoJSON ward lookup with no external geocoding cost.
- Server-side anonymity, zero PII in public responses.
Stack: Next.js, TypeScript, PostgreSQL · baroda.me
DDCET Result Checker · Live
2025Auto-grades OMR sheets against the ACPC answer key. OpenCV bubble detection, college and rank prediction, admin-triggered bulk re-grading.
- OpenCV-based bubble detection and paper-series identification.
- College and rank prediction, admin-triggered bulk re-grading.
- Live leaderboard, tier system, percentile, shareable result card.
Stack: Python, Flask, OpenCV, MongoDB · ddcetresult.in
Finance · Shipped
2026A premium personal wealth tracker for Indian families. Savings, FDs, gold ornaments, and SSY funds, shipped across 7 vertical phases.
- Service-layer architecture, zero math in controllers or views.
- Lazy 24h gold-rate fetch with manual fallback.
- Deployable unchanged on local, cPanel, or VPS.
Stack: Laravel, PHP, MySQL, Alpine.js
GST Invoice Suite · Shipped
2025Full-stack GST invoicing for Indian businesses: auto CGST/SGST/IGST split, reverse charge, GSTR-1 reports, dashboard analytics.
- Auto CGST/SGST/IGST split with inter-state and reverse-charge handling.
- Per-user data isolation by Firebase UID, multi-template invoices.
- MoM revenue, GST liability, and return-period summaries.
Stack: React, Express, NeonDB
SMART · Shipped
2025Spin up an online store in under 2 minutes and route every order through WhatsApp. No cart, no checkout friction.
- Cartless ordering, every product CTA opens a pre-filled WhatsApp message.
- Razorpay-backed trial and subscription billing.
- Auto-generated shareable QR code per store.
Stack: Laravel, PHP, MySQL, Filament
Educational Material Management · Archived
2024Centralized resource repository for a college department, built as the diploma final-year project.
- Student/faculty role-based access control.
- Tagged, searchable resource catalog with download tracking.
Stack: Python, Flask, MySQL