Summary
Dropcast has logic to trigger the native Farcaster modal that asks users to add the miniapp and allow notifications. This is NOT a custom modal — it's the platform-native prompt provided by the Farcaster SDK. Apply this to PlotLink.
Implementation
- Review
dropcast for the SDK call that triggers the native add/notification modal
- Likely uses
sdk.actions.addFrame() or similar Farcaster SDK method
- Determine the right trigger point (first visit, after reading a story, etc.)
- Only show on Farcaster platform (use existing
usePlatformDetection hook)
Acceptance Criteria
Summary
Dropcast has logic to trigger the native Farcaster modal that asks users to add the miniapp and allow notifications. This is NOT a custom modal — it's the platform-native prompt provided by the Farcaster SDK. Apply this to PlotLink.
Implementation
dropcastfor the SDK call that triggers the native add/notification modalsdk.actions.addFrame()or similar Farcaster SDK methodusePlatformDetectionhook)Acceptance Criteria