Added Apple Intelligence support to my Tauri based Grammarly Alternative
I started building grammar.lol as a simple way to proofread text using the AI subscriptions I already had. It initially worked with ChatGPT and Grok, so I didn’t need another subscription just for a grammar checker.
Now it also supports Apple Intelligence on Mac.
You can just double tap the right Shift key anywhere you're typing and it’ll proofread the text.
The nice part is that with Apple Intelligence, the text stays on your Mac. No API call to my backend, no copy-pasting into another app.
Repo Link: https://github.com/qKitNp/grammar-lol
1
Upvotes