SpamBlock Demo

Test the spam detection system below. Try different inputs to see what triggers blocking.

Contact Form

This form uses the data-block-spam attribute

Try these example inputs
  • Email: use tempmail.com or mailinator.com to trigger disposable email detection
  • Message: try spam keywords (viagra, casino, winner), random strings (x8q2m6k9p4r7t1), Russian text on an English page, or fast submission (<1.2s)

Logs

// Logs will appear here...

Understanding the Response

Each submission returns a JSON response with:

  • score: Total risk score (use form rules to decide blocking)
  • reasons: Array of detected spam indicators
  • latencyMs: API response time in milliseconds

💡 Tip: All submissions are sent to the backend with markers. Form rules decide blocking and which integrations receive each submission.