Projects
Systems I've built and shipped.
Featured

Purity
Discord content moderation platform with real-time ML-powered NSFW detection. Built and led a team across 4 microservices, GPU inference, and Terraform infrastructure.
TypeScript · NestJS · FastAPI · Discord.js · ONNX

ClipHaven
B2B2C marketplace connecting sponsors with content creators. Built the full double-entry financial system, adaptive scraping, and fraud detection from scratch.
TypeScript · NestJS · Next.js · PostgreSQL · Stripe Connect

Doctify
Medical practice management SaaS with AI-powered document analysis. Built RAG with pgvector, multi-tenant architecture, and document processing pipeline for doctors in Morocco.
TypeScript · NestJS · React · pgvector · LangChain

CallSnag
AI voice assistant platform that answers phone calls. Built the backend for an iOS app -- Twilio VoIP, ElevenLabs conversational AI, contract-first API with OpenAPI 3.1.0.
Node.js · Express · Twilio · ElevenLabs · Google Gemini
Other

DTB
A web app that helps me do more with my time. Showcases my personally crafted productivity system.
React · TypeScript · Node.js · Express · MongoDB

Walter
An in-house bot for my friend group's Discord server.
Node.js · Discord.js · MongoDB · JavaScript

FdF
A 3D graphics project showcasing wireframes with the minilibx library.
C · minilibx · Linear Algebra · 3D Graphics

ft_irc
An implementation of an IRC RFC-1459 compliant server.
C++ · Networking · Unix · Socket Programming · IRC

cub3d
Inspired by Wolfenstein 3D. A raycasting engine built with minilibx.
C · minilibx · Raycasting · Linear Algebra · Game Design

minishell
A re-implementation of the POSIX bash shell.
C · Unix · Shell