— · Ships parallel to any release
Web Refresh & Deep Links
Share pages, deep links, marketing refresh. Every shared pin becomes a download prompt — every shared profile becomes a follow prompt.
Summary
Refresh the Next.js marketing site, add pin/profile share pages, and implement deep links for follows. This is a growth mechanism — prioritize early. Ships alongside any release.
What's in scope
- Marketing site refresh (Vercel)
- Shared pin web page — public view with download prompt
- Deep link follow flow — link/QR code to follow a user
- Universal links / App Links configuration (iOS associated domains, Android intent filters)
Deploy note
Universal links require a Full Build — associated domains on iOS, intent filters on Android. Deep link handling in JS is OTA. Marketing site and share pages are pure WEB deploys.
Open questions
- Share page visual design — match the app's aesthetic or have a web-native identity?
- QR code vs short URL vs follow code for user follows — UX call.
- Does a public profile page exist, or only pin/trip shares at this stage?