Inspect schema
Read your Prisma schema and show masking rules before touching rows.
Production-shaped dev data. PII-safe by proof, not promise. Pull a small Postgres sample, mask detected PII locally, and get a dry-run proof certificate before anything is copied.
Read your Prisma schema and show masking rules before touching rows.
Pull a small Postgres sample from configured columns without writing to source or target.
Print the original sample, masked value, strategy, and certificate status in one report.
If your app has real users, it has weird data. Proofmark is for Next.js, Prisma, and Postgres teams that need production-shaped records without dragging real people into local development.
The alpha path is Prisma + Postgres, read-only dry run. Write mode, non-Prisma adapters, and broader database support are planned only after the proof path is reliable.
npm run cli -- pull --dry-run --demo
Send a schema and one table that makes local testing painful. The dry run should prove the app still works without keeping the real identifiers.