Remix.run Logo
mjamesaustin 8 hours ago

This looks exactly like what I've been looking for. I love the idea of using phone proximity as the only way to add friends.

I think it will be very important for the onboarding process to be effortless, so you should focus on that. Until you reach some kind of saturation, most people will be downloading the app because a friend wants to add them. Having a way to generate a QR download code on my phone when I "add" a friend so they can take a photo and then download it, and immediately connect us, would be huge.

Do you have any kind of development plan for new features?

collinmcnulty 7 hours ago | parent [-]

I just signed up and it’s super fast. Download the app, put in your name, allow Bluetooth. No email, no password, nothing.

mjamesaustin 6 hours ago | parent | next [-]

What I was describing is a way to quickly onboard a friend who I want to friend, because chances are zero of my friends will have this app yet.

If the connect with friend interface also had a QR code for app download and could trigger a connection between our accounts upon download, that would remove enough friction that I could start recommending this to my friends on the fly.

macintux 6 hours ago | parent | prev [-]

> allow Bluetooth

I'd have a hard time getting over my aversion to this. I automatically reject any app's attempt to find local devices, etc.

collinmcnulty 5 hours ago | parent [-]

I can't imagine how it would be possible to detect a phone in close proximity without allowing this though

mkl 4 hours ago | parent [-]

Accelerometer, by putting the two phones together and shaking (some app used to do this, but I can't find it with a quick search). Edit: I might have been thinking of Bump, mentioned downthread, though it's a different physical mechanism: https://en.wikipedia.org/wiki/Bump_(application)

Camera, and point it at their changing screen (or both at the same scene at the same moment). Not too intrusive.

GPS, but that would require location permission. Intrusive.

Audio, but that would require allowing microphone. Intrusive.

jaggederest an hour ago | parent [-]

slightly OT but the technology behind Bump was genuinely mindblowing at the time. Phones didn't have NFC or anything like that, and they didn't use much accuracy in the way of location data, so they basically just had a general "city block" location, timestamp, and accelerometer readings and would invert the accelerometer reading and look for identical accel + timestamp.

We tested it one time with like 10 phones and everyone bumping each other / the wall as a control, in the same room and it nailed every actual pairing and ignored the others. The wiki has more, but lacks the subjective experience of how magic it was.