You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Address Precision Clarity
Issue: When claiming my residential address, the browser autofill suggested the entire street rather than my specific property. As a new user, this created confusion about what exactly I'm claiming rights to.
Impact: New users may abandon the flow due to uncertainty about whether they're claiming too broad an area (entire street vs. individual property).
Suggested Solution:
Add visual confirmation showing the specific parcel boundaries on the map
Include a tooltip or info icon explaining: "You're claiming air rights for this specific property, not the entire street"
Display the property's parcel ID or lot number (if available from public records) to confirm specificity
2. Phantom Wallet Login Integration
Issue: No direct login option using Phantom wallet, despite Solana being the underlying infrastructure.
Impact: Missed opportunity to reduce friction for existing Solana users who already have Phantom installed.
Suggested Solution:
Add "Connect with Phantom" as a login option alongside existing methods
This would particularly help users who are already in the Solana ecosystem and expect wallet-based authentication
Could also enable future functionality like signing transactions or verifying ownership
3. Auto-filled Field Length Validation
Issue: The "name of air rights" field auto-completes with the street name, which often exceeds the allowed character length.
Impact: Creates immediate friction - users see a validation error before they've even finished the form.
Suggested Solution:
Implement smart truncation: if autofilled text exceeds limit, truncate with "..." or use abbreviated format
Alternative: Use a placeholder suggestion rather than auto-filling (e.g., "My Property Air Rights")
Or simply increase character limit to accommodate full street names
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
1. Address Precision Clarity
Issue: When claiming my residential address, the browser autofill suggested the entire street rather than my specific property. As a new user, this created confusion about what exactly I'm claiming rights to.
Impact: New users may abandon the flow due to uncertainty about whether they're claiming too broad an area (entire street vs. individual property).
Suggested Solution:
2. Phantom Wallet Login Integration
Issue: No direct login option using Phantom wallet, despite Solana being the underlying infrastructure.
Impact: Missed opportunity to reduce friction for existing Solana users who already have Phantom installed.
Suggested Solution:
3. Auto-filled Field Length Validation
Issue: The "name of air rights" field auto-completes with the street name, which often exceeds the allowed character length.
Impact: Creates immediate friction - users see a validation error before they've even finished the form.
Suggested Solution:
All reactions