What you can do
- Present studies inside your app or website
- Identify users with an external ID and custom properties
- Manage sessions — reset on logout, handle lifecycle
Supported platforms
| Platform | Min version | Distribution |
|---|---|---|
| Web | Modern browsers | @trypillow/web or script tag |
| Android | API 24 (Android 7.0) | Maven Central |
| iOS | iOS 16.0 | Swift Package Manager |
Web distribution
The browser SDK is published as@trypillow/web.
- Use npm in modern frontend apps.
- Use the UMD bundle from
https://unpkg.com/@trypillow/web/dist/pillow-sdk.min.jsfor script-tag installs. - The legacy URL-based website widget remains separate from the new browser SDK.
What’s next?
Web
Install the browser SDK and present your first study on the web.
iOS
Install and present your first study on iOS.
Android
Install and present your first study on Android.