Frontend Intern
Jotform
Aug 3 – Sep 11, 2026
Built Review Element Selector, an internal visual review app that loads live product surfaces in an iframe so reviewers can select elements, draw regions, and leave notes. Selections are stored as fingerprints, not CSS paths, so they survive reloads, virtualization, and duplicate DOM ids.
- Click-select, area annotations, notes, undo/redo, and PNG capture over live product iframes
- Fingerprint scoring with a semantic gate so positional CSS is never enough to rematch an element
- Generic capture/overlay core with product adapters for virtualized grids and kanban boards
- Nested same-origin iframe hit-testing and session persistence in IndexedDB