All Projects

Blinkit MCP: I Let Claude Order My Groceries ๐Ÿ›’๐Ÿค–

I built an unofficial MCP server that lets Claude Desktop browse, search, and place orders on Blinkit using plain English. From adding items to the cart to handling checkout and UPI payments, this project turns an AI into a hands-free grocery assistant.

Reddit MCP: Letting AI Lurk Reddit for Me ๐Ÿ‘€๐Ÿค–

I built an MCP server that lets Claude browse, search, and analyze Reddit in real time. It can explore subreddits, fetch full comment threads, analyze users, and spot trends, all through natural language with zero setup.

Deep Research: Watching an AI Do Internet Homework ๐Ÿ”๐Ÿค–

I built an autonomous AI research agent that searches the web, analyzes sources, and writes structured reports on its own. You can watch every step live, from searches to reasoning to final output, through a real-time streaming interface.

AI Council: Letting AIs Argue So I Donโ€™t Have To ๐Ÿง โš–๏ธ

I built a multi-agent system where different AI models debate complex topics in structured rounds. A โ€œCouncil Headโ€ moderates the discussion, synthesizes arguments, and delivers a final decision, all visible live through an interactive Streamlit interface.

Text to Emoji: Describe a Feeling, Get the Perfect Emoji ๐Ÿ˜„โžก๏ธ๐Ÿซถ

I built a local semantic search engine that lets you find emojis using natural language instead of guessing keywords. Type what you feel or mean, and it returns the most relevant emojis instantly using vector search and transformer embeddings.

RAG from Scratch: Ask Your Documents Anything ๐Ÿค–๐Ÿ“„

I built a Retrieval Augmented Generation system from scratch that lets you upload documents and ask questions directly from their content. It supports PDFs, DOCX, and TXT files, uses vector search for accurate retrieval, and answers queries using LLMs with conversation memory for better follow-ups.

Go Mailer: I Let Go Handle My Email Spam ๐Ÿ˜…๐Ÿ“ง

I built a Go-based bulk email sender that reads recipients from CSV files and sends emails concurrently using SMTP. It supports HTML templates, retries failed emails with backoff, and is designed to handle large email batches reliably without manual effort.

Event-Driven Orders: Orders That Run on Events, Not Cron Jobs โš™๏ธ๐Ÿ“ฆ

I built a scalable, event-driven order processing system in Go to explore distributed system design. Orders flow asynchronously through Kafka, use Redis for delayed scheduling, and follow clean architecture principles to handle immediate and scheduled processing reliably.

Book My Seat: Beating Race Conditions One Seat at a Time ๐ŸŽŸ๏ธโšก

I built a concurrent seat booking system in Go to learn how real booking engines avoid double bookings. It uses mutex-based locking, clean architecture, and a simple frontend to show real-time seat availability and state transitions.

Avoid YouTube Shorts: I Blocked Doomscrolling ๐Ÿšซ๐Ÿ“ฑ

I built a Chrome extension that hides YouTube Shorts to help me stay focused. It blocks short-form content automatically, shows usage stats, and lets you pause or resume blocking when needed, all with a clean, privacy-first UI.

BuzzBlast: My AI Wingman for LinkedIn Comments ๐Ÿ’ฌ๐Ÿค–

I built a Chrome extension that generates context-aware LinkedIn comments using AI. Pick a mood, click a button, and it writes professional, on-point comments instantly, helping you stay active on LinkedIn without overthinking every reply.

Tweeter: I Built Twitter, Minus the Chaos ๐Ÿฆ

I built a Twitter-like social platform to understand how social media works at scale. Users can create posts, like, comment, repost, and track their engagement with simple hourly and monthly analytics, all powered by the MERN stack with a clean, responsive UI.

GroupChatting: WhatsApp Energy, Built From Scratch ๐Ÿ’ฌ

I built a real-time group chat app to learn how messaging apps actually work. Users can sign up, join group chats, send instant messages, and share images in real time, powered by Socket.io with a MERN backend and a clean, responsive UI.

ExamTime: Shared Notes, Less Panic Before Exams ๐Ÿ“š

ExamTime is a collaborative platform where students can upload and download exam notes in PDF format. Built to make exam prep easier, it brings study materials into one place and encourages open-source contributions through GSSoC.

open source
more than 500+ users
30+ contributors

Nagrik Aur Samvidhan: The Constitution, Minus the Legal Jargon ๐Ÿ‡ฎ๐Ÿ‡ณ

Built during Smart India Hackathon, Nagrik Aur Samvidhan is a platform that simplifies the Indian Constitution for everyone. It breaks down complex legal language into easy explanations, quizzes, games, and AI-powered summaries so citizens can understand their rights and duties without feeling overwhelmed.

smart india hackathon, runner-up

Smart Gardeners: Growing Plants with Code, Not Soil ๐ŸŒฑ๐Ÿ’ง

I worked on a smart hydroponics platform that combines hardware, web, and mobile apps to help people grow plants at home with minimal space and water. It simplifies gardening through hydroponic kits, plant tracking, reminders, and a digital dashboard for smarter, sustainable living.

idea acknowledged by Shikhar Goel (xCTO @GeeksforGeeks)

CoWIN Slot Notifier: I Automated the Vaccine Rush ๐Ÿ’‰๐Ÿšจ

I built this Telegram bot during the COVID vaccination drive to instantly notify people when vaccine slots opened nearby. It monitored CoWIN APIs in real time, filtered slots by age group, and sent alerts to thousands of users, helping over 10,000 people in my city book vaccines without endlessly refreshing the site.

10k+ users
real world impact

Library Genesis Bot: Type a Book Name, Get the PDF ๐Ÿ“š๐Ÿค–

I built this Telegram bot back in school to help my teacher download books without dealing with shady websites. You type a book name, and it scrapes Library Genesis to return clean, direct download links, a project that taught me web scraping, reverse engineering, and my first real lesson about copyright boundaries.

Covid-19 Telegram Bot: My First โ€œRealโ€ Project Ever ๐Ÿฆ โค๏ธ

I built this Telegram bot during the COVID-19 lockdown while learning Python for the first time. It fetched live case numbers from government sources and delivered daily updates straight to chat, helping my family stay informed without constantly refreshing the news.

first real world project