Projects

Things I've built and maintain, some open source, some from my work (with necessary modifications for this space). I created or lead each of these.

Smoothivity

Started as a collection of scripts and a simple UI to support my wife’s small online business, evolving into an MVP that integrates with Google Calendar, records Zoom/Google Meet sessions via an AI note-taking bot, and uses LLMs to automatically generate follow-up emails, social posts, and CRM updates.

  • FastAPI
  • Next.js
  • PostgreSQL
  • Celery
  • Redis
  • Google Gemini
  • Recall.ai
  • OAuth 2.0

vite-plugin-dev-observer

A dev-only Vite plugin that attaches to the dev server and surfaces module graph telemetry, transform latency, and HMR diagnostics — all in a lightweight built-in dashboard. Zero production footprint.

  • TypeScript
  • Vite
  • Node.js

Axiomark

Chrome Extension that transforms your bookmarks into an animated data dashboard—growth chart, bar race, calendar heatmap, and stats. All data stays local.

  • Chrome Extension
  • React
  • TypeScript
  • Vite
  • Zustand
  • D3.js
  • Canvas
  • Data visualization

Stories from the Data — Vidio Plays EDA

A data storytelling project on ~107K Vidio streaming play events (Feb 2020 sample). A short interactive presentation surfaces the headline findings — traffic patterns, content mix, session behavior, platform stickiness, and quality of experience — and links back to the full EDA notebook for the underlying analysis.

  • Python
  • pandas
  • matplotlib
  • seaborn
  • Jupyter
  • Exploratory Data Analysis
  • Data visualization