Remix.run Logo
siddhant 4 days ago

I’m building ATProto Alternatives (https://atprotoalternatives.com).

I started looking into AT Protocol recently and find it very interesting, so I started collecting a list of decentralized products built on top of AT that are alternatives to mainstream (popular) products.

domh 4 days ago | parent [-]

This is very cool! I too have been very curious about ATProto after reading Dan Abramov's blog posts on it: https://overreacted.io/a-social-filesystem/

One question, I tried sharing your site with a friend and the share URL is coming up as http://localhost/ which is strange and I've never seen before. Is this something that's possible to customise via meta tag, or is this a bug in my browser (Vanadium 147 on GrapheneOS)?

black_puppydog 4 days ago | parent | next [-]

Seems like accidentally they uploaded a local development build of the HTML:

<meta property="og:url" content="http://localhost/"/>

<link rel="canonical" href="http://localhost/">

domh 4 days ago | parent [-]

Yeah thought it might be something like that, I just couldn't recall off the top of my head which one would get passed to the share context.

siddhant 3 days ago | parent [-]

This should be fixed now!

siddhant 4 days ago | parent | prev [-]

Definitely something on my end. Thanks for the heads up! I’ll try to fix it tonight.