Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

samuelstroschein/bromb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bromb

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

Getting Started

1. Copy the following code

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>

2. Create a project

Self-host an endpoint as described in this repository.

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/<your organization name>/<your project name>. We'll call that link the trigger link.

Code

place an <a> in your markup.

<a href="https://submission.bromb.co/<your organization>/<your project>">
  Give us feedback
</a>

Website Builder

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

More Advanced Stuff

Take a look at the docs.