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

https://github.com/samuelstroschein/bromb

A feedback widget designed to be simple and customizable.
https://github.com/samuelstroschein/bromb

feedback widget

Last synced: 8 months ago
JSON representation

A feedback widget designed to be simple and customizable.

Awesome Lists containing this project

README

          



# bromb

A feedback widget for websites/web apps designed to be
- simple
- responsive
- configurable (categories)
- [one-click self-hostable](https://github.com/samuelstroschein/bromb-endpoint)
- work in no-code environments (website builders)
- make it easy to write own integrations (Slack, Notion, etc.)

## Getting Started

### 1. Copy the following code

Copy the following `` `` and place it in the head of your HTML.

```html

```

### 2. Create a project

Self-host an endpoint as described in [this repository](https://github.com/samuelstroschein/bromb-endpoint).

### 3. Trigger the widget

The bromb widget is triggered by clicking on a link on your site which follows the following schema `https://submission.bromb.co//`. We'll call that link the trigger link.

#### Code

place an `` in your markup.

```html

Give us feedback

```

#### Website Builder

you can trigger the widget by placing a trigger link on your page.



## More Advanced Stuff

Take a look at the [docs](./documentation).