← Back home

Portfolio

All Projects

Things I've built — from deployment infrastructure to AI-powered tools.

Shipyard

Feb 2026 — Mar 2026

Multi-tenant deployment platform that automatically builds and serves static sites on isolated subdomains, orchestrating Docker-based sandboxed build environments end-to-end.

  • Reduced deployment latency by 60% via async build pipeline using BullMQ and Redis with background job scheduling and distributed worker execution
  • Real-time build log streaming using Redis Pub/Sub and Server-Sent Events (SSE)
  • Full multi-tenant isolation — each project served on its own subdomain from Docker containers
TypeScriptNode.jsExpressBullMQRedisDockerS3Next.js

ContractIQ

Mar 2026

AI-powered contract risk analysis — drag-and-drop legal documents for instant clause extraction, risk scoring, and negotiation suggestions powered by Google Gemini.

  • Shared TypeScript schema layer across frontend and backend via Turborepo monorepo + Zod validation for type-safe pipelines
  • Drag-and-drop document analysis dashboard with clause filtering, risk scoring and negotiation suggestions
  • Google Gemini integration for structured JSON clause extraction with predictable, validated outputs
TypeScriptExpressNext.jsGemini APIZodTurborepo

Transcribe Mate

Nov 2025

High-accuracy speech transcription service with LLM-based post-processing — 92% accuracy through inference optimization and multilingual tuning using Faster Whisper, with Gemini-powered cleanup.

  • 92% transcription accuracy via inference optimization and multilingual tuning with Faster Whisper
  • Gemini-powered post-processing to reduce filler noise and preserve speaker context across languages
  • Reduced deployment setup time by 50% through Docker containerization of inference and cleaning services
Faster WhisperGeminiFastAPIDockerNext.jsPython