A feedback widget for websites/web apps designed to be
- simple
- responsive
- configurable (categories)
- one-click self-hostable
- work in no-code environments (website builders)
- make it easy to write own integrations (Slack, Notion, etc.)
Copy the following <script>
</script>
and place it in the head of your HTML.
<script
async
defer
data-theme="light"
src="https://cdn.jsdelivr.net/gh/samuelstroschein/bromb/packages/web/dist/widget.js"
></script>
Self-host an endpoint as described in this repository.
The bromb widget is triggered by clicking on a link on your site which follows the following schema https://submission.bromb.co/<your organization name>/<your project name>
. We'll call that link the trigger link.
place an <a>
in your markup.
<a href="https://submission.bromb.co/<your organization>/<your project>">
Give us feedback
</a>
you can trigger the widget by placing a trigger link on your page.
Take a look at the docs.