Voidrush Partners

Join the Voidrush ecosystem: distribution, co-marketing, tournaments, and secure technical integrations for your audience.


Available Programs

Integration Models

1) Outbound Link (Recommended for Fast Go-Live)

Link the game page on voidrush.com (UTM tracking included). On the partner side, you stay within your user flow and open the game page with us:

<a href="https://voidrush.com/games/<slug>/?utm_source=PARTNER&utm_medium=referral&utm_campaign=<campaign>">
  Play on Voidrush
</a>

2) iFrame Embed (Allowlist Required)

We provide a “wrapper” iFrame on games.voidrush.com designed for embedding. By default, the frame-ancestors directive only allows Voidrush domains; your domain must be allowlisted (contact below). Once authorized, use :

<iframe
  src="https://games.voidrush.com/_embed.html"
  title="Voidrush Game"
  width="100%" height="640"
  loading="lazy" referrerpolicy="strict-origin"
  allow="fullscreen; gamepad; autoplay"
  style="border:0; border-radius:12px; overflow:hidden"></iframe>

HTML5 “Lite”: if you are not embedding WASM/threads (no isolation), there is an _embed-lite.html variant. The URL mapping of the game to display is handled by the wrapper. Upon connection, we will provide you with the appropriate slug/parameters.

Important (WASM: Unity/Godot) — Isolated games require COOP/COEP and prohibit CDN assets without CORS. Host everything from Voidrush (same site) or add the correct headers on the third-party side.

Tracking & Attribution

We track integration performance via UTM / referrer. Example parameters:

?utm_source=PARTNER&utm_medium=referral&utm_campaign=<campaign>&utm_content=<placement>

Brand Guidelines

Quality & Security

Integration Process

  1. Contact us (see below) with: domain, integration type (link or embed), timeline.
  2. We set up the embed allowlist (if necessary) + official UTM parameters.
  3. Technical Validation (1 test page) and QA (performance, JS errors, responsive).
  4. Go-live + metric tracking.

Support & Contact

Email us at partners@voidrush.com with the subject line [Partner Request] <Site Name>. Please include your domain, estimated audience, and the list of intended placements.