Conversify is an advanced customer support chatbot platform that allows businesses to easily integrate AI-powered chatbots into their websites. It combines interactive 3D avatar technology, voice and text interfaces, and customizable chatbot templates to deliver a seamless and dynamic user experience. Built on a robust MERN (MongoDB, Express.js, React.js, Node.js) stack, Conversify provides clients with embeddable links or code snippets, enabling quick and easy integration. ๐
- Embeddable Chatbot Integration: Clients receive direct links or code to embed Conversify chatbots into their websites. ๐ป
- Customizable Templates: Various chatbot templates are provided to suit different customer support needs and branding styles. ๐จ
- Interactive 3D Avatar: Users can interact with a 3D avatar that responds via text and voice, providing an engaging and human-like interface. ๐บ๐ค
- Voice and Text Interaction: Queries can be made either through text or voice input, with responses delivered in both modalities. ๐ฃ๏ธโจ๏ธ
- Backend Powered by Mistral and Llama LLM: Conversify leverages Mistral and LLama for handling natural language queries. ๐ง โจ
- MongoDB Atlas as Vector Store: Efficient and scalable storage and retrieval of conversation data is managed by MongoDB Atlas. ๐๏ธโก
- Future Support for Model Selection: Clients will have the option to choose from multiple language models to best suit their needs. ๐ฎ๐
Conversify is built on a full-stack JavaScript architecture using the MERN stack, ensuring scalability, flexibility, and efficiency. ๐โจ
- Node.js & Express.js: Handle API requests, process conversation data, and manage backend services. ๐๐ผ
- MongoDB Atlas: Stores conversation history, user profiles, and vectors for efficient similarity searches and retrieval using a vectorStore. ๐๏ธ
- Mistral (LLM): Handles natural language processing and generates human-like responses to customer queries. ๐ฌ๐ก
- React.js: Provides an intuitive, responsive user interface where users can interact with the chatbot. It supports both text and voice inputs. ๐จ๐งโ๐ป
- Three.js (3D Avatar): A 3D engine that powers the interactive avatar, adding a layer of visual engagement to the chatbot interaction. ๐น๏ธ๐พ
- Get Embeddable Link or Code: After configuring your chatbot through Conversifyโs web app, clients will receive a custom embeddable link or code snippet. ๐ฌ
- Embed in Website: Paste the provided code into your websiteโs HTML to seamlessly integrate the chatbot interface into any page. ๐ฅ๏ธ๐
- Customization: Customize the chatbot by selecting templates that align with your brand and needs. In the future, you will also be able to choose different language models to power your chatbot. ๐จ๐ค
- Users can interact with the chatbot using text or voice queries. ๐ข๐๏ธ
- The chatbot responds through the 3D avatar with both text and voice output, enhancing engagement. ๐ฃ๏ธโจ
- Choose from a variety of templates tailored to different customer support scenarios. These templates will guide the behavior, tone, and appearance of the chatbot. ๐ญ
- The chatbot can process both voice and text inputs from users. ๐๏ธ๐
- Voice responses are synthesized using advanced text-to-speech technology, giving the 3D avatar a natural voice. ๐ง
- The 3D avatar is fully customizable, allowing for branding and personality alignment. Choose from different avatar styles and behaviors. ๐จ๐บ
- Model Selection Options: Clients will be able to choose between different language models (such as GPT, Mistral, etc.) based on their preferences and requirements. ๐ง ๐ง
- Advanced Analytics: Dashboard for tracking chatbot performance, user interactions, and feedback. ๐๐
- Personalized Avatars: More customization options for the avatar to better align with different business needs and brand identities. ๐ด๏ธ๐ผ
- AI-Powered Feedback Loops: Allow the chatbot to learn from previous interactions to improve responses over time. ๐ค๐ก
-
Clone the Repository:
- Open your terminal and run:
git clone https://github.com/MrDracs/BotGenerator.git cd BotGenerator
- Open your terminal and run:
-
Install Dependencies:
- In the
BotGenerator
directory, install the necessary dependencies:npm install
- In the
-
Create
.env
File:- In the
BotGenerator
folder, create a.env
file and include the following environment variables:MONGODB_URI=<Your_MongoDB_Connection_URI> GROQ_API_KEY=<Your_GROQ_API_Key> COHERE_API_KEY=<Your_Cohere_API_Key>
- In the
-
Run the Server:
- Start the development server:
npm run dev
- This will open a webpage in your browser, which you can close for now. ๐
- Start the development server:
-
Access the Frontend:
- Navigate to the
CodeCubicleConversify
folder and openindex.html
in your browser:- Option 1: Use the browser of your choice. ๐
- Option 2: Use the VS Code Live Server extension for local hosting. โก
- Navigate to the
-
Generate and Test Your Chatbot:
- On the Conversify web app you opened, fill out the form, add a knowledge base, and click Submit. Youโll get an embeddable
div
element containing your chatbot. ๐ค๐ฆ
- On the Conversify web app you opened, fill out the form, add a knowledge base, and click Submit. Youโll get an embeddable
-
Embed the Chatbot:
- To quickly test the chatbot:
- Copy the entire
div
element generated. ๐ - Open
index.html
in theCodeCubicleConversify
folder. - Find the following class in the code (around line 357):
<div class="side-bar-fs">
- Replace the entire
div
with the new one you copied, save, and refresh the page. ๐๐ป
- Copy the entire
- To quickly test the chatbot:
-
Enable Text-to-Speech (TTS):
- To enable TTS for the chatbot, append
/tts
at the end of thesrc
URL in the iframe tag that was provided in thediv
. ๐ค- For example:
<iframe src="your_chatbot_url/tts" ... ></iframe>
- For example:
- To enable TTS for the chatbot, append
- Sign up on the Web App: Visit [Conversify Web App URL] and create an account. ๐
- Configure Your Chatbot: Use the provided templates to configure your chatbot. ๐ ๏ธ
- Generate Embeddable Code: Once configuration is complete, you will receive the embed code to integrate into your website. ๐
- Monitor & Improve: Access the dashboard to monitor interactions and optimize the chatbotโs performance. ๐
If you have any questions or run into any issues, feel free to reach out to our support team at:
- Email: certifiednerd.codes@gmail.com
- GitHub: https://github.com/MrDracs
Now you're all set to bring Conversify's chatbots to life on your website! ๐๐ค