Skip to content

fogbender/fogbender-oss

Repository files navigation

img

Fogbender open-source packages

Open source packages to work with https://fogbender.com

What is Fogbender?

Fogbender is a helpdesk product for supporting customer teams (not individuals). Check out our website to learn more.

What is this repository?

This repository contains the source code of Fogbender packages published to npm. Here, you can learn how those packages are built, as well as contribute by filing issues and creating pull requests.

Which packages?

  • fogbender-proto - low-level package that allows you to connect to our real-time WebSocket API (you'll need this if you want to create your own Fogbender chat application or bot)
  • fogbender - vanilla JavaScript module to embed the Fogbender Widget on your website
  • fogbender-react - React wrapper for fogbender to embed the Fogbender Widget on your website
  • fogbender-vue - experimental Vue wrapper for fogbender to embed the Fogbender Widget on your website
  • fogbender-element - Web Components wrapper for fogbender to embed the Fogbender Widget on your website

Examples