new feature
Embeddable feedback widget — drop a launcher on any site
laama.fusion
Posted to HollaHoop
A floating "Feedback" button you can add to any website with one line.
<script async
src="https://hollahoop.app/widget.js"
data-project="your-project"
data-position="bottom-right"
data-label="Feedback"
data-accent="#7c3aed"></script>
Clicking the launcher pops a panel with an iframe to a barebones submit form. We host the form on /embed/<your-slug> so widget upgrades are zero-effort for you — no re-deploys.
What the widget does:
- Anonymous submit if your project allows it (signs the visitor in silently)
- Optional fallback to "open the public board" if you require login
- Auto-themes to your project's accent colour
- ~3KB of vanilla JS, no framework
The new Settings → Widget page generates the snippet, lets you tweak label/position/colour, and shows a live iframe preview.
Published by laama.fusion