The SDK and four examples.
Each download is a plain folder plus hairobo-sdk.js sitting
one level above it — that's the include the examples use to run in the
simulator. Unzip, open the folder's
index.html, and edit. When you
upload, upload only the folder — the app
injects its own SDK, so hairobo-sdk.js is never uploaded.
hairobo-sdk.js
The shim developers read — the exact hairobo.* surface
the app injects into every plugin. You do not ship this file; the
app provides it at runtime. It is here so you can read what your
code is calling.
Example plugins
All four (.zip)starter
The smallest thing that runs. Copy this and start editing.
hello
A runtime smoke test — speech, gaze and the dock ring.
breathe
A guided breathing session. The ring swells as you inhale.
follow-me
Eyes that watch you and a head that turns. The most complete example.
New to the API? Start with the overview, then read the sandbox before you build — the no-network rule is the one that trips people up.