Back home

Archived Projects

Older projects I've built and since archived. They're kept here for reference.

Archived

GitFlow - Code Assistant for GitHub Repositories

A web app that acts as a personal assistant for exploring GitHub repositories. It helps users understand their codebase by answering questions, summarizing comments, and supporting team collaboration with features like member invites. It also generates release notes, transcribes meetings, and gives helpful suggestions based on the context of the project to improve workflow and code quality.

Next.js 15
TypeScript
Tailwind CSS
Shadcn/ui
React Query
Motion
tRPC
Prisma
Clerk
Github API
Langchain
Google AI SDK
AssemblyAI
Appwrite
Stripe
Archived

Advanced Table Filtering System (Inspired by Linear)

Studied how Linear built its table filtering system to understand both the user experience and technical design. Broke down how inputs are handled, how filters are applied, and where improvements could be made. Built a demo to show the logic in action and added tests using Vitest to keep it reliable and easy to maintain.

Next.js 15
TypeScript
Tailwind CSS
Shadcn/ui
Nuqs
Archived

App Builder

App-Builder is a web-based tool for creating UI layouts through a user-friendly drag-and-drop interface. Users can add elements like text inputs, buttons, tables, and dropdowns to a canvas, search for components, edit their properties, and remove them individually. A reset option allows users to clear the board and start fresh, while local storage integration ensures that their progress is saved across sessions.

React.js
JavaScript
Zustand
TailwindCSS
React DnD
Vitest