Farcaster Hosted Manifest Guide
Hosted Manifest
Farcaster hosted manifests simplify updating your Mini App manifest without redeploying your code. Itโs totally optional and you can still deploy your app without it.
-
Go to https://farcaster.xyz/~/developers/mini-apps/manifestย
-
Click the โManageโ button

-
Enter the domain address and fill in all necessary fields and click โSubmitโ

After that, youโll get a URL like -
https://api.farcaster.xyz/miniapps/hosted-manifest/YOUR_MANIFEST_ID -
Add Manifest URL to your app If youโre using our โminiapp-ui-react-demoโ template, add the
FARCASTER_MANIFEST_URLenvironment variable with this URL to your Vercel project - see Add environment variables on VercelIf you created the application from scratch, you need to set up a redirect to your manifest in the
next.configfile. You can find an example at https://github.com/BetSwirl/miniapp-ui-react-demo/blob/main/next.config.mjsย
Additional Information: