Back to home
All Projects

7 projects — everything I've built and shipped.

I.Vision
I.Vision

Personal AI assistant that answers questions grounded in your own documents instead of general model memory. A type-safe Next.js frontend calls a FastAPI backend, where LangChain orchestrates retrieval over an embedded knowledge base before handing the query to an LLM.

Stack
Next.js
TypeScript
FastAPI
Portfolio Website
Portfolio Website

Fully responsive developer portfolio with an animated dot-grid background, scroll-triggered reveal transitions, and a working contact form. Built with Next.js and Tailwind CSS, deployed on Vercel with automatic CI/CD.

Stack
Next.js
TypeScript
Tailwind CSS
HealthnexAI
HealthnexAI

Preventive health platform that turns lifestyle and family-history intake into a personalized risk score. An LLM-powered assistant generates prevention plans, with interactive charts tracking health metrics over time.

Stack
React.js
Node.js
Express.js
FinLedgerAI
FinLedgerAI

Personal finance tool that auto-categorizes transactions with the OpenAI API and flags unusual spending patterns. Chart.js dashboards visualize trends, with per-category budgets and threshold alerts.

Stack
React.js
Node.js
MongoDB
SnipixAI
SnipixAI

Multimodal RAG pipeline that ingests PDFs, images, text and audio into a chunked vector database. LangChain orchestrates retrieval and generation for natural-language queries, with sub-200ms semantic search at production scale.

Stack
Next.js
TypeScript
LangChain
VidLearn
VidLearn

AI study companion that turns any YouTube lecture into structured notes. Paste a URL and VidLearn pulls the transcript via the YouTube API, then uses an LLM to summarize key concepts and generate MCQ quizzes with explanations.

Stack
Next.js
TypeScript
YouTube API
TrendCart
TrendCart

Full-featured e-commerce platform for fashion and lifestyle products, with advanced filtering, autocomplete search, and a Redux-powered cart and wishlist. Includes a multi-step checkout flow with address and payment pages, fully responsive end to end.

Stack
React.js
Redux
Node.js