Live embed demo

The Quiet Revolution in Web Accessibility

This is a deliberately rich sample page so you can try every feature of the Accessibility Widget. Click the floating accessibility button on the bottom-left of this page to open the control panel. Try the screen reader on this paragraph, bump the font size, turn on grayscale, or switch to the dyslexia-friendly font.

This page is loaded via the embeddable JavaScript widget (not the Blade directive), demonstrating how any non-Laravel HTML page can integrate the same widget with one script tag.

Why accessibility matters

Roughly one in six people worldwide lives with a significant disability. Many more experience temporary or situational impairments — broken arms, bright sunlight, slow connections, noisy commutes. Designing for accessibility doesn't just help a niche audience; it improves the experience for everyone.

Features to try

Sample image

The widget can announce alt text and add tooltips to images:

A screenshot of the accessibility widget interface showing the toolbar and feature toggles

Sample links

Visit the WCAG guidelines, read about OpenDyslexic, or check the landing page again. Highlighting all links on the page is also a single toggle.

How it's wired

The embed script tag on this page is:

<script src="https://accessibility.aiminfosoft.com/accessibility-widget/widget.js" data-key="ak_live_Zqpy1GpdFvIHcJLrlTBm0lMSlrPveJ15ABQpIJ1n"></script>

That's the entire integration — no other code, no other dependencies. The widget loads in a Shadow DOM so its styles cannot conflict with this page.