The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the IOS Web Bluetooth (WebBLE) listing page.
Web Bluetooth SDK for iOS Safari. Scan, connect, and talk to BLE devices from any web app.
| Package | Purpose | Size |
|---|---|---|
@beacio/core | BLE scanning, connecting, GATT read/write/subscribe | ~4KB gzip |
@beacio/core/detect | iOS extension detection + install banner | ~2KB gzip |
@beacio/core/profiles | Typed BLE profiles (heart rate, battery, etc.) | Optional |
@beacio/react | React hooks (useDevice, useCharacteristic) | Optional |
@beacio/mcp | MCP server for AI coding agents + the beacio scaffolding CLI (npx beacio init) | Optional |
For plain HTML (no bundler):
All errors are BeacioError instances with a typed code and a human-readable suggestion:
MCP server for coding agents (Claude Code, Cursor, Copilot):
Full SDK reference for LLM context: https://beacio.com/llms-full.txt
Each package has its own README with full API reference:
@beacio/core README -- scanning, connecting, GATT operations, error codes@beacio/core/detect README -- extension detection, install banners, React provider@beacio/react README -- React hooks, provider setup, and UI componentsEvery package here is released in lockstep with the beacio iOS app: the npm version is always identical to the App Store release version.
@beacio/core@2.1.0 is the JavaScript for beacio 2.1.0 on the App Store —
there is no compatibility matrix to consult. The packages are the JS half of a
native product (they talk to the Safari Web Extension over a wire whose shape is
fixed by the shipped app), so a single number describes both halves.
A consequence worth knowing: SDK-only fixes ship with the next app release rather than on their own.
This repo also serves the beacio agent skills, indexed in SKILLS.md:
Proprietary. See individual package licenses.