Work
This is the shipped experience behind the audit offer. Each project below shows the kinds of architecture, launch, security, and release tradeoffs that shape the code review work.
StorySavant
AI-powered creative writing studio for macOS. Features a custom NSTextView bridge for rich text editing, 3-tier model routing (Opus/Sonnet/Haiku) with cost optimization, EPUB export via Process(), and a safety invariant system with dual-mode enforcement.
The hardest part: bridging NSTextView into SwiftUI while maintaining rich text formatting, undo/redo, and real-time AI streaming into the same text buffer.
Product Site ↗
Pathiary
Travel journal app with AI-powered trip insights. Subscription-based with Cloudflare Worker API proxy for secure AI access. Uses SwiftData for local persistence and StoreKit 2 for subscription management with receipt validation.
Secure API proxy architecture: API keys never touch the client. Cloudflare Worker validates App Check tokens, enforces rate limits, and proxies to Anthropic.
Product Site ↗ View on App Store ↗
DeckScore
Card game scoring app supporting 8 popular card games with automatic score calculation, persistent game history, and player statistics. Built on SwiftUI and SwiftData with AdMob as the sole external integration.
A focused utility app built almost entirely on first-party Apple APIs — AdMob is the sole external integration.
Product Site View on App Store ↗ToldByMe
Memoir app designed for seniors to record and preserve their life stories. Features voice dictation with Speech framework, AI-powered narrative synthesis via Cloudflare Worker proxy, and a UX optimized for accessibility and larger text.
Senior-first UX: large tap targets, high contrast, simplified navigation, and voice-first input for users who may find typing difficult.
Product Site ↗ View on App Store ↗
AI-SmartPrompts
Cross-platform AI prompt library built with Expo and React Native. Firebase Cloud Functions handle server-side AI operations with Auth and App Check verification. The only non-native project in the portfolio — chosen for cross-platform reach.
Firebase Cloud Functions for API proxy instead of Cloudflare Workers — demonstrating the same secure-proxy pattern across two different infrastructure stacks.
Product Site ↗ View on App Store ↗Want the same level of scrutiny applied to your repo?
Start with triage if you need a fast read. Start with the sample packet if you want to inspect the audit standard before you book.