Screeb's browser sdk.
Continuous Product Discovery, Without the Time Sink.
Screeb is the only Continuous Product Discovery platform that lets you analyse users' behaviour, ask in-app questions, recruit people for interviews and analyse data in a blink with AI.
This library is published in the NPM registry and can be installed using any compatible package manager.
npm install @screeb/sdk-browser --save
# For Yarn, use the command below.
yarn add @screeb/sdk-browser
Basic usage:
import * as Screeb from "@screeb/sdk-browser";
Screeb.load();
Screeb.init('<your-website-id>');
For a working example, see our Screeb Angular SDK example app.
For a more advanced usage and a complete API documentation, see documentation generated from source files.
For further information, see our developper documentation.
For any issues, please contact our support team at [email protected].
All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.
Released under MIT License.