@namiruai/vue 1.13.0 → 1.14.0
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.
- package/README.md +16 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Vue 3 wrapper for the [Namiru.ai](https://namiru.ai) chat widget.
|
|
4
4
|
|
|
5
|
-
Namiru.ai lets you create AI-powered chat agents for your website in under 30 seconds. Paste your URL, and Namiru crawls your site to build a knowledge base.
|
|
5
|
+
Namiru.ai lets you create AI-powered chat agents for your website in under 30 seconds. Paste your URL, and Namiru crawls your site to build a knowledge base. One line of code to embed.
|
|
6
|
+
|
|
7
|
+
**But customer support is only half the product.** The real value is in what happens after conversations:
|
|
8
|
+
|
|
9
|
+
- **Conversation intelligence** - The system monitors every chat and notifies you by email when users encounter issues, discover missing information, or report bugs. It gives you valuable insights into your customers' behavior.
|
|
10
|
+
- **Lead collection** - The chatbot collects name, email, phone, company (whatever you configure) during natural conversation. If someone didn't sign up because they hit a bug, you still have their contact info and can reach out to convert them.
|
|
11
|
+
- **Pain point detection** - Tracks recurring problems across all conversations, groups them by topic, and surfaces what matters most so you can fix issues fast.
|
|
12
|
+
- **AI summaries** - Every conversation is analyzed. You never have to read a single chat log.
|
|
6
13
|
|
|
7
14
|
## Installation
|
|
8
15
|
|
|
@@ -56,9 +63,16 @@ import { NamiruChat } from '@namiruai/vue';
|
|
|
56
63
|
| `width` | `string` | Width for inline mode. |
|
|
57
64
|
| `height` | `string` | Height for inline mode. |
|
|
58
65
|
|
|
66
|
+
## Get your agent ID
|
|
67
|
+
|
|
68
|
+
1. Go to [namiru.ai](https://namiru.ai)
|
|
69
|
+
2. Paste your website URL
|
|
70
|
+
3. Your agent is ready in 30 seconds
|
|
71
|
+
4. Copy the agent ID from the dashboard
|
|
72
|
+
|
|
59
73
|
## Documentation
|
|
60
74
|
|
|
61
|
-
|
|
75
|
+
Full docs at [namiru.ai/docs/widgets](https://namiru.ai/docs/widgets).
|
|
62
76
|
|
|
63
77
|
## License
|
|
64
78
|
|