Our lightweight JavaScript widget (4KB gzipped) adds real-time email verification to any signup form. Include a single script tag, add a data attribute to your email input field, and the widget handles everything: validation on field blur, inline error messages, typo suggestions, and disposable email blocking.
The widget works with any frontend framework (React, Vue, Angular, Svelte, or plain HTML) and any backend. It validates the email on the client side and prevents form submission until a valid address is provided. For additional security, pair it with server-side API verification to prevent bypass by users who disable JavaScript.
Configuration options include: custom error messages, styling that matches your brand, which verification checks to enforce (disposable blocking, strict validation, typo suggestions), and callback functions for custom behavior on validation success or failure.
The widget is ideal for SaaS teams that want to add verification quickly without a backend deployment. Install it in 5 minutes, and your signup form immediately starts filtering out invalid and disposable email addresses.