@debales/ai
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

@debales/ai

A React component for integrating Debales.ai chatbots into your application.

Prerequisites

  • A Debales.ai account (Sign up at debales.ai)
  • React ^19.0.0
  • React DOM ^19.0.0

Installation

npm install @debales/ai
# or
yarn add @debales/ai
# or
pnpm add @debales/ai

Usage

import Chatbot from "@debales/ai";

function App() {
  return (
    <div>
      <h1>My Application</h1>
      <Chatbot botId="your-bot-id" />
    </div>
  );
}

export default App;

Required Props

  • botId (string): Your Debales.ai bot ID. You can find this in your Debales.ai dashboard.

License

MIT

/@debales/ai/

    Package Sidebar

    Install

    npm i @debales/ai

    Weekly Downloads

    244

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    5.18 MB

    Total Files

    113

    Last publish

    Collaborators

    • debalespersonal
    • anuragchauhan766