Selected Works
Production systems, open-source libraries, hackathon winners, and peer-reviewed research. Filter by category below.
AuraHealth
arrow_outwardProduction voice-first triage platform that pre-authorises emergency healthcare payments into escrow before the patient arrives. Node.js/TypeScript APIs, Interswitch payment rails with OAuth 2.0 + HMAC-SHA-512 webhooks, three real-time SSE dashboards over one PostgreSQL source of truth.
Voxtar
arrow_outwardHealthcare voice AI platform. Deploy domain-specialised voice agents for triage, patient follow-up, and post-op monitoring. Multi-service: Next.js frontend, Python/FastAPI backend, self-hosted LiveKit for real-time audio, Qwen3 TTS and ElevenLabs for clinical-grade synthesis.
Vectorless
arrow_outwardDocument retrieval for the reasoning era. Structure-preserving retrieval that lets LLMs reason over document maps instead of vector search. No chunking, no top-K, no vector DB. Live at vectorless.store.
Hypatia
arrow_outwardFull SaaS AI learning platform. NestJS + DynamoDB + Next.js. Tiered subscriptions ($20 / $50 / mo), credit-based AI usage metering, personalised learning-path generation via LLM orchestration.
Coursified
arrow_outwardEnd-to-end RAG pipeline transforming YouTube content into structured interactive courses. Django backend, Next.js frontend, full SaaS with authentication, custom reporting, and AI content structuring.
BridgeHook
arrow_outwardWebhook testing in your browser. Cloudflare Workers + Neon PostgreSQL — inspect, replay, and debug webhook payloads without local tunneling tools. Designed for the 'just paste the URL and start receiving' workflow.
Biometrics Proctoring Backend
Distributed microservices backend built from scratch: face recognition engine, liveness detection, exam session manager, real-time event bus — all communicating via gRPC with fault-tolerant inter-service contracts. Full Terraform IaC for GCP; pgvector for face-embedding similarity search at scale.