Projects
Running list of things that I've built so far:
2025:
webterm : WIP. Collaborative terminal sessions in browser.
Multiple agents playing Mafia game: Made 13 agents play social deduction game Mafia to see how LLMs behave.
HTTP Server: HTTP Server implementation from scratch with some modern web dev features.
BitTorrent Client: BitTorrent Client implementation. It's fun tinkering with protocols and doing byte-level stuff.
Video Search Engine: Search a scene in a video through natural language.
arXiv-Researcher: Searches relevant arXiv papers based on query, ranks them by semantic search, extract content and synthesize findings in a detailed report.
WhatsApp MCP Server: MCP server for WhatsApp with multiple tools to send messages, files, create and manage groups and more.
2024:
Simple Cache: A simple in-memory cache implementation in Go, featuring both a basic cache and an LRU (Least Recently Used) cache.
ChatterScout: A Reddit listening tool to keep track of keywords in specific subreddits to track organic conversation about any topic.
Feedboard: A tool to collect and organize your users feedback.
Snapshot: Web application built with NextJS, designed to capture and manage webpages screenshots efficiently.
Linkalike: Search products similar to what you're looking for using Exa.
Youtube Notes: Generated detailed notes and insights from a YouTube video. Using DeepSeek R1 reasoning model.