Skip to content

ProofmarkProduction-shaped dev data

PII-safe by proof, not promise. Pull a small Postgres sample, mask detected PII locally, and generate a dry-run proof certificate before anything is copied into development.

What this is

Proofmark is a local-first CLI for Prisma + Postgres teams. It reads your Prisma schema, samples Postgres read-only, masks configured fields with HMAC-keyed deterministic fake data, and prints a dry-run proof certificate.

The supported path today is Prisma + Postgres, dry-run. Write/seed mode is planned, not shipped — see the Roadmap to npm for what is shipped, in progress, and planned.

Quick start

bash
npm install
npm run cli -- --help
npm run cli -- pull --dry-run --demo

For the full walkthrough against a real Prisma/Postgres database, see the example project.

For the forwarding narrative, use the stakeholder deck.

MIT licensed. Built by Matthew Hendricks.