A Chrome extension that catches PII in your prompts before it reaches ChatGPT, Claude, Gemini, or Perplexity - redaction runs entirely on-device.

PromptWard sits in front of ChatGPT, Claude, Gemini, Perplexity, and Mistral's chat composers and intercepts the send action before the request leaves the browser.
A local ONNX token-classification model (Rampart, from National Design Studio) runs entirely inside the extension - layered with deterministic heuristics for SSNs, card numbers, emails, and phone numbers - to find PII with no network call and no server round trip.
When PII is found, a review modal shows the original text next to the redacted version. The redacted version sends automatically after a 5-second idle timer (covering the case where you step away from the keyboard), with an explicit "Send original" opt-out and instant cancellation on any interaction with the modal.
This private project reflects hands-on product, engineering, and AI workflow development across the full stack.