Beeping

Build with Beeping in your stack

One protocol, every runtime. Same simple API across native SDKs, web packages, server-side bindings and the HTTP layer.

Last activations

Mobile

Flutter

Dart plugin

Coming soon

One Dart codebase, both stores. Federated plugin wrapping the native Android + iOS SDKs underneath.

React Native

Nitro Modules

Coming soon

RN apps with the same API as the native SDKs. Nitro Modules under the hood — no TurboModule legacy.

iOS

Swift Package

Coming soon

Same API for iOS and iPadOS — actor-based Swift 6 client with PrivacyInfo.xcprivacy and AsyncStream events.

Android

Kotlin SDK

Coming soon

Emit and listen for ultrasonic data inside any Android app. Coroutine-friendly API, dual mode (on-device or cloud).

Browser

React

@beeping/react

Coming soon

Hooks like useBeepingListen / useBeepingSend plus a <BeepingProvider> over the WASM core. Web Audio + AudioWorklet.

Vue

@beeping/vue

Coming soon

Vue 3 composables backed by the same WASM core. Reactive payload streams, no setup ceremony.

Svelte

@beeping/svelte

Coming soon

Svelte 5 runes + stores wrapping the WASM core. Drop into any SvelteKit route.

Vanilla JS

@beeping/vanilla

Coming soon

Zero-deps wrapper for any browser app or framework we don't ship a binding for yet. Just the WASM core, exposed cleanly.

Server

HTTP API

beepbox-server (REST)

Coming soon

Any language, any runtime — call the beepbox REST API directly. OpenAPI 3.1 spec ships generated clients for the common stacks.

Node.js

@beeping/node

Coming soon

Server-side encoding via the beepbox HTTP API or a native N-API binding to the C++ core. Express / Fastify / Nest sample apps.

Python

beeping (PyPI)

Coming soon

Async Python client (httpx) for the cloud mode plus a pybind11 native binding for offline encoding. Type-checked with mypy strict.

Terminal

C++ Core

beeping-core library

Available

The C++20 library every other binding wraps. Clone it, build it from source, and decode a beep with the CLI you compiled — the full cookbook lives on its page.

CLI

beeping-cli (Rust)

Coming soon

Encode / decode / inspect from your terminal. Cross-compiled binaries via Homebrew, Scoop, cargo install or GitHub Releases.