MAIIA Widget Dev Tester
This page loads the dev build of the MAIIA chat widget. Use the controls above to switch between properties, languages, and themes. The chat bubble should appear in the bottom-right corner.
Current Configuration
| Widget Source | |
| Property ID | |
| Locale | |
| Theme | |
| API Target | baked into widget JS bundle |
XSS Test Payloads
Send these through the chat to verify DOMPurify sanitization:
| Script tag | <script>alert('xss')</script> |
| Event handler | <img src=x onerror=alert('xss')> |
| JS URL | <a href="javascript:alert('xss')">click</a> |
| Safe HTML (should render) | <b>bold</b> and <i>italic</i> |