# Wavedash Docs

Build, publish, and grow browser-native games with Wavedash

Source: https://docs.wavedash.com/

Wavedash is a platform for bringing games to the web. Ship WebAssembly games to any browser with built-in player accounts, multiplayer, achievements, cloud saves, and a storefront.

## Get started

<CardGroup cols={3}>
  <Card title="Introduction" icon="compass" href="/getting-started/introduction">
    What Wavedash is and how the platform works.
  </Card>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Set up your project, upload a build, and publish your game.
  </Card>
  <Card title="Engine guides" icon="gamepad" href="/engines">
    Unity, Godot, Three.js, and custom engine setup.
  </Card>
</CardGroup>

## Build your game

<CardGroup cols={2}>
  <Card title="SDK setup" icon="code" href="/sdk/setup">
    Initialize Wavedash and start using platform features.
  </Card>
  <Card title="Players & social" icon="users" href="/sdk/players">
    Authentication, friends, avatars, and presence.
  </Card>
  <Card title="Multiplayer" icon="network-wired" href="/multiplayer">
    Lobbies, P2P networking, and real-time connections.
  </Card>
</CardGroup>

## Ship your game

<CardGroup cols={3}>
  <Card title="Publishing" icon="store" href="/publishing">
    Store metadata, monetization, build uploads, publishing, and launch prep.
  </Card>
  <Card title="Publish a build" icon="upload" href="/publishing/publish">
    Choose which uploaded build players get.
  </Card>
  <Card title="Best practices" icon="list-check" href="/tutorials/best-practices">
    Launch checklist and common browser pitfalls.
  </Card>
</CardGroup>

## Reference

<CardGroup cols={2}>
  <Card title="CLI" icon="terminal" href="/cli">
    Install the CLI, sign in, configure your project, and run commands.
  </Card>
  <Card title="Events" icon="signal" href="/sdk/events">
    Lobby, P2P, and backend events emitted to your game.
  </Card>
  <Card title="Types" icon="code" href="/sdk/types">
    TypeScript type definitions for the SDK.
  </Card>
</CardGroup>

<Note>
Wavedash takes a **10% marketplace fee** on paid game sales. There is no upfront fee to create an account or publish, and free games have no fee.
</Note>
