Docs
One script tag powers all three widgets. Configuration lives in the dashboard.
Embed the widget
<script src="http://localhost:8104/api/w.js?pid=YOUR_PID"></script> 8KB, shadow-DOM isolated, zero dependencies. The floating button appears on every page; reactions are attributed per path automatically.
The three widgets
- Reactions - "Was this page helpful?" with optional comment, per-path in your dashboard.
- Idea board - public posting and idempotent voting (cookie plus IP hash).
- Changelog banner - announce shipped work; dismissible, remembers who saw it.
Public board
Every project gets a public board at
/board?b=<slug>,
also available as JSON for custom rendering. Pro serves it from your own
domain.
Privacy model
No respondent accounts anywhere. Votes are deduplicated with a salted cookie-plus-IP hash; we never store raw IPs or emails from respondents.
Plan limits
| Free | Pro $19/mo | Team $49/mo | |
|---|---|---|---|
| Events / mo | 50 | 5k | 25k |
| Projects | 1 | unlimited | unlimited |
| Private boards | - | - | yes |