Projects

A selection of personal and open-source projects I've worked on.

Claude Review Dashboard screenshot

Claude Review Dashboard

A local web app that lets Claude review your GitHub pull requests, then lets a human cherry-pick only the valuable findings and post them back as inline review comments. Reuses your existing Claude Code and gh CLI auth, checks out each PR into a temp dir so the AI can explore the whole codebase, and streams review progress over SSE.

  • Next.js
  • TypeScript
  • React
  • Claude Agent SDK
  • GitHub CLI
Review Cat screenshot

Review Cat

A desktop app for managing GitHub pull requests that need your review. Aggregates review requests across multiple repositories so you can triage and act on them quickly.

  • TypeScript
  • React
  • GraphQL
  • Electron
  • GitHub API
Wasm Othello screenshot

Wasm Othello

An Othello game running in the browser with a CPU opponent powered by WebAssembly. Implemented the game AI algorithm from scratch in Rust and benchmarked it against a JavaScript equivalent to quantify the real-world performance gains of WASM.

  • Next.js
  • TypeScript
  • Rust
  • WebAssembly