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.
- Host: GitHub
- URL: https://github.com/samuelstroschein/bromb
- Owner: samuelstroschein
- License: other
- Archived: true
- Created: 2021-10-19T17:00:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-12T09:46:35.000Z (over 3 years ago)
- Last Synced: 2024-10-28T09:34:49.664Z (over 1 year ago)
- Topics: feedback, widget
- Language: Svelte
- Homepage:
- Size: 1.82 MB
- Stars: 61
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).