Platforms like Vercel and Cloudflare offer WAF in free plans. Netlify chose to limit it to enterprise customers only. But there is a workaround!
You can implement custom WAF in TypeScript using edge functions.
✅ Efficient, does the job
✅ Transparent, full control of the logic
✅ Easy to customize
✅ Affordable
🍋 Redeploy on changes
🍋 Maintenance
🍋 Prone to human errors