Zeyad-101/zedwave — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a self hosted email warm up app called ZedWave that I can run with Docker on my own server, so I don’t have to give SMTP and IMAP credentials to a SaaS company.

I want a simple web dashboard where I can create an account, add multiple inboxes, test the connection, and start, pause, reset, or restart warm up for each inbox. The app should slowly increase daily sending, add realistic opens, replies, and spam rescue behavior, then show each inbox’s reputation score over time from 0 to 100. Please include a sandbox mode so I can demo the whole flow without sending real email.

Also add DNS health checks for SPF, DKIM, DMARC, MX, and blacklists, live activity updates in the dashboard, session history, email logs, settings, license activation, and peer node management. Store credentials encrypted, use secure login with refresh tokens, and make sure users can only see their own data. Look up current docs online if needed.

Want more depth? Deep Reverse