Fabrication

Things built to be used by strangers: a SaaS, a hardware business, and open source that other people depend on.

ezkey.io

In flight

An API key store built for MSPs. My first real SaaS.

MSPs hold hundreds of vendor API keys across dozens of clients, usually in places they should not be. ezkey is a purpose-built store with per-client scoping, rotation, and an audit trail, run as a service so a small shop does not have to host one more thing.

Built with TypeScript, Postgres, Docker.

conch.ggIn flightCustom GameCube controllers, built and sold by me.

A small hardware business: custom GameCube controllers for players who care about how the thing feels. The site sells them and hosts the tools I wrote along the way, including a browser-based input viewer that runs on gc-bridge.

gc-bridgeOperationalNative GameCube controller input in the browser, in Rust, with low latency.

A local webhook server that reads a GameCube adapter and streams inputs to the browser. Written in Rust so the latency stays out of the way. Open source.

Built with Rust.