Skip to content

Platform to build chatbots and embed them on your websites and application. Supports CLI and SDK for development and help.

License

Notifications You must be signed in to change notification settings

devhub-ai/devbots

Repository files navigation

DevBots

NPM Version NPM Downloads npm package minimized gzipped size NPM Type Definitions

Your go-to solution for creating and integrating chatbots seamlessly into your websites and applications. Devbots can be used from devbots.vercel.app and also available as CLI tool to create your prompted chatbot and easy integration into your websites.

Get API Key

To customize your devbot:

  1. Go to devbots.vercel.app
  2. Sign in to your account and navigate to dashboard
  3. Configure your prompt with title,logo and description
  4. Copy your API key
  5. Integrate the DevBot component in your application

For more information explore DevBots Docs

Installation

  1. npm

    npm i devbots
  2. pnpm

    pnpm add devbots
  3. yarn

    yarn add devbots
  4. bun

    bun add devbots

Props

Sl No. Prop Type Description Required
1 apiKey string Your DevBots API key Yes
2 title string Chat widget title Yes

Example Usage

  1. React

    import { DevBot } from 'devbots';
    
    function App() {
      return (
        <div>
          <DevBot 
            apiKey="API_KEY"
            title="TITLE"
          />
        </div>
      );
    }

    Example File : App.tsx
    Deployed Link : devbots-example-react

  2. Html

    <script src="https://cdn.jsdelivr.net/gh/devhub-ai/cdns@master/devbots-chatbot.js"></script>
    <script>
      document.addEventListener('DOMContentLoaded', function () {
        new DevBot('API_KEY', 'TITLE');
      });
    </script>

    Example File : index.html
    Deployed Link : devbots-example-html

CLI

Installation

npm i -g devbots

Commands

  1. help

    devbots help
    • It will show you available commands.
  2. create devbot

    devbots create "title" "prompt"
    • It will generate an API_KEY.
  3. chat with devbot

    devbots chat "API_KEY" "query"

Features of DevBots

  1. Create, Update and Delete your Preprompted private devbot.
  2. Get Free API KEY for your customized devbot.
  3. CDN for embedding your customized devbot.
  4. See the Analytics (IP, DEVICE, RES etc) of your devbot.
  5. Create Projects to group your devbot.
  6. Make your devbot public for use to Marketplace.
  7. Fork others devbot from marketplace to your project.
  8. Activity section to get a log of everything with timestamp.
  9. Get your Auth log from profile section.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Support

Need help? Visit our documentation or contact us.

Creator

Deepraj Bera
Github
LinkedIn

About

Platform to build chatbots and embed them on your websites and application. Supports CLI and SDK for development and help.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •