Skip to content
English
  • There are no suggestions because the search field is empty.

How to Integrate Eye-Able Assist Locally?

Eye-Able Assist can be easily hosted on your own web server without any loss of functionality. To do this, you need to follow a few steps, which are described below:


  1. You can find the files in the Eye-Able Dashboard under the Assistive Software section in "Installation" → "Local Hosting.
    Screenshot 2025-12-09 103053Screenshot 2025-12-09 103103
  2. Unzip the files locally on your machine.
  3. Download your individual JavaScript configuration file from the same "Local Hosting" popup in the dashboard.Screenshot 2025-12-09 103112
  4. Upload the public directory with the Eye-Able assets and the configuration file (if not defined inline) to any location on your web server. What’s important here are the URLs where the public directory, the eyeAble.js (in the public/js folder), and your configuration file are located. For the sake of this guide, let’s assume the path is: “https://www.yourDomain.com/eye_able_folder”.
  5. Change the src URL of the Eye-Able integration in your header accordingly.

    Screenshot 2025-10-14 122214
  6. (Optional) If you are integrating Eye-Able via the JavaScript file with “load on click”, adjust the two variables eA_path and eA_configPath so that they point to the public folder and the configuration on your web server.

    Screenshot 2025-10-14 122249

Eye-Able is now running for your website via your web server!

To update, simply overwrite the previous public folder with the new version.