Pre-Registration

HYPLAY's customizable pre-registration pages capture email addresses and social follows, transforming early interest into day-one players. You can find your page at https://preregister.hyplay.com/?appId=YOUR_APP_ID

Editing your page

The data for your page is all edited via the JSON Database. Simply set the preregister key in your public state like so:

{
  "publicState": {
    "preregister": {
      "incentiveText": "Pre-register for an exclusive lootbox!",
      "referralText": "Refer others for rewards",
      "referralSubtext": "You will receive 1 additional lootbox for each player that pre-registers using your link. Players who use your link will also receive an additional lootbox. All lootboxes will be distributed when Loot Legends launches."
    }
  },
  "protectedState": {}
}

What’s Next