The Wavedash SDK lets you add platform features to your game with just a few lines of code. It's available automatically when your game runs on Wavedash — there's nothing to install.
SDK features
Lobbies, chat, invites, and P2P networking.
Ranked scoreboards, updated in real time.
Reward players for hitting milestones.
Progress syncs across devices automatically.
Accounts, avatars, friends, and presence.
Players create, share, and download content.
How it works
Your game runs in the browser. When a player opens it on Wavedash, the SDK is automatically injected before your code runs — you just call its methods. During local development, wavedash dev gives you a sandbox version so everything works the same way.
Supported engines
The SDK works with any engine that runs in a browser. Godot and Unity have dedicated bindings, and everything else uses the JavaScript API directly.