How to Try SaneSales Demo Mode
Want to see every feature before connecting your real accounts? Demo mode loads a fictional indie studio called "Pixel Studio" with 4 products across all 3 providers — complete with orders, refunds, and realistic revenue patterns.
What Demo Mode Shows
- ✓ 4 fictional products across LemonSqueezy, Gumroad, and Stripe
- ✓ Realistic order history with varying amounts, dates, and customer emails
- ✓ Refunded orders mixed in — see how net revenue is calculated
- ✓ All features work: charts, product breakdown, order search, CSV export
How to Activate Demo Mode
- 1 macOS: Launch SaneSales from Terminal with
--demoflag - 2 iOS Simulator: Use
xcrun simctl launch booted com.sanesales.app -- --demo - 3 Or set UserDefaults:
defaults write com.sanesales.app demo_mode -bool true
Demo mode uses fictional data defined in Core/DemoData.swift. No real API calls are made. Your real API keys are never touched.
Building from Source
SaneSales is 100% Transparent Code (PolyForm Shield). You can clone the repo, build from source for free, and use demo mode to explore every feature. If you find it useful, the $6.99 purchase keeps development alive.