(GMT+5:30) Bihar Sharif, India

Projects

A comprehensive list of things I've built, hacked together, and shipped.

Pod Gear Platform
</>

Pod Gear Platform

Freelance e-commerce and coach booking platform serving 10k–15k users. Built with Next.js, Node.js, MongoDB, Redis, Stripe, and AWS EC2.

Next.jsTypeScriptMongoDBRedisStripeAWS
RepoExplainer
</>

RepoExplainer

10

AI-powered codebase assistant. Paste a GitHub repo URL and ask natural-language questions. Uses Gemini to intelligently select relevant files instead of embedding the entire codebase.

Next.jsTypeScriptNode.jsMongoDBGeminiRAG
TubeTalkAI
</>

TubeTalkAI

00

CLI RAG assistant that lets you chat with YouTube videos. Fetches transcripts, builds a Neo4j knowledge graph and Qdrant vector store, and answers with timestamped responses via Gemini.

PythonNeo4jQdrantRAGGeminiLangChain
Pothole Detection Backend
</>

Pothole Detection Backend

00

Microservices backend for an AI-powered pothole detection system. Express API gateway proxies sensor data to a Python FastAPI ML service running a Keras LSTM model, with PostgreSQL/Prisma storage.

Node.jsExpressTypeScriptFastAPIPostgreSQLTensorFlow
VoiceBasedCursor
</>

VoiceBasedCursor

00

AI voice assistant that executes shell commands and manages files using natural language. GPT-4 powered with speech-to-text, text-to-speech, MongoDB persistence, and human-in-the-loop safety.

PythonLangChainLangGraphOpenAIMongoDB
Real-Time Chat App
</>

Real-Time Chat App

Terminal-themed room-based chat application. Next.js 16 frontend with a native WebSocket backend, live user counts, and instant message delivery.

Next.jsReactTypeScriptWebSocketNode.js