Steady metronome tap on the downbeat. Locks you to the music.
Pulses
Six trademarked haptic signals form the vocabulary every Link Pulse™ speaks. The same Pulse means the same thing in every country, every style.
Your device doesn't expose haptics in the browser — you'll still see and hear each Pulse.

The vocabulary
Direction cue from a Lead — left, right, forward, back.
Mirror of the partner's frame for the Follow.
Spiral pulse on the wrist — a turn is coming.
Sharp double-tap on the break (1 and 5).
Sustained pressure — pause, listen, stay.
Pulse Composer
Sketch a phrase across one 8-count. Hit Play — your wrist (and ear) walks the count.
Pulse Trainer
10 rounds. A random Pulse fires — tap which one you felt. Learn the vocabulary in 60 seconds.
How a Pulse is defined
Every Pulse is a tiny spec: a haptic pattern, a matching audio click track, and a brand color. Same shape on the device, the lobby, and the live HUD.
type PulseSpec = {
key: "beat" | "lead" | "follow" | "turn" | "break" | "hold";
name: string;
vibration: number[]; // navigator.vibrate pattern
audio: Array<[delayMs, hz, durMs]>;
color: string;
};
// Beat Pulse — steady metronome on the downbeat
{
key: "beat",
name: "Beat Pulse",
vibration: [50],
audio: [[0, 880, 60]],
color: "#22d3ee",
}Use Pulses in a real Baila
Start a Baila and feel each Pulse fire as your partner dances, in real time.