Hacker News new | ask | show | jobs
by firesaber 190 days ago
Hey HN, I built SafePrompt because I wanted to paste sensitive docs into ChatGPT but didn't trust OpenAI with the raw data.

It runs 100% in the browser (Next.js + WebAssembly). It uses Regex/Logic (no AI) to strip Names, Emails, and SSNs before they leave your clipboard.

It's a simple MVP right now. Would love to know if this solves a real problem for you.