RAG-powered startup advisor that validates ideas against a chunked Y Combinator knowledge base. Uses ChromaDB + sentence-transformers for retrieval and Kimi K2 for grounded responses — not hallucinated startup advice.
Autonomous CI/CD healing agent that watches your pipeline, detects failing tests, generates fixes with LLM analysis, and auto-commits them. Built with FastAPI, Redis job queues, and PostgreSQL at RIFT 2026 (Finalist).
Multi-agent AI fact-checking system built at Deep Hackathon (Finalist). Uses LangGraph and FastAPI to run parallel evidence analysis across sources, with Aptos for on-chain verification.
Real-time chat app built with the MERN stack, containerized end-to-end with Docker Compose. Bidirectional WebSocket communication with JWT auth and Redis pub/sub for cross-instance message delivery.
A personal Neovim config written in Lua - custom keybindings, a curated plugin setup, and a workflow tuned for backend development. Ongoing.
A from-scratch JavaScript implementation of a basic blockchain — proof-of-work, block validation, and chain integrity checks. Built to understand the fundamentals, not to ship a coin.
A CSS utility experiment exploring custom property cascades and responsive layout primitives. Built to scratch a styling itch.
A Flappy Bird clone in React - built to practice component architecture, game loop logic, and collision detection in a browser environment.
A zero-backend sticky note app — localStorage-persisted notes with drag positioning and inline editing. Pure frontend, zero dependencies.
A minimal HTML/CSS landing page template. Quick experiment in no-JS, no-build-step web pages.