Wesley Finch

Aspiring Product Manager and App Designer

Bridging the gap between user needs and technical execution. I build user-centric products from concept to code.

Project: TokenTicker

A native macOS menu bar widget with a mechanical split-flap display for tracking real-time AI token usage.The Problem: Developers using multiple AI tools (like Claude, Gemini, and Cursor) lack a centralized way to monitor their token usage across different platforms and billing models, leading to unexpected costs and context-switching.The Solution: I designed and developed a lightweight macOS menu bar app that aggregates token usage from both cloud APIs and local application state files (like Cursor's SQLite database). I utilized a mechanical split-flap UI for a satisfying, tactile user experience.The Execution: Built using a modern desktop stack: Rust and Tauri v2 for a low-footprint backend, and React with TypeScript for the frontend. Implemented secure credential storage using the native macOS Keychain.Tech Stack: Rust, Tauri v2, React, TypeScript, Tailwind CSS v4, SQLite.(Work in Progress. Will link to GitHub project when v1 is available.)


Project: Cert-Automations

An automated script to streamline SSL certificate generation.The Problem: Generating and managing SSL certificates manually is time-consuming, prone to human error, and creates friction in the deployment pipeline.The Solution: I designed and built a shell-based automation tool that handles the entire certificate generation process end-to-end, removing the need for manual intervention.The Impact: Reduced certificate generation time and eliminated deployment bottlenecks caused by manual credential management.Tech Stack: Shell, OpenSSL.