Building
Projects
Independent products, platform work, and selected engineering builds, with architecture context and linked case studies.
AI-Powered Engineering Portfolio Platform
Most developer portfolios are just a static site with a few cards and a contact form. I wanted mine to actually show how I build software end-to-end. So instead of hardcoding the projects, I built a full content platform behind it. The same backend serves the public pages, the dashboard where I write content, and the AI chat. Everything — projects, case studies, articles, architecture notes, experiments, research logs — lives in one shared table and goes through one pipeline. I can write in Markdown, hit publish, and the public page updates on its own through ISR. The AI assistant is grounded on my own content only. It reads my writeups, breaks them into chunks, stores embeddings, and uses RAG to answer. So when someone asks "what did he use for auth in this project", it actually pulls the answer from my notes, not from training data.
TeamShastra — Field Workforce Management SaaS (On Going)
TeamShastra is a mobile-first workforce and field operations platform for small and medium service businesses. It brings attendance, work orders, customers, team management, and field reporting into one offline-first Flutter app, backed by a FastAPI and Postgres service. Currently in the polishing phase before pilot rollout.
