npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

devbots

v0.0.6

Published

package for embedding your preprompted devbot chat widget into your applications

Readme

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