Saneapps.com
| Website: | https://saneapps.com/ |
| Website: | https://saneapps.com/ |
Quick #indiedev note on SaneClip, my clipboard manager for macOS:
Every clipboard entry is stored in a local SQLite database at ~/Library/Application Support/SaneClip. Nothing is synced. Nothing is uploaded. If you delete the file, your history is gone — there's no cloud copy because there's no cloud.
The whole thing is ~2k lines of Swift. Public code, MIT license.
github.com/sane-apps/saneclip
Shipped something I needed myself: SaneSales 📊
It pulls from LemonSqueezy, Gumroad, and Stripe — all in one dashboard. Revenue charts, order history, home screen widgets.
The interesting technical constraint: all API calls go from your Mac directly to those services. My server is never in the loop. You can verify this in the public code.
github.com/sane-apps/sanesales
$6.99 one-time. Free to try first.
Hot take: "on-device by default" is the minimum bar for trustworthy software, not a premium feature.
Every SaneApps utility runs locally. No API calls to my servers. No clipboard data leaving your Mac. No usage telemetry.
Not because I'm legally required to — because it's the right way to build.
The code is public. Verify it yourself.