Skip to Content
BetSwirl Affliate program is released ๐ŸŽ‰
Developer Hubโ–ถ๏ธ DemosUI ReactHosted Manifest Guide

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.

  1. Go to https://farcaster.xyz/~/developers/mini-apps/manifestย 

  2. Click the โ€œManageโ€ button Publishing Manifest

  3. Enter the domain address and fill in all necessary fields and click โ€œSubmitโ€ Publishing Manifest

    After that, youโ€™ll get a URL like - https://api.farcaster.xyz/miniapps/hosted-manifest/YOUR_MANIFEST_ID

  4. Add Manifest URL to your app If youโ€™re using our โ€œminiapp-ui-react-demoโ€ template, add the FARCASTER_MANIFEST_URL environment variable with this URL to your Vercel project - see Add environment variables on Vercel

    If you created the application from scratch, you need to set up a redirect to your manifest in the next.config file. You can find an example at https://github.com/BetSwirl/miniapp-ui-react-demo/blob/main/next.config.mjsย 

  5. Redeploy your app

Additional Information:

Last updated on