React/Next.js Integration
Integrate the Helper Chat Widget with React or Next.js applications
The @helperai/react
package provides first-class support for integrating the Helper Chat Widget into your React or Next.js applications. This integration offers a more seamless developer experience with TypeScript support and React hooks.
Installation
Install the package using npm:
Setup
Add Environment Variables
Add your Helper authentication credentials to your environment variables:
For local development, add these to your environment file (e.g., .env.local
), and for production, add them to your deployment environment.
Basic Usage
Use the useHelper
hook in your components to interact with the chat widget:
Advanced Usage
Controlling Widget Visibility
Adding Contextual Help Buttons
Create context-specific help buttons that open the chat with predefined prompts:
Example usage:
Metadata Options
The generateHelperAuth
function accepts the following metadata options:
Option | Type | Description |
---|---|---|
value | number | Revenue value of the customer |
name | string | Name of the customer |
links | object | Key-value pairs of links related to the customer |
Example: