Everything your game needs
🔐
Authentication
Secure player login with VLPlay accounts, Google, Facebook, and guest sessions — unified across all platforms.
💳
In-App Purchase
Single API for Google Play Billing, App Store StoreKit 2, and VLPlay WebPay with server-side verification.
📊
Analytics
Track player sessions, custom events, and user properties with built-in event reporting.
🎧
Customer Support
Built-in help center and ticket submission — keep players engaged and issues resolved fast.
Up and running in minutes
// Web — install and initialize
npm install @vlplay/sdk
import { VLPlaySDK } from '@vlplay/sdk';
await VLPlaySDK.init({ appId: 'YOUR_APP_ID', clientSecret: 'YOUR_SECRET' });
const result = await VLPlaySDK.auth.login();
console.log('Welcome,', result.user.displayName);See all quick starts →