I’ve been diving deep into #ClaudeCode to see if I could build a modern SwiftUI app. Started as a simple idea but it’s evolved into something useful.

The app is Pluck. It’s a document scanner that analyzes scans (with AI) to extract key details.. phone numbers, account numbers, emails, events etc. These details are organized and presented as one-tap actions.

If you’re interested I have a TestFlight beta here:

https://testflight.apple.com/join/GPfT3S7r

#vibecoding #iosbeta #iosdev #swiftui #indiedev

@_danielkramer is it on device AI to extract the info?
@jmovs that was my original plan but the on device Apple Intelligence model isn’t capable enough. In setting you have the option between Claude-sonnet or ChatGPT-5.4mini
@_danielkramer ah ok. And I guess Apple still does not allow to use the cloud compute one outside of shortcuts. Have you tried this?
@_danielkramer @jmovs bring your own API key, or is it built in?
@amyworrall @jmovs it’s built in. Which means I’ll have to charge once released. I may have an option to bring your own but haven’t really thought that through yet