Generate your Farcaster account association and expose the /.well-known/farcaster.json endpoint
.env
variables:
noindex: true
in your manifest to avoid indexing./.well-known/farcaster.json
app/.well-known/farcaster.json/route.ts
which returns your accountAssociation and mini app properties. Ensure all asset URLs are HTTPS and publicly accessible.
https://yourdomain.com/.well-known/farcaster.json
in a browser to verify JSON output.fc:frame
metadata so your app renders a rich embed with a launch button when shared.
Review the full Embeds and Previews guide to create engaging sharing experiences and improve discoverability.