An ordinary, unstyled page

This page has no custom CSS, no framework, no build step of its own. It proves the integration path: one script tag, one function call, zero configuration.

Back to Handsfree · Cooking demo

A form, like any other page might have





Some links

Integration code

This is the exact script running on this page — view source and compare.

<script src="/handsfree.iife.js"></script>
<script>
  HandsFree.init({ replayTrace: 'swipe-right' });
</script>

The minimum is HandsFree.init(), which uses the camera and falls back to replay if it is unavailable. This page pins a specific replay trace so the demo behaves the same for every visitor, including the many who open it on a machine with no webcam.