Projects

Production-ready applications spanning SaaS platforms, AI tools, microservices, and browser-native utilities.

NexusFlow

Solo builder — designed the multi-agent orchestration architecture, RAG pipeline, and SSE observability layer end to end.

Visual multi-agent AI orchestration platform — design, deploy, and monitor teams of AI agents (Researcher, Planner, Executor, Critic) on a drag-and-drop canvas. Includes a RAG knowledge base over PDFs/docs/URLs, full observability (token costs, execution traces, success rates), and real-time agent-thought streaming via SSE. Free to self-host.

Next.jsTypeScriptPythonFastAPILangChainLangGraphPostgreSQLpgvectorRedisDocker

Terminal

Custom PowerShell-native terminal emulator for Windows with a macOS/iTerm2-style UI, built with Tauri, React, TypeScript, and xterm.js. Its core goal is a real contrast-correction engine for a working light theme — something no other Windows-supported terminal (including Windows Terminal) gets right.

TauriReactTypeScriptRustxterm.jsVite

docQA

Solo builder — built the FastAPI/LangChain RAG backend and the Dockerized client from scratch.

Agentic RAG system that answers questions about n8n workflows, GitHub Actions CI/CD configs, and other technical docs — Python/FastAPI backend, Next.js/Tailwind frontend, and a Dockerized TypeScript client for interactive document Q&A.

Next.jsTypeScriptPythonFastAPILangChainCrewAITailwind CSSDocker

GreenSource

Microservices-based agricultural marketplace — 7 Node.js services behind an API gateway, 3 React frontends, MongoDB Atlas, JWT auth, and live Mandi price data. Farmers list produce, consumers order, delivery agents track, admins manage.

TypeScriptReactNode.jsExpressMongoDBReduxMicroservicesJWTVite

Flatmate

Solo builder — full-stack app with Vitest unit tests and Playwright E2E coverage.

Full-stack shared living management app — expense splitting, grocery lists, meal planner with OCR receipt scanning, task manager, household calendar, and Google Gemini AI integration. Includes Vitest unit tests and Playwright E2E tests.

Next.jsTypeScriptSupabaseDrizzle ORMZustandshadcn/uiFramer MotionPlaywrightVitest

ATS Precision

AI-powered ATS resume evaluator — upload your resume, paste a job description, and get a precision compatibility score with keyword gap analysis, section-by-section feedback, and role-specific improvement suggestions. PDF report download included.

Next.jsTypeScriptSupabaseDrizzle ORMFramer MotionRadix UIZustandZod

Waigenie

Full-stack SaaS platform — an AI-powered software testing toolkit with 5 AI tools in a protected dashboard: IdeaForge, AutoScribe, CucumberCraft, DomDetective, and WebTrekker. Credit-based billing via Razorpay, full auth (email, Google, GitHub OAuth), and complete marketing site.

Next.jsTypeScriptTailwind CSSAuth.jsPrismaPostgreSQLZustandshadcn/uiRazorpay

SwiftMedia

Privacy-first browser-based media toolkit — compress images, videos (FFmpeg WebAssembly), and PDFs; merge PDFs; convert images to PDF. Zero server uploads — all processing runs client-side in the browser.

Next.jsTypeScriptWebAssemblyFFmpegFramer MotionTailwind CSS

Dvelve

Local-first AI research assistant powered by Ollama. Enter a topic and get a structured, multi-source research report generated by a 5-agent AI pipeline — all running on your machine. Built with FastAPI, React, and Go.

TypeScriptReactPythonFastAPIGoOllamaSQLiteZustandVite

GitProfolio

Open-source Astro app that transforms a GitHub profile into a structured, enriched JSON portfolio. Fetches repos, parses READMEs, detects tech stacks, extracts live links, and scores projects using heuristics + LLM analysis.

AstroTypeScriptGitHub APILLMAIVercel

DepGuard

Universal dependency health scanner CLI — detects outdated, vulnerable, deprecated, and risky packages across JavaScript, Python, Rust, and Go ecosystems from a single command. Published to npm.

TypeScriptNode.jsCLIGitHub Actions