Skip to content
EN

Web Tools — Hapbeat

Hapbeat Web Tools

Small browser apps for Hapbeat developers — no install needed. This is separate from the sidebar's '🛠 Tools' section (the Studio / Helper documentation) — here we host the tool apps themselves, runnable directly in your browser.

This editor only makes sense once you have a Hapbeat device and a game running a matching mod. Open it without a settings file and there is nothing to edit, so the form stays empty.

  • The settings file (hapbeat_settings.json) is created in your game folder by the mods in hapbeat-modkit (UserData\hapbeat_settings.json for Pistol Whip, BepInEx\config\hapbeat_settings.json for Muck).
  • The file is read and written directly on your machine — nothing is uploaded. It uses the File System Access API, so desktop Chrome / Edge is required.
  • The live event view subscribes to a diagnostics stream the mod serves on 127.0.0.1. Browsers can reach 127.0.0.1 even from this HTTPS page, so if it does not connect, the game side simply is not listening.
  1. Install hapbeat-helper (pipx install hapbeat-helper)
  2. Start the helper
  3. Open the Web Metronome page and enable "Send haptics to Hapbeat"

For detailed setup steps, see Helper setup.