All Projects → samuelstroschein → bromb

samuelstroschein / bromb

Licence: other
A feedback widget designed to be simple and customizable.

Programming Languages

Svelte
593 projects
HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to bromb

feedback
A simple widget for getting better feedback.
Stars: ✭ 178 (+334.15%)
Mutual labels:  widget, feedback
Moufette
🦨 Moufette is developer-friendly, open-source set of tools to collect users feedback. Find us on Twitter @MoufetteHQ
Stars: ✭ 303 (+639.02%)
Mutual labels:  widget, feedback
stomt-unreal-plugin
Collect feedback in-game/in-app with STOMT for Unreal Engine.
Stars: ✭ 23 (-43.9%)
Mutual labels:  widget, feedback
simple-analog-clock
Simple clock view for displaying uh...time?
Stars: ✭ 24 (-41.46%)
Mutual labels:  widget
ZVRefreshing
A pure-swift and wieldy refresh component.
Stars: ✭ 29 (-29.27%)
Mutual labels:  widget
file manager
FileManager is a wonderful widget that allows you to manage files and folders, pick files and folders, and do a lot more. Designed to feel like part of the Flutter framework.
Stars: ✭ 38 (-7.32%)
Mutual labels:  widget
Feedback-bot
In Short This is An Personalized Livegram Bot Made Using Python.. Follow Me @HeimanPictures & Star This Repo
Stars: ✭ 23 (-43.9%)
Mutual labels:  feedback
cumulocity-app-builder
The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
Stars: ✭ 18 (-56.1%)
Mutual labels:  widget
image-discovery-app-js
JavaScript Image Discovery Web Application. Use to search, discover, filter, and manipulate imagery.
Stars: ✭ 22 (-46.34%)
Mutual labels:  widget
yii2-widget-cropbox
This widget allows crop image before upload to server and send informations about crop in JSON format.
Stars: ✭ 90 (+119.51%)
Mutual labels:  widget
live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (+14.63%)
Mutual labels:  widget
Android-Model-View-Presenter
No description or website provided.
Stars: ✭ 26 (-36.59%)
Mutual labels:  widget
react-zendesk
A component simplifies Zendesk widget usage in your React application
Stars: ✭ 34 (-17.07%)
Mutual labels:  widget
nl.fokkezb.button
Bootstrap Button widget for Appcelerator (Titanium)
Stars: ✭ 72 (+75.61%)
Mutual labels:  widget
drag-down-to-pop-flutter
A page transition which supports drag-down-to-pop gesture.
Stars: ✭ 15 (-63.41%)
Mutual labels:  widget
AutomationShield
Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering education.
Stars: ✭ 22 (-46.34%)
Mutual labels:  feedback
assist
Blocknative Assist widget for blockchain usability
Stars: ✭ 54 (+31.71%)
Mutual labels:  widget
chatKit
Open Source React Chat Widget. Ready for use and can be connected to any backend like Chatbot/NLP/Live Chat engine or messenger.
Stars: ✭ 42 (+2.44%)
Mutual labels:  widget
netlify-cms-widget-youtube
Youtube Widget for Netlify CMS
Stars: ✭ 24 (-41.46%)
Mutual labels:  widget
Widget-Blur
This script for the Scriptable app creates widget backgrounds that appear to be transparent. You can also optionally emulate the light or dark blur effect used in the Batteries widget from Apple.
Stars: ✭ 113 (+175.61%)
Mutual labels:  widget

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

Simple: Create a project at bromb.co (it's free).

Advanced: 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].