An open API service indexing awesome lists of open source software.

https://github.com/fogbender/fogbender-oss

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

Last synced: about 1 year ago
JSON representation

Open source packages to work with fogbender.com

Awesome Lists containing this project

README

          

![Fogbender Logo](https://pbs.twimg.com/profile_images/1312524109218111489/1e7X9EZ5_400x400.png)

# Fogbender Open-Source Libraries

Official open-source libraries for seamless integration with [Fogbender](https://fogbender.com), the helpdesk platform designed to support customer teams.

## About Fogbender

Fogbender is a modern support solution purpose-built for B2B environments. Fogbender enables your support and engineering teams to collaborate efficiently with customer _teams_ through a shared channel-like team messaging experience embedded in your customer dashboard. [Learn more](https://fogbender.com/).

## Overview

This repository contains the source code for Fogbender's open-source SDKs, published to [npm](https://www.npmjs.com/). Developers can explore how each package is built, report issues, and contribute enhancements via pull requests.

## Available Packages

- [`fogbender-proto`](https://www.npmjs.com/package/fogbender-proto)
Core library for direct integration with Fogbender’s real-time WebSocket API. Ideal for building custom chat interfaces or bot implementations.

- [`fogbender`](https://www.npmjs.com/package/fogbender)
JavaScript SDK for embedding the Fogbender widget in any website with minimal setup.

- [`fogbender-react`](https://www.npmjs.com/package/fogbender-react)
React integration for Fogbender, enabling fast and flexible widget embedding in React applications.

- [`fogbender-vue`](https://www.npmjs.com/package/fogbender-react)
Vue.js wrapper for the Fogbender widget, providing native Vue integration for modern frontends.

- [`fogbender-element`](https://www.npmjs.com/package/fogbender-element)
Standards-compliant Web Components package for integrating the Fogbender Widget using any framework or no framework at all.

## Live Examples

- [Vanilla JavaScript (CodeSandbox)](https://codesandbox.io/s/github/fogbender/fogbender-oss/tree/main/examples/vanilla?file=/src/index.ts)
- [React (CodeSandbox)](https://codesandbox.io/s/github/fogbender/fogbender-oss/tree/main/examples/react)
- [Vue (CodeSandbox)](https://codesandbox.io/s/github/fogbender/fogbender-oss/tree/main/examples/vue)
- [Element via CDN (CodeSandbox)](https://codesandbox.io/s/github/fogbender/fogbender-oss/tree/main/examples/element-cdn)
- [Element with Lit (CodeSandbox)](https://codesandbox.io/s/github/fogbender/fogbender-oss/tree/main/examples/element-lit)