Skip to content

/ Index — Projects

Selected work.

A full index of what I've shipped — from class assignments to enterprise-grade production systems. Tap any row to expand.

05 / Selected work

Things I've shipped.

From class assignments to enterprise-grade production systems. Tap any row to expand.

Two products in one codebase. SetFlow (the LMS) at getsetflow.app and SetFlow Academy (the marketplace) at academy.getsetflow.app. Same Vercel deployment, separate auth.

  • 5-role shell architecture (Student / Educator / School Admin / Founder / Member) with superadmin impersonation
  • Bring-Your-Own-Database — AES-256-GCM-encrypted Postgres URLs with self-healing migrations
  • Tori AI with Anthropic Claude Sonnet 4.6 + Haiku 4.5 routing, cost-gated by plan tier
  • Server actions follow an ActionResult convention with Zod parsing + tenant-routed Prisma
  • /dashboard/admin founder cockpit — analytics, economics, live globe, CRM, promo codes, tech docs

4-app pnpm monorepo serving as a unified platform for healthcare lead management, VoIP telephony, AI automation, appointments, and patient intake.

  • Full WebRTC VoIP softphone — SDP munging for cross-platform compat, DTMF, synthetic ringback, hold/resume reinvite queuing, SIP REFER transfer, BroadcastChannel cross-tab dedupe
  • AI call intelligence: Whisper-1 → GPT-4o-mini for sentiment, intent scoring, objection detection, opportunity extraction — wrapped in Opossum circuit breakers
  • Azure OpenAI SMS outreach with conversation memory + progressive 7-day cadence + auto-takeover after 300s of agent inactivity
  • Multi-tenant isolation: UUID-scoped Prisma queries, Auth0 JWT RS256 with custom claims, Supabase RLS, 7-role capability-based RBAC
  • iOS CallKit native UI via APNs VoIP push + Android FCM HIGH priority for real-time call alerts
  • Patient portal with invite-based reg, MFA/TOTP, digital signature capture, jsPDF form generation

Anonymize → Tokenize → Encrypt → Process → Destroy Tokens → Keep Anonymous Output Only. A new privacy infrastructure layer for healthcare, banking, government, and AI.

  • Irreversible anonymization with no recovery key
  • Vault-isolated double-path separation — identity universe vs data universe
  • Session-ephemeral re-linking — identity links self-destruct after sessions
  • Privacy-safe AI processing — models never receive direct identity
/ 04

News Bot — AI News Aggregation

Real-time news fetcher with a custom RAG pipeline using Pinecone and Ollama to summarize articles into concise, categorized insights.

PythonRAGOllama+2
Private
/ 05

Campus Bot — RAG Student Assistant

Campus assistance chatbot with a custom-built RAG pipeline using Pinecone and Ollama for semantic, context-aware responses to student queries.

PythonRAGOllama+2
Private
/ 06

MedAnalyser — AI Medical Insight

AI system that analyzes medical reports and generates simplified, user-friendly health insights from complex clinical data.

PythonAI/MLOCR+1
Private
/ 07

Personal Finance Manager

Finance tracking application for income/expense logging and budget management with an intuitive, minimal UI.

PythonBudgetingUX
Private