accessiBe said this week that accessWidget, its AI-powered accessibility product, can now understand what a visitor types or says in plain language and respond directly. No settings menu, no list of adjustment categories to sort through first.
The company calls it the AI accessibility assistant. It launched Aug. 10, 2026, and it’s live now for accessWidget customers on Growth plans and higher. The existing settings menu is still there alongside it. accessWidget is installed on more than 85,000 websites worldwide, according to accessiBe, which gives the new feature a sizable existing footprint if the rollout expands as planned.
What the assistant actually does
The mechanics are straightforward. A visitor types or speaks a request the way they’d say it to another person: “the text is too small,” “take me to the footer,” “what’s this page about?” The assistant identifies which existing accessWidget capability answers that request and applies it, without asking the visitor to first translate their problem into the platform’s own vocabulary of profiles and settings.
According to accessiBe, the assistant handles four categories of request: applying the relevant accessibility adjustment or profile, answering questions about what’s on the current page, producing a plain-language summary of the page on request, and guiding visitors to specific elements while shifting keyboard or screen-reader focus accordingly. A visitor who says “I can’t find the contact form” gets moved to it directly, with focus already set on the relevant field, rather than a list of navigation tips to work through on their own.
“The accessibility adjustments were already there. Now visitors can simply ask for what they need,” said Robert Lopez, accessiBe’s CEO, in the announcement. “It’s the same capability, delivered in a more natural way. That’s where conversational AI adds real value: reducing the distance between a person and the experience they need.”
accessWidget already had every capability the assistant draws on. The adjustments, the focus management, and the page-reading logic were built into the product before this release; the assistant is a new interface layer on top of them, one that removes the step where a visitor has to know accessWidget’s own terminology before using it.
The friction this is meant to remove
Settings menus assume a visitor already knows what to call the problem. A person who needs larger text has to find “text size” or “font scaling” among a list of labeled controls. Someone who navigates by keyboard has to locate a “keyboard navigation” toggle rather than simply moving through the page.
That translation step, from lived problem to correct menu label, is itself a barrier. It falls hardest on people who are least familiar with a given site’s layout or with accessibility terminology generally.
WebAIM’s 2026 Million report, an annual scan of the one million most-visited home pages, found that 95.9% still had at least one detectable failure against the Web Content Accessibility Guidelines, the technical standard most accessibility laws point back to. That’s up from 94.8% the year before, reversing six straight years of gradual improvement. The failures are mundane and repetitive: low-contrast text on 83.9% of pages, missing alternative text for images on 53.1%, unlabeled form inputs on 51%, empty links on 46.3%. WebAIM’s researchers pointed to a specific cause for the reversal: growing reliance on third-party frameworks and AI-assisted, “vibe coding” development practices that add complexity faster than teams can audit it.
More than 70 million adults in the United States, or 28.7% of the adult population, report living with a disability, according to the Centers for Disease Control and Prevention’s most recent data. WebAIM’s own decade-long Screen Reader User Survey has repeatedly found that this population navigates the web through structural workarounds rather than plain conversation: 71.6% of respondents say they check a page’s headings first when looking for information, and CAPTCHAs, unlabeled links, and unpredictable page changes rank as the most disruptive barriers they encounter.
Most of that navigation now happens on a phone: 91.3% of survey respondents use a mobile screen reader, and VoiceOver, Apple’s built-in tool, accounts for 70.6% of that use. Those habits developed because the tools available assumed structured, menu-driven interaction, not spoken conversation with an on-page assistant.
Research from the World Wide Web Consortium’s cognitive accessibility working group backs up why that mode helps a specific set of users. Its research on voice and conversational systems notes that natural language input lets people “state their requests in their own words,” which reduces the burden on users who have difficulty remembering menu options or mapping those options to their actual goal. The same research is careful not to oversell the format: it flags that natural language interfaces can be harder for people who have difficulty producing speech, including users of augmentative communication devices, and that speech recognition still struggles with atypical speech patterns. The W3C’s conclusion is that conversational systems work best paired with reliable fallback options, not as a replacement for them.
That caveat lines up with how accessiBe has positioned the assistant. It sits next to the settings menu rather than instead of it, so a visitor who prefers to browse and pick adjustments manually still can.
Built with input from people who use these tools
accessiBe says the assistant was developed with its Inclusive Product Advisory Board and accessLabs, two groups made up of people with disabilities who advise on product decisions during development rather than after a feature ships.
“Building with the disability community means involving people throughout the process, not asking for feedback once the work is done,” Lopez said. “Our Inclusive Product Advisory Board and accessLabs helped shape this assistant from the beginning, and their input will continue to guide how it evolves.”
Whether that input shows up in the assistant’s day-to-day accuracy is a separate question from whether the process happened, and it’s the harder one to answer from a launch announcement alone. accessiBe hasn’t published data on how often the assistant correctly interprets a request or which request types are most common, and those are the numbers that will determine whether this reduces real friction or just relocates it into a chat box.
What outside coverage is asking
Independent write-ups of the launch have been more measured than the announcement itself. Bill Hartzer, writing on his technology blog, argued the assistant addresses a real usability problem. Accessibility settings can require a visitor to already know the correct technical term for what they need, and reframing the interaction from “find the correct setting” to “explain what you need” is a change in how the product works, not just in how it’s marketed.
Hartzer also drew a distinction between building a feature for people with disabilities and building it with them, noting that “assumptions do not always survive contact with actual users.”
The piece included a caveat accessiBe would likely agree with: an accessibility widget “should not be viewed as a substitute for building an accessible website in the first place.” Semantic HTML, keyboard navigation, and sufficient color contrast are the foundation the assistant depends on to function at all. It can guide a visitor to the footer or summarize a page because the underlying markup makes that possible. It can’t repair a page that lacks the structure to describe in the first place, which is the gap accessFlow and accessServices are built to close.
The open questions Hartzer raised are the same ones this article keeps circling back to: how accurately the assistant interprets requests, and which requests visitors actually make once the novelty wears off. accessiBe has not published data on either.
One assistant, inside a three-layer platform
The assistant lives inside accessWidget, one of accessiBe’s three product layers, and it doesn’t touch a customer’s source code. accessWidget installs through a short code snippet, then works against the live site: a fresh scan runs roughly once a day, and the runtime adjustments the assistant applies ride on top of whatever that scan finds.
accessFlow is accessiBe’s developer-side product: it integrates into CI/CD pipelines and project tools so that accessibility checks reach a developer’s workflow before code ships, but it assists developers rather than fixing issues automatically. accessServices is the human layer: IAAP-certified professionals who conduct manual audits, produce the documentation and accessibility guidance that regulated organizations and federal contractors need, catch what automated tools structurally cannot, and turn those findings into a detailed remediation roadmap for what needs to be fixed. accessiBe frames all three as one platform addressing different points in the same lifecycle, not three separate products a customer has to choose among.
The AI accessibility assistant extends what the first of those three layers can do. It doesn’t change what the other two are for.
Where it stands now
The rollout is deliberately narrow. It’s available today only to accessWidget customers on Growth plans and higher, and accessiBe has described a phased expansion to additional customers and partners without giving a timeline. The company also published a demonstration video alongside the announcement that shows the assistant handling requests like the ones in its own examples.
What the launch adds up to depends on numbers accessiBe hasn’t released yet: how often the assistant gets a request right, how visitors actually phrase what they need, and whether a chat box changes behavior for people who’ve spent years navigating around settings menus rather than through them. The capabilities were already built before this week. Whether talking to them, instead of clicking through them, closes the gap for more visitors is the part still being tested in production.

