Skip to content

60-second quickstart

Three steps. One minute. Pick your path.

I want to try it on my own browser

  1. Install the extension from the Chrome Web Store (coming soon — until then, load unpacked from the GitHub repo).
  2. Visit any site. A blue circle appears in the bottom-right.
  3. 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)

  1. Sign up — get an organization key.
  2. Paste this into your site’s <head>:
    <script
    src="https://cdn.wholisphere.ai/embed.js"
    data-key="org_yourkey"
    data-position="bottom-right"
    data-wholisphere
    ></script>
  3. 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

  1. Sign up and find the Compliance tab.
  2. Fill in product name + version + contact.
  3. Click Generate VPAT → downloads <product>-vpat-<version>.md.
  4. 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 →