Privacy Policy

Last updated: May 29, 2026

Reeplee is a US-based company.

Short version

  • We never send your full raw data table to the AI. We send a profile (column types and summary statistics) plus a small, truncated preview of the first few rows to identify headers and table layout; the rest of your rows stay masked.
  • Your uploaded file is saved with your analysis session so you can refresh the page and come back later.
  • We don't sell your data. We don't use your data to train any model.
  • We use Supabase for accounts and Stripe for billing. They handle that data per their own privacy policies.

What we collect

When you sign up and use Reeplee we collect:

  • Account info: your email address and password-based sign-in record.
  • Usage data: the number of AI usage credits you've used in the current billing period, so we can enforce plan limits.
  • Files you upload: CSV or Excel files you drop into the chat. These are stored with your saved session so the chat, generated R code, and plot can be restored later. The R execution service still processes files in memory or temporary files for each run.
  • Billing info: if you subscribe, Stripe stores your payment method. We only see a customer ID and subscription status.

What goes to the AI (and what doesn't)

This is the core privacy promise. When you upload a file, Reeplee's R service computes a profile of your data: column names, column types, summary statistics (mean, sd, group sizes), and shape hints. That profile, your chat messages, and a small, truncated preview of the first few rows are what we send to Anthropic's Claude.

The AI does not receive your full spreadsheet. It sees only the small preview needed to tell headers from data, then masked descriptors for the rest of the file (for example, whether a cell is a number, date, blank, or short label). The AI also sees the names of your grouping categories (e.g. "Control", "Treated"), because it needs them to label the plot. If those first few rows or labels are sensitive (e.g. patient IDs), rename or remove them before uploading.

The R code Claude writes is executed in our container against your full data; only the finished plot image comes back. Your uploaded file is also stored in your saved Reeplee session so you can reopen the analysis.

What we don't do

  • We do not sell your data to anyone.
  • We do not use your data to train any AI model. Anthropic's API has a no-training-on-customer-data policy that we rely on.
  • We do not look at your files unless you specifically ask us to debug something for you.

Third parties we use

  • Anthropic: runs Claude (the AI). Receives your data profile and chat messages. Does not retain or train on inputs by API policy.
  • Supabase: provides authentication and the database that stores your account info and usage metering.
  • Google Cloud: runs the R execution container.
  • Stripe: processes payments. Stores your payment method.
  • Vercel: hosts the web app.

Your rights

You can delete your account from the Account menu in the app. That cascades through Supabase and removes your profile, usage records, and any saved sessions. Stripe customer records may persist briefly for billing reconciliation but contain no sensitive content.

You can request a copy of your data or ask questions by emailing hahn@klaydex.com.

Changes

If we make material changes to this policy we'll email registered users at least 14 days before the change takes effect.