@zeroagent/js
v1.0.10
Published
Next-Gen AI Shopping Assistant for Online Stores
Readme
Zeroagent - Next-Gen AI Knowledge Agent for Webpages
Zeroagent is a next-gen AI-powered agent designed to interact with users, answer queries, provide product overviews, and much more — "Just like having a conversation between your website and visitors".

Step 1: Create Your Zeroagent Account
- Log in to the Zeroagent Console.
- Create a new website by following the dashboard instructions.
- Copy your AppID and AppKey from your Zeroagent dashboard.
Step 2: Import Zeroagent into Your Project
To get started, import the Zeroagent package into your project using npm:
npm install @zeroagent/jsStep 3: Configure Zeroagent in Your Application
Once installed, you can embed the Zeroagent widget in your webpage by adding the following code:
import Zeroagent from '@zeroagent/js';
<Zeroagent appID={'<YOUR_APP_ID>'} appKey={'<YOUR_APP_KEY>'} />Note : Peer Dependency: Ensure react is installed in your project. If it’s missing, simply run:
npm install react react-dom
Step 4: Build Your AI Knowledge Base
- Log in to the Zeroagent Console and start creating your knowledge base by adding useful data and FAQs.
- Customize and refine your AI assistant to better understand and serve your customers.
Ready to Dive In?
Start transforming your website with Zeroagent today. Enhance user engagement and provide smarter, more personalized interactions.
