DEV Community

Cover image for Lioric: An AI Chatbot Widget
vinnugollakoti
vinnugollakoti

Posted on

Lioric: An AI Chatbot Widget

Hello Developersđź‘‹

Recently Im working on a project called Lioric: An AI chatbot widget.

Basically, it is just a tag in frontend, install the lioric-react package from npm, pnpm etc.

Import the tag like :

import { Lioric } from "lioric-react";

<Lioric
 apiKey="lioric_live_client_key"
 position="bottom-left"
/>
Enter fullscreen mode Exit fullscreen mode

Its that simple, you just have to get the lioric client key by signing into the lioric dashboard and create a project and then upload all your website data via pdf and then select the cheapest model and manage your AI keys and then create your project.

Then, Lioric will give you a client key, paste the client key, and select the position of the AI assistant.

Soon adding the UI management, for example: adding images, gifs, colors, etc.

Im still building the product, but this is the complete idea of it.

Builder info:
Vinnugollakoti
Connect with me via X : vinnugollakoti
My GitHub: vinnugollakoti

Thanks!!

Top comments (0)