Work
Clarus
A screenshot and screen-recording app for Windows, sold as a subscription. It takes
Win+Shift+S over from the Snipping Tool, records the screen, reads the text out
of any capture without touching the network, and carries two annotation editors — one
for stills and one for video with a real timeline.
The interesting part is not any single piece, it is the span. Screen capture goes through DXGI Desktop Duplication with a GDI fallback; recording through Windows.Graphics.Capture into a Media Foundation encoder; text extraction is PaddleOCR running on a pure-Rust inference runtime with the models compiled into the binary. Underneath sits Postgres with row-level security, Stripe webhooks as the only writer of entitlement, and a share service on Cloudflare I took from 5.3 seconds to 0.6.
Rust · Tauri · Win32 · DXGI · Media Foundation · WASAPI · React 19 · TypeScript · Konva · ffmpeg · SQLite · PostgreSQL · Stripe · Cloudflare · Deno · NSIS
getclarus.dev →