cloneside · open source · early access

One command to make your DB safe for AI

cloneside scans your schema, classifies every PII column, and generates a referentially-intact synthetic clone — so you can share data with Claude Code, Copilot, or your team without leaking customer records.

No spam. Unsubscribe any time.

How it works

Scan your schema

$ cloneside scan postgresql://prod/db

✓ users.email        PII · EMAIL     0.99
✓ users.phone        PII · PHONE     0.97
✓ orders.ip_address  SENSITIVE       0.91
  3 PII columns · 1 sensitive · 12 safe

Clone in one command

$ cloneside clone postgresql://prod/db \
    --out postgresql://localhost/dev

Generating 1,000 rows per table...
✓ Integrity checks passed
✓ Clone delivered

Use safely with AI

$ claude "analyse the schema at
  postgresql://localhost/dev"

# No real PII. No leak risk.
# Full referential integrity intact.

See it in action

[ demo coming soon ]