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
- Host: GitHub
- URL: https://github.com/fogbender/fogbender-oss
- Owner: fogbender
- License: mit
- Created: 2022-08-11T05:05:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T02:43:11.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T23:43:34.283Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.11 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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)