Selected Work
Projects &
Case Studies
ReactTypeScriptDesign Systems
Horizon Design System
A comprehensive, accessible component library used across 6 enterprise products. Built on Radix UI primitives with full TypeScript support and a custom Figma plugin for design-dev handoff.
Led the full architecture and implementation of a design system from 0 to production. Covers 80+ components, dark mode, theming tokens, and an auto-generated Storybook. Reduced design inconsistencies by 70% across the product suite.
AnalyticsPostgreSQLEdge FunctionsNext.js
Prism Analytics
An open-source web analytics platform built for privacy. No cookies, GDPR compliant, and deployable on Netlify in one click. Lightweight 2kb script with a beautiful dashboard.
Designed and built a privacy-first alternative to Google Analytics. Uses Netlify Edge Functions for geo-ip enrichment without storing IP addresses. The dashboard renders 1M events in under 200ms using time-series aggregation.
WebSocketsCRDTsNode.jsReact
Flux — Real-time Collaboration
A multiplayer code editor and design canvas that lets teams work together in real time. Think Figma meets VS Code, powered by CRDTs for conflict-free collaboration.
Built the core sync engine using Yjs CRDTs and a Netlify WebSocket function for signaling. Handles 500+ concurrent users per room with sub-50ms latency. Shipped as an open source project with 1.2k GitHub stars.