Projects
Selected apps, experiments, small tools, and open-source contributions.
macOS / SwiftUI / AppKit
An open-source macOS menu bar app created by Aurora Scharff. It observes global mouse events and renders configurable click highlights, drag feedback, and an optional laser pointer in transparent overlays across macOS apps.
iOS / SwiftUI / Local AI
A native SwiftUI chat app for iOS 26 and iOS 27. It checks model availability, configures a LanguageModelSession, streams generated responses, handles framework errors, and adds image input and token usage on iOS 27.
iOS / SwiftUI / Local Image Generation
An iOS 26 SwiftUI app using ImageCreator from the Image Playground framework. It converts a prompt into a text concept, requests up to two images for a selected style, and displays the collected results after generation finishes.
macOS / SwiftUI / URLSession
A native macOS menu bar app for sending focused HTTP requests. It accepts a URL, method, headers, and an optional body, then reports the response status, duration, content type, headers, and a bounded text preview.
macOS / SwiftUI
A native macOS menu bar app that scans visible top-level entries in Downloads, groups regular files by type, calculates disk usage, and moves the validated set to the system Trash after confirmation.