Your data is stored securely on Supabase — the same infrastructure used by thousands of production apps.
Where it lives
JettWorth's production database is hosted in Sydney, Australia. The database, edge functions, authentication, and file storage all run on Supabase's managed Postgres platform.
How your data is protected
- Row-level security (RLS) — every database query is filtered by your user ID at the database layer. Even if app-level code had a bug, no other user could see your data.
- Encrypted connections — all traffic uses HTTPS / TLS. Connections to the database are also encrypted.
- Anonymous IDs — your financial records are stored against an anonymous user ID, not your name or email. Joining identity to financial data requires a separate authenticated lookup.
- Magic-link authentication — there's no password to leak. Every login is a fresh one-time link.
- No bank credentials — we never store your banking passwords or tokens.
Who can see my data?
- You. Always.
- JettWorth staff. Anonymously aggregate metrics only (e.g. user count, feature usage). Individual financial data is not browsed or analysed for marketing.
- Service providers. Stripe (for billing only), Supabase (storage), Resend (transactional email). None receive financial figures.
Backups and durability
Supabase performs daily encrypted backups, with point-in-time recovery available. If something goes wrong, we can restore your data — but you can also export your data from Settings at any time.