Projects
At any given time, I am working on 2-3 projects, at least one of which is always a software project. Currently, my efforts are being put towards Possession, a home inventory management application I am building with the purpose of reducing the time and complexity of your usual inventory systems. Possession is being built using NextJS, ShadCN UI & Supabase
I Build Stuff for the Internet, on the Internet.
Scroll with momentum to see more
Possession
Possession is a blazing-fast home inventory management application built with NextJS, ShadCN UI, and Supabase. The headline feature of Possession is the single input on the main page that allows you to add items to your inventory without having to switch between the inputs of a form element. Possession is smart and can update the autocomplete suggestions as you type.
Tech-Stack:
NextJSSupabaseTailwindCSSFramer MotionShadCN UIVercelNext-Blog
NextBlog is a hobby project I made to learn NextJS. It is a markdown enabled bloggin platform with a simple and clean UI. It uses Supabase for the Postgres backend and also the user Authentication, along with NextJS for the front-end and APIs, TailwindCSS for styling, Zod for schema validation, and a custom Markdown to HTML converter.
Tech-Stack:
NextJSSupabaseTailwindCSSZodMarkdownVercelLeadHeart
I make music under the pseudonym LeadHeart, and I made this website to showcase it. It is a static website made with Angular and connects to my Spotify page using the Spotify API. The stand-out feature is the iPadOS style cursor that snaps to target components, which is completely custom built using CSS and TypeScript.
Tech-Stack:
AngularSpotify APIVercelAI Powered PR Summaries
This project was created at an internal Hackathon at my workplace, Arctera. The prompt was to create AI Powered tools that improved the DX of our teams. We ended up using the OpenAI API along with some custom GitHub Actions that provide a summary of every PR in a comment. This includes the files changed, what changes were made and a general summary, that can give a birds eye view of the PR, so developers can more efficiently review them.
Tech-Stack:
GitHub ActionsPythonOpenAIChatGPT 4o miniArtMix
ArtMix is a hobby project I made in 2021 when the AI uprise was afoot. It uses DallE2 by OpenAI to generate famous artworks as if they were painted by a different artist. It currently has 10 artists and 10 paintings and each prompt has some randomness to it, so it is not deterministic. It is built with React and Vite and the images are served by OpenAI with the full project deployed on Vercel.
Tech-Stack:
ReactViteDallE2OpenAITailwindCSS