# Web / Browser SDK

> Embed Cephable's private, on-device personal assistant into your web application using the @cephable/cephable-web npm package.

Source: https://developers.cephable.com/docs/web-sdk

---
Embed Cephable's personal assistant into your web app using the [`@cephable/cephable-web`](https://www.npmjs.com/package/@cephable/cephable-web) npm package. Users interact hands-free through voice, facial expressions, and head movement — all processed on their own device. Your app receives only command strings via a real-time connection to the Cephable Device Hub.

## Samples

Open source example apps built with the Web SDK — clone one to get started quickly.

- [SellLocal (Local CRM)](/docs/web-sdk/samples/local-crm) — custom voice commands, named entities, guest mode, and Electron OAuth deep links
- [Agent Dash](/docs/web-sdk/samples/agent-dash) — AudioWorklet setup, CSP, prefix commands, profile seeding, and PTY terminal integration

[Browse all samples](/docs/web-sdk/samples)
