
Feedback Rocket
Collect website visitor feedback with a single line of code
What it does
Show a cross-browser compatible feedback widget on your website at the click of a button by adding a single line of JavaScript to your HTML. Offering light & dark widget themes, customisable prompts, optional email notifications and single or multi-site plans.
Does a similar job
all alternatives →


- CICollect instant user feedback directly on your website.2013 · feedback.7scientists.com · ▲45
A simple Flask application that allows you to add inline feedback elements to any website and collect user feedback on-the-fly without disrupting your user experience. Just add a small code snippet to your HTML and use special SPAN elements in your code to dynamically create feedback widgets wherever you want. All user input is sent to the feedback server asynchronously via jQuery, so no submitting of forms is required. The code of the application is available on Github: https://github.com/adewes/instant-feedback

More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 4d ago · opentrailpaper.com

Lettertrace▲375Track your AI visibility for free (using your own API keys!)
Dev tools · 28d ago · lettertrace.com
Source: Product Hunt launch ↗
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io