This is a guided UX vertical slice of polyglot, a localization platform whose widget lets end users on a customer's production site suggest and vote on translations. Everything you see is real UI; everything behind it is a fake API backed by localStorage. There is no server. "Lumen" is a fictional customer running the widget.
Open fixture site Open dashboard
The same widget also ships as a single drop-in script — that is the real product's integration story. Paste this into the browser console on any page to mount it there. The injected script runs in free-roam mode: any text on the page can be selected and suggested on, and strings the platform has never seen are captured as ad-hoc keys in that origin's local sandbox.
var s=document.createElement('script');s.src='https://polyglot-slice.pages.dev/widget.js';document.head.appendChild(s);
Note: pages with a strict Content-Security-Policy will block injected scripts.
Three divergent directions for the reworked review dashboard, built as static prototypes over one shared scenario: Dashboard direction mockups (clickdummies).