
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
@bhupendra1011/convo-ai-widget-embed
Advanced tools
Embeddable conversational AI widget for AppBuilder. Add conversational AI agents to any website with a simple HTML snippet.
<script src="https://unpkg.com/@bhupendra1011/convo-ai-widget-embed@latest"></script>
<appbuilder-agent agent-id="YOUR_AGENT_ID"></appbuilder-agent>
npm install @bhupendra1011/convo-ai-widget-embed
import '@bhupendra1011/convo-ai-widget-embed';
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
</head>
<body>
<h1>Welcome to my website</h1>
<!-- Add the widget -->
<appbuilder-agent agent-id="3b3947bb-ee5e-4c06-baed-70dc3e82b7b1"></appbuilder-agent>
<!-- Load the SDK -->
<script src="https://unpkg.com/@bhupendra1011/convo-ai-widget-embed@latest"></script>
</body>
</html>
| Attribute | Type | Required | Description |
|---|---|---|---|
agent-id | string | Yes | Unique agent identifier (UUID) |
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Build for production
pnpm build
# Type check
pnpm check-types
# Lint
pnpm lint
packages/convo-ai-widget-embed/
βββ src/
β βββ index.ts # Entry point
β βββ widget.ts # Custom element implementation
βββ dist/ # Build output
β βββ convo-ai-widget.js
β βββ index.d.ts
βββ package.json
βββ tsconfig.json
βββ vite.config.ts
βββ README.md
MIT
FAQs
Embeddable conversational AI widget for AppBuilder
We found that @bhupendra1011/convo-ai-widget-embed demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.