React
Two options: script tag via public/index.html (simple), or the npm SDK for programmatic control.
Option A — Script tag (Create React App / Vite)
Edit public/index.html and paste before </body>:
Option B — npm SDK (programmatic control)
Install the SDK:
Wrap your application with A11yProvider and render the toolbar:
Enable or disable features from any component using the hook:
Tip
Use Option A for most sites. Use Option B if you need to control features programmatically, load student profiles, or use AI features from your own components.