60-second quickstart
Three steps. One minute. Pick your path.
I want to try it on my own browser
- Install the extension from the Chrome Web Store (coming soon — until then, load unpacked from the GitHub repo).
- Visit any site. A blue circle appears in the bottom-right.
- Click it → 7 capabilities open: read aloud, describe image, voice click, contrast, larger text, simplify text, summarize page.
I want to give it to my visitors (site owner)
- Sign up — get an organization key.
- Paste this into your site’s
<head>:<scriptsrc="https://cdn.wholisphere.ai/embed.js"data-key="org_yourkey"data-position="bottom-right"data-wholisphere></script> - Done. Every visitor sees the floating accessibility tools. The widget is a landmark — JAWS / NVDA / VoiceOver users find it via standard navigation.
I want a VPAT for procurement
- Sign up and find the Compliance tab.
- Fill in product name + version + contact.
- Click Generate VPAT → downloads
<product>-vpat-<version>.md. - Pipe through any markdown→PDF tool for procurement submission.
The VPAT covers WCAG 2.2 Levels A + AA (54 criteria), maps cleanly onto Section 508 + EN 301 549, and includes a conformance-summary table.
I want to wire it into my CI/CD
Add to your deploy workflow:
- uses: wholisphere/github-action@v1 with: org-key: ${{ secrets.WHOLISPHERE_ORG_KEY }} urls: '*' reason: ${{ github.ref_name }}Now Wholisphere refreshes its cache on every deploy. Full guide →
I want to use it from my AI tool (Claude Desktop, Cursor)
Run our MCP server. Setup →