Draft — legal review required before public launch.
Privacy Policy
MoneyLens is a personal financial operating system that processes transaction data via email forwarding, native Android companion notifications, uploaded bank statements, and manual entries.
Data Architecture & Protection
- OTP, PINs, passwords, and 16-digit card numbers are automatically filtered out locally before reaching backend database storage.
- Uploaded bank statements are stored in private Supabase Storage buckets secured by Row-Level Security policies.
- User data is isolated strictly by Row Level Security (
auth.uid() = user_id).