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

od-support-chat

v1.0.50

Published

od-support-chat is a lightweight, embeddable customer support chat tool built for the Origin Detector (OD) platform. It allows companies to enable real-time communication between customers and support teams, helping improve trust, product verification, an

Downloads

308

Readme

OD Support Chat

od-support-chat is a lightweight, embeddable customer support chat tool built for the Origin Detector (OD) platform. It allows companies to enable real-time communication between customers and support teams, helping improve trust, product verification, and issue resolution.

Key Points

Purpose:

This widget will allow live chat between your customers and your support teams directly within your website or platform.

Core Value:

  • Improves customer trust
  • Helps with product authenticity verification
  • Speeds up issue resolution

Target Users:

Manufacturing companies and businesses using the Origin Detector (OD) platform

Pricing Model:

  • Free (no separate license fee)
  • Only available to users with a paid OD platform subscription
  • Considered a complimentary add-on, not a standalone product

Positioning:

  • Not sold independently, it is a complimentary chat widget with Origin Detector that our customer can use for their website.
  • Acts as an extra support feature within the OD ecosystem

Watch the video

The od-support-chat is a simple, embeddable customer support chat designed for the Origin Detector (OD) platform. It facilitates real-time communication between customers and support teams, helping to build trust, verify products, and resolve issues.

This chat tool is free for companies that already have a paid subscription to the Origin Detector platform. Essentially, it serves as an added benefit for manufacturing companies using the platform. There are no additional licensing fees for the od-support-chat itself, but you'll need to pay for a license for the Origin Detector platform to access this free tool.

Development

  • Install:
npm i od-support-chat

How to create chat widget for your website

Login to https://origindetector.com

Please get the meetingLinkKey and customerSupportKey form the Origin Detector website by opening the user profile. To obtain the meetingLinkKey and customerSupportKey from the Origin Detector website, follow these steps:

  1. Open your user profile on the Origin Detector (OD) website. You can access this if you have created a company in OD.
  2. Click on the "OptimizeTalk Support" menu item. This will direct you to your meeting room.
  3. If this is your first time accessing this menu, you will be prompted to create a meeting room. During this process, you will need to set a password for the customer support team.

Once you've completed these steps, you will have access to the keys you need.

Alt text

If you already created meeting room it will forward you to that meeting room in OptimizeTalk. You have to login using your meeting room password.

After you login there is top control bar where you can create shared link and support key.

Alt text

You will need meetingLinkKey and customerSupportKey to use in your website to add chat option. To set up the meetingLinkKey and customerSupportKey, you can choose to allow a maximum of one guest for customer support purposes. This will prevent multiple guests from entering the room, which may not be ideal for support scenarios.

However, if you have a situation where you need to assist a group of guests at the same time and they should all see the same message, you can increase the maximum number of guests allowed.

Alt text

After you click on create link button, it will show the meeting link key which is the meetingLinkKey and the password you provide will become customerSupportKey . Use these values for your chat widget parameters.

Finally you can use the Chat client for Origin Detector (OD) customer support tools for your website. Just import and use it with keys

  import { Chat, ChatMobile } from "od-support-chat";
  <Chat  meetingLinkKey={meetingLinkKey} 
         customerSupportKey={customerSupportKey}
         title='OD Customer Support'
         welcomeMessage='Welcome to OD, how can we help you today?'
         supportEmail='[email protected]'    />

Chat window for your customer on your website

Cusotmer Support team view

Example React Project

Here is one example react project. Please add your keys before running this project.

https://github.com/jewelsub/example-od-support-chat

If you are a manufacturer, please follow this manufacturer's onboarding guide to get used to with the Origin Detector (OD) platform.

https://origindetector.com/user-guide/Manufacturer-Onboarding-Guide.pdf

Alternative Mentioned:

Alternatively, you can use the OptimizeTalk.com meeting tool independently and at no cost, regardless of whether you use the od-support-chat widget.