NEXUS handles deeply personal information — your life story, your conversations, your goals, your private thoughts. We take that responsibility seriously. Here's exactly how we protect it.
Every NEXUS user operates in a completely isolated environment. Your AI agent cannot see, access, or be influenced by any other user's data.
This isn't just application-level filtering — it's enforced at the database level using Row-Level Security (RLS). Even a bug in our code cannot expose another user's data.
All sensitive data is encrypted using AES-256 encryption. Your conversations, onboarding answers, agent memories, and integration credentials are additionally encrypted using Supabase Vault — a dedicated secrets and encryption management system.
Each user has a unique encryption key. Your data is encrypted with YOUR key — not a shared key. This means even in the worst-case scenario of a database breach, one user's data cannot be used to decrypt another's.
All data between your browser and our servers is encrypted using TLS 1.3. We enforce HSTS to prevent downgrade attacks.
NEXUS uses magic link authentication — passwordless login via email. There is no password to leak, brute-force, or phish. Sessions use short-lived tokens that expire automatically.
When you chat with your AI agent, your messages are processed by the Anthropic Claude API. Under Anthropic's commercial API terms:
We chose Anthropic specifically because their commercial API terms provide the strongest data protection in the industry.
Your data is stored in Sydney, Australia (AWS ap-southeast-2 region) via Supabase. It does not leave Australian infrastructure for storage.
| Layer | Provider | Security |
|-------|----------|----------|
| Database | Supabase (PostgreSQL) | RLS, Vault encryption, Sydney region |
| Authentication | Supabase Auth | Passwordless, JWT, short-lived tokens |
| Hosting | Vercel | Edge network, DDoS protection, HTTPS |
| AI Processing | Anthropic Claude API | Commercial terms, no training on your data |
| Payments | Stripe | PCI-DSS Level 1 compliant |
If you have any security concerns or questions, contact us at hello@mystripesconnect.com.au.