Domain Setup
Current Domain
Production domain: 4626.fun
- Frontend: https://4626.fun
- Documentation: https://docs.4626.fun
Farcaster Mini App Requirements (must pass)
Canonical domain
- Use apex
4626.funas canonical. - Avoid
4626.fun→www.4626.funredirects (Farcaster tooling expects the manifest on the exact signed domain).
Manifest serving
Ensure the manifest is reachable at the exact domain you signed:
https://4626.fun/.well-known/farcaster.json- HTTP 200
Content-Type: application/json- No redirects
Quick check:
curl -s -D - https://4626.fun/.well-known/farcaster.json -o /dev/null | sed -n '1,20p'
Embed meta tag
The root HTML must contain a valid Mini App embed tag (not legacy-only):
meta name="fc:miniapp"JSON must use"version":"1"(not"next").
DNS configuration
The domain is configured via Vercel with automatic SSL/TLS provisioning.
Historical Notes
Legacy domain setup documentation (referencing old creatorvault.fun domain) has been archived to _archive/. These files are retained for reference only and do not reflect current infrastructure.
Archived files:
_archive/CLOUDFLARE_SETUP.md_archive/CUSTOM_DOMAIN_SETUP.md_archive/DOMAIN_SETUP_FINAL.md_archive/VERCEL_PROJECT_FIX.md