🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ethora/ai-chat-widget

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethora/ai-chat-widget

1. npm create vite@latest 2. select name of project, select type (react/js) 3. cd project-name 4. npm i 5. npm i @ethora/chat-component 6. go to file src/App.tsx and replace it with this code

npmnpm
Version
25.8.28
Version published
Weekly downloads
11
1000%
Maintainers
3
Weekly downloads
 
Created
Source

To make assistant work you shoud use

const user = createAnonymousXmppCredentials();

roomJID={botId}
config={{
          ...assistantChatConfig,
          assistantMode: { enabled: true, user },
        }}
/>```

Keywords

chat

FAQs

Package last updated on 28 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts