-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
When an app needs to convince new users to join the Metanet, conversion is extremely important. We need a system that creates cohesion, encouraging the user to successfully navigate the onboarding process by letting the welcoming app promote its content during sign-up.
This is achieved in two parts:
- The welcoming app copies a JSON object to the user's clipboard containing relevant information like the app's name, icon, color scheme, and a "custom message" shown to the user. A "redirect URL" should also be included.
- In this repository, when the Greeter page first loads, we read the clipboard and look for the JSON object.
- If the object is found, the content is displayed during the sign-up process so the user knows where they're going.
- Finally, after registration is complete, the user is taken to the "redirect URL" provided by the app, using
window.opento launch the user's default browser.
Metadata
Metadata
Assignees
Labels
No labels