Hi hi!
I’m currently hosting my project on Vercel and I’m looking for a way to set up security and DDoS alert notifications—preferably via email or some kind of automated notification system (Discord, Vercel, Slack, etc. would also be amazing).
I want to be notified if:
• There’s any suspicious or spiky traffic behavior
• A potential DDoS or brute-force attempt happens
• My site becomes unreachable or is under high load
What I’m using:
• Framework: Next.js
• Hosting: Vercel
I’d love something that’s straightforward and ideally integrates with Vercel’s existing infrastructure or external services! I don’t mind using custom logic (e.g. serverless functions, log monitoring, etc.) if needed.
Any advice, code samples, or tool suggestions would be super appreciated!
Thank you so much in advance,
Raina