Ship OnceRun EverywhereUnified SDK for payments, auth & events across Web2/Web3 hosts.
Playsout Hybrid SDK is a unified integration layer for game studios. Connect to any host platform with a single codebase — no custom adapters, no per-platform logic.
Standardize critical flows while keeping host control and studio velocity.
One login flow for Web2 OAuth and Web3 wallets.
Seamless payments across Web2 and Web3.
Local restore now, server-backed upgrade path.
Chain/account changes with consistent hooks.
Operational controls and compliance-friendly boundaries for host teams.
Pricing and chain rules live in controlled configuration, not client params.
Deterministic purchase logs and event hooks for review and replay.
Versioned SDK, deprecation windows, and migration guidance.
Environment flags, product allowlists, and optional server validation.
Integrate once, ship across Web2/Web3 host environments with a minimal surface area.
npm install @playsout/hybrid-sdkimport { PHSDK } from "@playsout/hybrid-sdk";
const sdk = await PHSDK.init({
pay: { productMapping }
});
const result = await sdk.pay.purchase({
productId: "coin_pack_1"
});Schedule a technical review and rollout plan for your host environment.
Contact Partnershipsv0.1 is JS-only with EIP-1193. Native hooks are optional for future phases.
Product mapping defines token, chain, payee, and amount; the client sends productId only.
Yes. There is a clear upgrade path to server-side entitlements or native secure storage.