If you have a Mini App ready and want it listed in the Startale App, this page covers everything you need: what to prepare, how to submit your request, and what to expect from the review.Documentation Index
Fetch the complete documentation index at: https://docs.startale.com/llms.txt
Use this file to discover all available pages before exploring further.
What you need
Before submitting, make sure the following are in place:- A hosted manifest. Your manifest must be live at
https://<your-domain>/.well-known/farcaster.json. Startale reads every field directly from there. You do not upload assets or fill in a form, everything comes from your hosted file. See Manifest for the full spec. Validate it at app.startale.com/developers/manifest. - Embed meta tags. The
fc:miniapptag must be in the<head>of every page you want shareable. See Embed. Validate it at app.startale.com/developers/embed. - A passing test run. Deploy your Mini App as a Cloudflare Worker and validate the full flow through the Mini App sandbox: manifest fetch, embed rendering, wallet connection, and transaction signing. Cloudflare Workers avoid the cold-start latency that can cause manifest fetch timeouts on other serverless platforms, the Startale App fetches your manifest with a 10-second timeout.
How to submit
Complete the intake form with your Home URL and contact information. The Startale BD and DevRel team will receive your request and follow up on eligibility within a few days. Submit your Mini App The team will verify your submission at app.startale.com/developers.What to expect
Technical QA. Startale runs a QA pass on your manifest, embed, and Mini App:- The manifest is valid and complete.
- All image and video assets meet the media specs.
- The
fc:miniappembed renders correctly when shared on X, Telegram, Discord, and Farcaster. - The Mini App loads and reaches
sdk.actions.ready()within a few seconds on a typical mobile connection. - The Mini App handles the supported EIP-1193 methods correctly and does not call methods unsupported inside the host. See Wallet integration.
- Spelling, grammar, and basic UX polish on the detail page copy.
| Gate | Deadline |
|---|---|
| Manifest and hosted build complete | 14 days before launch |
| Cloudflare Worker staging pass | 14 days before launch |
| Launch day | Thursday midday Singapore time |
After launch
- Update your manifest in place. The Startale App refetches it on a regular cadence.
- Major changes (rename, recategorize, change of ownership) need a re-review. Reach out via the intake form or Discord.