ScamSafe is a web app that lets you analyze suspicious emails using OpenAI. Forward any suspicous email to a temporary address, and receive a detailed AI-generated analysis in real time.
Visit the live site Here or clone this repo and host your own
- Local Python SMTP server (aiosmtpd)
- Backend REST API (FastAPI + OpenAI integration)
- Real-time frontend updates using WebSockets (React + TailwindCSS)
- Temporary email address generator
git clone https://github.com/Jaden-Bowers/Scam_Safe
cd Scam_Safe