
Products
Two desktop apps I build and ship on my own.
Resume Designer is an AI-assisted resume editor: one master profile, tailored variants, and every AI edit shown as a diff you accept or reject. Git It is a macOS Git client with a commit graph, a working copy, and commit-time history editing that previews before it rewrites.
Neither has an account or a backend. Resume Designer keeps its data on the machine except for the AI requests a user makes with their own OpenRouter key. Git It prompts for Git credentials on demand and never stores them.
Both are Tauri 2 apps — a Rust core under a web front end. I started Resume Designer in January 2026 and Git It that June. Both are mine end to end: product decisions, interface, and implementation.
Across the products
What has shipped so far.
Resume Designer has had thirty-one releases since February 2026, with signed and notarized macOS builds for Apple Silicon and Intel, a Windows installer, and a browser build. Git It is macOS 12.3 and later, three releases in, built by CI as separate Apple Silicon and Intel builds.
Both update themselves once installed. Git It carries a stable and a beta channel; Resume Designer shows the release changelog before and after an update and keeps a browsable history of what changed.