Generate manifest-compliant assets for Farcaster & Base mini apps.
Icon (1024×1024), Hero (1200×630), and Splash (200×200) ready for your manifest.
Copy this manifest for /.well-known/farcaster.json
{
  "miniapp": {
    "version": "1",
    "name": "Crypto Pay",
    "iconUrl": "https://yourdomain.com/icon.png",
    "homeUrl": "https://yourdomain.com",
    "splashImageUrl": "https://yourdomain.com/splash.png",
    "splashBackgroundColor": "#0000FF",
    "heroImageUrl": "https://yourdomain.com/hero.png",
    "tagline": "Pay with your Crypto Wallet"
  }
}New to Mini Apps? Bootstrap a complete app instantly with our CLI:
npx starterminiapp my-mini-appThis creates a ready-to-deploy Base + Farcaster Mini App with dependencies installed. Then use this tool to generate your custom assets!
Click "Download All Assets" and save to your public/ folder:
public/icon.pngpublic/hero.pngpublic/splash.pngClick "Copy Manifest" and paste into /.well-known/farcaster.json
Replace yourdomain.com with your actual domain.
Deploy your app and verify the manifest is accessible at your domain.