Projects

Things I've built.

Projects

  1. travis.show

    Static Astro site with markdown posts. Built into a Caddy container and deployed to Fly.

    • Astro
    • TypeScript
    • Docker
    • Fly.io
  2. Penelope

    CLI proxy that screens commands from autonomous agents before they reach the shell and blocks destructive ones. Built before Claude Code had auto mode, which replaced it in my workflow.

    • Rust
    • CLI
    • Agent Safety
  3. Pumpkin

    CLI tools for inspecting Claude Code internals, mainly reading background task output that the UI truncates. Worked well for single-terminal flows, which got harder to scale.

    • Shell
    • CLI
    • Claude Code
  4. The Elevator

    Every 64x64, 16-color image that can exist has a floor number, and the keypad takes you to it. Each pixel position runs through its own permutation table, so every code maps to one image and every image back to one code.

    • Flask
    • JavaScript
    • Generative
  5. MLB Baseball Games

    Prediction games built on data scraped from Baseball Reference and Baseball Savant. Uses audio analysis to find the moment of bat-on-ball contact in game video.

    • Python
    • Flask
    • Audio Processing
    • Web Scraping
  6. SportsCardToolLib

    Python library for scraping and querying sports card checklists, published to PyPI. Scraped 10M+ data points and exposed them through a query-builder API.

    • Python
    • REST API
    • MongoDB
    • PyPI
  7. Drivify

    Android app that builds a Spotify playlist to fit the length of your drive, using route duration and track features.

    • Android
    • Java
    • Spotify API
    • Google Maps API