All activity
Amao Zhaoleft a comment
š Hi! I'm Amao, solo developer. Built ScrubPrompt because I was tired of manually redacting emails, names, phones before sending data to ChatGPT. ā
Replaces PII with placeholders: "John" ā [[SP_P_xxx]] ā
Restore after LLM response: [[SP_P_xxx]] ā "John" ā
Free tier: 500 requests/month Try it (no signup needed): scrubprompt.com/playground Questions? Ask me anything! š

ScrubPromptProtect sensitive data before sending to AI
Amao Zhaoleft a comment
What inspired me to build this? I was working on an AI project that needed to process user data for training. But manually redacting PII (emails, phones, names, etc.) was incredibly tedious and error-prone. I kept thinking: "There has to be a better way." The problem I tried to solve: - Developers waste hours manually hiding sensitive data - Regex is fragile and misses many cases - Existing...

ScrubPromptProtect sensitive data before sending to AI
Built this because I was tired of manually redacting PII before sending user data to ChatGPT.
What it does:
⢠Replace "John" ā [[SP_P_xxx]] before sending to any LLM
⢠Restore original values after getting the response
⢠Supports 20+ PII types (names, emails, phones, credit cards, SSN, etc.)
Simple API - integrate in 3 lines of code.
Free tier: 500 requests/month
Try it (no signup needed): scrubprompt.com/playground
Questions? I'm the founder - ask me anything!

ScrubPromptProtect sensitive data before sending to AI
