# Things I've Built

Everything I build, all of it open source on GitHub: 73 repositories so far. The tools I still use come first, then the things I built at hackathons, most of them live. The rest are exercises and experiments, and they stay on GitHub.

## Tools

- **[BrandPulse](https://github.com/Shub3am/BrandPulse)**: Catches brand crises before customers do. Watches Reddit, Amazon, YouTube, the Play Store and Indian news for your brand, and raises an alert with a reply already drafted in your voice when a thread starts to blow up. (Go)
- **[open-redis](https://github.com/Shub3am/open-redis)**: A Redis-compatible server written from scratch in Go. Speaks RESP2 so any Redis client works. Strings, lists, key expiry and pipelining, with no dependencies beyond the Go standard library. Runs at 80 to 90 percent of real Redis throughput in redis-benchmark. (Go)
- **[Macroscope](https://github.com/Shub3am/macroscope)** ([live](https://tracker.vshubham.com)): Macro and habit tracker that tells you what to eat next. A mobile-first PWA: tap what you ate, watch your remaining macros, and let the “eat next” engine fill your biggest gaps without blowing calories. Tracks sleep, training and weight with streaks. (TypeScript)
- **[HeyDot](https://github.com/Shub3am/heyDot)** ([live](https://hey-dot.vercel.app)): A voice assistant that never leaves your laptop. Say “Hey Dot” and it reads your screen with a local vision-language model and speaks back a short answer. No cloud APIs, no data leaving your machine. (Python)
- **[PostPilot](https://github.com/Shub3am/PostPilot)**: Write once, post to LinkedIn, X and Dev.to. A Chrome extension that drafts a post with images and tags, then publishes it to several platforms at once and keeps a history of everything sent. (TypeScript)
- **[RecordScrape](https://github.com/Shub3am/RecordScrape)**: Record a browser session once, scrape it forever. Record clicks in a real browser, pick elements visually, then replay the session headless on a schedule. Exports JSON or CSV from a Flask dashboard. (Python)
- **[RecallEngine](https://github.com/Shub3am/RecallEngine)**: Search engine toolkit, built toward RAG. Text normalisation, stemming, an inverted index and boolean queries over JSON data, as a library or a CLI. BM25 and TF-IDF ranking come next. (Python)
- **[PowerDialer](https://github.com/Shub3am/PowerDialer)**: Pulls CRM records straight out of Salesforce. A Chrome extension that walks Salesforce Lightning and extracts leads, contacts, accounts and opportunities into one clean view, with their cross-object links. (JavaScript)

## Hackathon Builds

- **[ComplaintBuddy AI](https://github.com/Shub3am/ComplaintBuddy-AI)**: An AI that phones customer service for you. Tell it your complaint and an AI agent calls the company, explains the problem, and keeps trying until you get a refund or replacement, with live progress as it works. I led Team OnCall Engineers. (Winner, CodeClash 2.0)
- **[PocketPharma](https://github.com/Shub3am/PocketPharma-Backend)** ([live](https://pocket-pharma-deployed.vercel.app)): Snap a medicine, find its cheaper generic. Photograph a medicine and Gemini Vision identifies it, then scraping pipelines find generic alternatives with the same formula. 96% image matching accuracy over 200+ test images, and 40 to 70% potential savings for users. (2nd, Live the Code 3.0)
- **[Sustainable Miles](https://github.com/Shub3am/Sustainable-Miles)** ([live](http://innovatex.vshubham.com)): Book eco-friendly rides for 70% less. Book an EV cab or bus for up to 70% less than regular transport, then earn most of the fare back as reward points on the Diamante blockchain to spend on your next ride. Built with Team Debug Squad at InnovateX 2024, DTU. (Top 10 & Special Mention, InnovateX)
- **[Legal Saathi](https://github.com/Shub3am/Legal-Saathi-backend-python)** ([live](https://indian-law-chatbot.vercel.app)): Indian law, answered by chat or phone call. A RAG system with multi-agent orchestration that gives cited answers on the BNS and BSA acts, plus a Twilio call bot with conversation memory for legal help over the phone. Under 2.5s responses and 92% factual accuracy. Demoed live at Mastercard Gurugram to 20+ attendees. (Top 15, Code the Cubicle 3.0)
- **[SheScape](https://github.com/Shub3am/SheScape)**: A women's safety platform. Built at Code for WIE 3.0, MSIT New Delhi. (3rd & Top 10, Code for WIE 3.0)
- **[WearWise](https://github.com/Shub3am/WearWise-Backend)** ([live](https://wear-wise-frontend.vercel.app)): Diagnoses your health from your smartwatch. Combines smartwatch vitals like SpO2 and HRV with your symptoms, then writes a diagnostic report with source citations. 94% retrieval accuracy with ChromaDB and answers in under 1.3s. Demoed live at Microsoft Gurugram to 20+ attendees. (Top 10, Code for Bharat)
- **[Audily AI](https://github.com/Shub3am/Audily-AI)** ([live](https://audily-ai.vercel.app)): YouTube videos, summarised into audio and text. Paste a video and get its knowledge back as a short text or audio summary, minus the hour of watching. (Hackathon build)
- **[SuperVision](https://github.com/Shub3am/SuperVision)** ([live](https://super-vision-umber.vercel.app)): Read anything up to 10x faster, built for ADHD and dyslexia. People with ADHD and dyslexia struggle to read for long without drifting. SuperVision paces text so you can read up to 10x faster, deployed on Cloudflare Workers with a video demo. (Hackathon build)
- **[SpeechLingo AI](https://github.com/Shub3am/SpeechLingo-AI)**: Translates videos into local languages in minutes. Translates video into other languages within minutes using IBM Watson, built for a hackathon on accessible education in rural areas. (Hackathon build)

[All 73 repositories on GitHub →](https://github.com/Shub3am?tab=repositories)
