konversecdn
v1.0.0
Published
A customizable React chatbot component for seamless customer support and engagement.
Maintainers
Readme
INTRODUCTION
Konversa is an intelligent AI-powered chatbot designed to engage in natural, human-like conversations. It helps businesses and individuals streamline communication, answer questions instantly, and provide personalized support—anytime, anywhere.
INSTALLATION
npm i konversa
USAGE
import React from "react";
import Bot from "konversa";
const App = () => {
//in your App.jsx return the Bot component
return (
<Bot
accessToken={
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImVrcG91a3BhYmlvQGdtYWlsLmNvbSIsImlhdCI6MTc1ODA5NjAzNCwiZXhwIjoxNzU4NzAwODM0fQ.cFZzP03Nw_4H0cRKwZETN2Gidhpk3riigyozzaUp24U"
}
/>
);
};
export default App;Build
npm run build
props
accessToken - register to get accessToken from https://konversa.sinteki.com
configuration - login to your account, navigate to dashboard and settings to configure your agent
Author
@Sinteki Technologies Limited
