@gauravrathod674/super-customizable-chatbot 0.3.1 β†’ 0.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,21 @@
5
5
 
6
6
  A highly customizable, performant, and intelligent React chatbot component. Drop it into any project to add a powerful conversational AI interface, powered by **Google Gemini, OpenAI, Anthropic (Claude), and Groq**.
7
7
 
8
+ ## πŸŽ₯ Demo Preview
9
+
10
+ Here’s how beautiful and functional this chatbot can look in your React app:
11
+
12
+ [![Watch the Demo on YouTube](./image.png)](https://youtu.be/F8KLmFdN7wE?si=qD5w6proq_iC15hd)
13
+
14
+ πŸ”— [Watch the full video on YouTube](https://youtu.be/F8KLmFdN7wE?si=qD5w6proq_iC15hd)
15
+
16
+ This demo showcases:
17
+
18
+ - Seamless integration in React
19
+ - Clean modal and widget views
20
+ - Typing animation with customizable themes
21
+ - Usage with OpenAI/Gemini/Claude/Groq APIs
22
+
8
23
  ## ✨ Features
9
24
 
10
25
  - πŸ€– **Multi-API Support**: Integrates directly with Google Gemini, OpenAI, Anthropic (Claude), and Groq.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gauravrathod674/super-customizable-chatbot",
3
3
  "private": false,
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "type": "module",
6
6
  "description": "A highly customizable React chatbot component with support for Gemini, OpenAI, Anthropic, and Groq APIs.",
7
7
  "scripts": {