How Frenzee protects your work

No buzzwords. Specifics about what we encrypt, who can see what, and how to get your data out. Anything missing? Email help@frenzee.co.

  1. Your browserHTTPS · HSTS
  2. Magic linkno password
  3. Frenzee serverkeys server-side
  4. PostgresRLS · AES-256
  5. Daily snapshot7-day retention
Every hop above is stated in full in the sections that follow.
Frenzee reads
  • Threads you tag for production
  • Inbound messages on those threads
Frenzee never reads
  • The rest of your mailbox
  • Your contact list
Connecting Gmail is optional, and tagging a thread is the only thing that grants access to it.
  1. Magic-link only · session-scoped cookies

    Sign-in is passwordless via Supabase Auth magic-link. No password rotation policies, no shared logins. Session cookies are HttpOnly, Secure, and SameSite=Lax, scoped to *.frenzee.co with a 7-day TTL. There are no password hashes to leak because there are no passwords.

  2. TLS in transit · AES-256 at rest

    All traffic to frenzee.co and app.frenzee.co is HTTPS-only with HSTS. The Postgres database encrypts everything at rest with AES-256, including automated backups.

  3. Per-owner row-level security · least privilege

    Every table that holds owner data has Row Level Security enabled — the owner sees their rows, nobody else does. Service-role keys are used only by server-side jobs and never reach the browser; a build-time check fails the deploy if a service-role import leaks into client code.

  4. A short list, and we tell you who they are

    Supabase (Postgres and Auth) · Vercel (web hosting and serverless) · OpenRouter / Moonshot (the LLM the agent reasons with) · Resend (transactional email) · Stripe (billing). No data brokers. No analytics SDKs that re-identify you.

  5. We read only the threads you connect

    When you connect Gmail via OAuth, Frenzee reads inbound messages from the threads you tag for production. It does not enumerate your whole mailbox and does not export your contact lists. Messages outside the threads you tag are not stored on our infrastructure.

  6. Email us and your account is destroyed

    Ask us to delete your account and we destroy the auth row and cascade-delete every owner-scoped row tied to it, with a confirmation email before destruction. Send the request from your account email to help@frenzee.co.

  7. Daily snapshots · 7-day retention

    Supabase takes daily automated snapshots of the production database with 7-day retention. Point-in-time recovery is available within that window.

Disclosure: this page describes Frenzee’s current operational posture, not a certification. We are not yet SOC 2 or ISO 27001 certified; we will publish here when that changes.

Found a vulnerability? Email help@frenzee.co with reproduction steps and we will respond.