Inkwell: YouTube for Books
A dynamic book-sharing platform that allows users to explore and
share books freely while empowering authors to earn more by
bypassing traditional publishers.
Tech Stack: React, PostgreSQL, Django, AWS S3,
Django Rest Framework, Vercel
Click the title to visit the live site.
InReach AI
An intelligent networking tool that allows users to find and email professionals that align with their
career interests and automatically drafts and sends emails to them using the user's resume, their intent,
and the reciever's experiences. It has 200+ users on it right now.
Tech Stack: Flask, React, Tailwind, OpenAI API, Vercel, Render
Click the title to visit the live site.
LeetCode Matchmaker
A web application that helps users discover LeetCode problems
similar to a given one, aiding in interview preparation.
Tech Stack: React, Flask, Scikit-learn,
PostgreSQL
Click the title to visit the live site.
CodeXray
Code X-Ray is an interactive, graph-powered codebase explorer that lets developers instantly understand
large monorepos—without reading thousands of lines first. By combining static analysis with GPT-4o, it
visualizes architecture, highlights complexity hotspots, and answers deep code questions like “what breaks
if I touch this?” right inside your IDE or browser.
Tech Stack: React, Tailwind, OpenAI API, Vercel, Render, AST parsing
Click the title to visit the live site.
System Emulator (C)
A low-level system emulator capable of simulating basic operations
like instruction execution, memory management, and I/O handling.
Tech Stack: C
Pintos Operating System
Developed an operating system kernel, implementing core
functionalities such as thread scheduling, synchronization, and
virtual memory management.
Tech Stack: C