VA
projects.json

Things I've shipped

AI tooling, serverless pipelines, high-performance services and full-stack platforms. Filter by what interests you.

/ filter
P/01
Full-StackJun 2026 - Present

Remote Coding Agents

A self-hosted full-stack workbench to run and monitor containerized AI coding agents in isolated Docker sandboxes.

  • Runs Claude Code & Gemini CLI in isolated Docker sandbox environments.
  • Reverse-proxy system using ttyd + tmux binds terminal sessions to WebSockets, with agent instructions injected via the dockerode API.
ReactNode.jsSocket.IODockerTypeScript
P/02
AI/MLJan 2026 - Present

canirun

A CLI tool that prevents OOM crashes by validating local VRAM against Hugging Face model specs and quantization levels.

  • Validates local VRAM against HF model specs and quantization (int8 / fp16).
  • Automated testing and PyPI package distribution using GitHub Actions CI/CD.
PythonPyPIGitHub Actions
P/03
Full-StackSep 2025 - Dec 2025

Hospital Management System

A comprehensive administration system with role-based dashboards for Admins, Doctors and Patients.

  • Role-based dashboards for Admins, Doctors and Patients.
  • Awarded Best Course Project at IIT Madras (MAD-1) for code quality and optimized DB architecture.
FlaskPythonPostgreSQL
P/04
Full-StackMar 2025 - Jun 2025

Soullytic Platform

A centralized mental-health platform enabling 1,500+ students and faculty to schedule psychologist appointments.

  • Reduced scheduling conflicts by 40% via automated role-based booking.
  • Secure RESTful API with Role-Based Access Control (RBAC) using Django.
DjangoNext.jsPostgreSQLREST API
P/05
CloudJul 2025

Stratum CDN

A high-performance Go service acting as a CDN for data, featuring dynamic routing and Redis caching.

  • Dynamic routing with per-route TTLs and Redis caching.
  • High horizontal scalability using Docker and Google Cloud Run.
GoRedisDockerGoogle Cloud Run
P/06
CloudJun 2025

Lambda Video Transcoder

A serverless video processing pipeline on AWS triggered by S3 events for adaptive streaming.

  • Triggered by S3 events using containerized Lambda images and FFmpeg.
  • Dynamic multi-resolution adaptive HLS / DASH generation.
AWS LambdaS3FFmpeg