steadyhandtest.com · revision 2026-05-23 · cc by 4.0
steadyhandtest

about

About steadyhandtest

steadyhandtest is a small experiment: a steady hand test you run in the browser, using the motion sensors already in your phone. You hold the phone still for ten seconds, it measures how much your hand moves, and it turns that into a steadiness score and a picture of where your hand wandered.

I built it solo, as a side project. Partly because the "steady hands" challenge kept turning up and I wanted to know whether a phone could actually measure the thing, and partly because the engineering was a good puzzle — pulling an honest signal out of a sensor that was never designed for it. Every version, and every dead end along the way, is written up on the how it works page.

A few things it sticks to:

Under the hood it's plain HTML, CSS, and vanilla JavaScript — no frameworks, no build step. You can read the page source and see exactly what it does.

One thing it is not: a medical device. It measures motion, and that's the whole claim. If you're genuinely worried about tremor or a change in how your hands work, that's a conversation for a neurologist, not a web page.