Skip to main content

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.

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.

What you need

Before submitting, make sure the following are in place:
  1. 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.
  2. Embed meta tags. The fc:miniapp tag must be in the <head> of every page you want shareable. See Embed. Validate it at app.startale.com/developers/embed.
  3. 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:miniapp embed 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.
Business review. The BD and DevRel team conducts a separate review of your project. Passing technical QA is not a direct condition for listing. The team evaluates project fit and GTM readiness independently, and will get in touch with you directly with their decision, whether approved or not. Timeline. Submit at least 14 days before your planned launch date. This gives the team enough time to run QA, complete the business review, and come back to you with feedback.
GateDeadline
Manifest and hosted build complete14 days before launch
Cloudflare Worker staging pass14 days before launch
Launch dayThursday 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.