Built content-aware PII redaction in Postgres with Neon and Jev (TypeSafe) where redaction on support messages is not on entire column bluntly, but only on meaningful bits:
Adminby Rishi Raj Jain2026-09-17
Built content-aware PII redaction in Postgres with Neon and Jev (TypeSafe) where redaction on support messages is not on entire column bluntly, but only on meaningful bits: https://pg-redact.vercel.app
Code: https://github.com/rishi-raj-jain/pg-redact
• Jev reads each message and tags the personal bits: names, emails, phones, addresses, and IDs
• The masking runs inside Neon Postgres as a redact() SQL function
• Guest see nothing, support sees names/emails/phones, admin sees everything
• Only the personal bits get blacked out, the rest of the message stays readable, no blunt whole-column mask
• Anything you are not cleared for never leaves the database, the browser only ever gets █ blocks, never the real text
• Deployed on Vercel
Support the launch on https://x.com/rishi_raj_jain_/status/2100606501501169726
Links