{"_id":"@aparsoft/chatbot-vue","name":"@aparsoft/chatbot-vue","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aparsoft/chatbot-vue","version":"1.0.0","description":"Vue component for the Aparsoft AI Chatbot Widget -- works with Vue 2.7+ and Vue 3, SSR-safe.","main":"src/AparsoftChatbot.vue","module":"src/AparsoftChatbot.vue","types":"src/AparsoftChatbot.vue","exports":{".":{"import":"./src/AparsoftChatbot.vue","require":"./src/AparsoftChatbot.vue","types":"./src/AparsoftChatbot.vue","default":"./src/AparsoftChatbot.vue"}},"sideEffects":false,"keywords":["aparsoft","chatbot","ai-chatbot","vue-chatbot","vue-chat-widget","vue3-chatbot","vue-component","chat-widget","embeddable-chatbot","rag-chatbot","llm-chatbot","customer-support","live-chat"],"author":{"name":"Aparsoft Private Limited","email":"hello@aparsoft.com"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/aparsoft/chatbot-widgets.git","directory":"packages/vue"},"homepage":"https://chatbot.aparsoft.com","peerDependencies":{"vue":">=2.7.0 || >=3.0.0"},"gitHead":"5453a9094f55c04f5b79a0c1ac4c3d55eab942e8","_id":"@aparsoft/chatbot-vue@1.0.0","bugs":{"url":"https://github.com/aparsoft/chatbot-widgets/issues"},"_nodeVersion":"22.22.2","_npmVersion":"11.14.0","dist":{"integrity":"sha512-/v6tQUeHUyCiW62+vWxKd75238mSiW2YRIfygE+LUY2PFh9tfY8LlVcpr2fg610mXZn91mhLoIzSpYYN1VmU7w==","shasum":"ab6d2edf740948407b683cc278c62da0da7d5e6c","tarball":"https://registry.npmjs.org/@aparsoft/chatbot-vue/-/chatbot-vue-1.0.0.tgz","fileCount":3,"unpackedSize":8319,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC3JKxiS7JnXFl7aJB0Iw8OK62RRh7Hw0ugKzAKfQLzLAIhAJUiIQZD+fO4LjVVB4tf223USsLwXmmTCmg5VU3PsRfv"}]},"_npmUser":{"name":"rampal-punia","email":"rampalsinghpunia@gmail.com"},"directories":{},"maintainers":[{"name":"rampal-punia","email":"rampalsinghpunia@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/chatbot-vue_1.0.0_1779387250229_0.8398202177763783"},"_hasShrinkwrap":false}},"time":{"created":"2026-05-21T18:14:10.135Z","1.0.0":"2026-05-21T18:14:10.376Z","modified":"2026-05-21T18:14:10.540Z"},"maintainers":[{"name":"rampal-punia","email":"rampalsinghpunia@gmail.com"}],"description":"Vue component for the Aparsoft AI Chatbot Widget -- works with Vue 2.7+ and Vue 3, SSR-safe.","homepage":"https://chatbot.aparsoft.com","keywords":["aparsoft","chatbot","ai-chatbot","vue-chatbot","vue-chat-widget","vue3-chatbot","vue-component","chat-widget","embeddable-chatbot","rag-chatbot","llm-chatbot","customer-support","live-chat"],"repository":{"type":"git","url":"git+https://github.com/aparsoft/chatbot-widgets.git","directory":"packages/vue"},"author":{"name":"Aparsoft Private Limited","email":"hello@aparsoft.com"},"bugs":{"url":"https://github.com/aparsoft/chatbot-widgets/issues"},"license":"MIT","readme":"# @aparsoft/chatbot-vue\n\nVue component for the [Aparsoft AI Chatbot Widget](https://chatbot.aparsoft.com). Compatible with Vue 2.7+ and Vue 3.\n\n## Install\n\n```bash\nnpm install @aparsoft/chatbot-vue\n```\n\n## Usage\n\n```vue\n<template>\n  <div>\n    <main>Your page content</main>\n    <AparsoftChatbot api-key=\"YOUR_PUBLIC_API_KEY\" />\n  </div>\n</template>\n\n<script>\nimport AparsoftChatbot from '@aparsoft/chatbot-vue';\n\nexport default {\n  components: { AparsoftChatbot },\n};\n</script>\n```\n\n## Props\n\n| Prop | Type | Default | Description |\n|---|---|---|---|\n| `apiKey` | `String` | *(required)* | Public widget API key from dashboard |\n| `position` | `String` | `'bottom-right'` | Launcher placement |\n| `showBranding` | `Boolean` | `true` | Show \"Powered by Aparsoft\" footer |\n| `autoOpenDelay` | `Number` | `0` | Auto-open after N ms |\n| `primaryColor` | `String` | Dashboard config | Override primary theme color |\n| `secondaryColor` | `String` | Dashboard config | Override secondary theme color |\n| `widgetTitle` | `String` | Dashboard config | Override header title |\n| `widgetSubtitle` | `String` | Dashboard config | Override header subtitle |\n| `welcomeMessage` | `String` | Dashboard config | Override welcome message |\n\nNote: In templates, use kebab-case: `api-key`, `auto-open-delay`, `widget-title`, etc.\n\n## Events\n\n| Event | Payload | Description |\n|---|---|---|\n| `ready` | `AparsoftChatbotInstance` | Emitted when widget is mounted and ready |\n\n```vue\n<AparsoftChatbot api-key=\"YOUR_KEY\" @ready=\"onWidgetReady\" />\n```\n\n## Get Your API Key\n\n1. Sign up at [chatbot.aparsoft.com](https://chatbot.aparsoft.com)\n2. Register your website URL\n3. Copy the API key from the dashboard\n\nFree tier: 50 messages/month. No credit card required.\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-c18582851891c86d1718bbcf0f9f205e"}