-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Same concept as bsv-blockchain/brc100-ui-react-components#22
When an app or mobile site 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.
- The user goes to the app store and downloads BSV Browser. They launch the app for the first time.
- 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, which will be the first URL that gets loaded with the BSV Browser after they've signed up.
Metadata
Metadata
Assignees
Labels
No labels