Wanted to share what I did for my first macOS app launch since this community has been useful to me.
The app is InkeyTool, a small macOS utility that lets you run AI actions on selected text anywhere on your Mac using a keyboard shortcut. Rewrite, translate, shorten, custom prompts. Paid, no subscription.
A few decisions worth sharing: I went App Store over direct distribution. Most similar apps skip it because they use the Accessibility API, which Apple restricts for store distribution. I built on macOS Services instead, which meant giving up some flexibility but keeping App Store distribution and a real privacy advantage (the app only ever sees what you selected).
The one thing I'm still unsure about: one-time pricing. I went that route because there's no server cost on my end and users bring their own API keys. But I'm not sure if that's the right long-term call.
Happy to compare notes if anyone's gone through something similar with a macOS or productivity utility.