← Back to homepage

Projects • Builds • Experiments

A growing archive of the things I make.

This page collects the hardware, software, and in-progress work that best represents how I build. Some projects are polished, some are iterative, and some are still evolving in real time.

Featured Projects

Project 01

Ghost Tag

Ghost Tag is a license plate cover built around PDLC film, a relay, and an ESP32. After power-up, the device searches for GPS satellites, waits for a valid lock, and then monitors vehicle speed to decide when the film should turn on. It can also be configured to activate inside a target area instead of relying only on speed.

  • ESP32
  • Relay control
  • GPS lock
  • Geo-aware logic

Project 02

GrannyKeys

GrannyKeys is a simple Apple Wireless Keyboard companion for Windows OS. It remaps the Command key to Control so the keyboard keeps the shortcut behavior Mac users expect, while staying small, fast, and unobtrusive in the background.

  • Written in C
  • Native Windows API
  • Apple keyboard support
  • Less than 2 MB memory

Project 03

Copy URL from Tab

My first Firefox extension adds a `Copy Tab URL` command to the tab context menu so any tab URL can be copied with a quick right-click. The goal was to make a tiny browser tool that removes friction from a common workflow.

  • Firefox extension
  • Clipboard
  • Tabs API
  • MIT License