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' }).catch(console.error);
</script>

The zero-config call is just HandsFree.init() — it uses the camera and falls back to replay automatically if none is available. This page pins a specific replay trace instead, purely so the demo behaves identically for every visitor, including the many reading this on a machine with no webcam.