Embeds
Bring your feedback board into your own product.
Install SignalWish on a marketing page, docs site, app shell, or changelog page. The loader mounts an iframe for full boards and a small badge for shipped proof without inheriting host CSS.
<script src="https://signalwish.com/embed/v1.js"
data-signalwish-board="acme"
data-embed="widget"></script>How it works
One loader, four useful surfaces.
The script reads data-signalwish-board, validates a board slug, and defaults data-embed to widget. Roadmap and changelog render inline; widget opens a focus-managed panel; badge fetches public ship stats.
data-embed="widget"
Floating launcher that opens a full feedback panel.
data-embed="roadmap"
Inline roadmap iframe with planned, in-progress, and shipped requests.
data-embed="changelog"
Inline changelog iframe with shipped updates, newest first.
data-embed="badge"
Powered-by badge that can show shipped count for the week or month.
Options
Small controls, stable output.
The loader supports light or dark theme hints, a left or right widget launcher, a custom label, and a week or month shipped-count badge period.
<script src="https://signalwish.com/embed/v1.js"
data-signalwish-board="acme"
data-embed="roadmap"
data-theme="light"></script>