> ## Documentation Index
> Fetch the complete documentation index at: https://base-a060aa97-eb-mini-app-ia-overhaul.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Launch Guide

> High-level checklist and rationale for what to implement next, with links to bite‑size feature guides

This guide introduces the key concepts that make Mini Apps succeed. Each section leads with the value, then points you to a focused feature guide. No code here—follow the links to implement.

## Authentication

Authenticate when it unlocks value, not before. Fast, optional sign‑in keeps momentum and lets users act the moment onchain interactions are needed.

<Card title="Farcaster sign‑in (reference)" icon="user" href="/mini-apps/technical-reference/minikit/hooks/useAuthenticate" />

## Wallets

Enable onchain actions without getting in the way. Prompt progressively and avoid gates that block exploration.

<Card title="Provider & Initialization" icon="cog" href="/mini-apps/technical-reference/minikit/provider-and-initialization" />

## Manifest

Your manifest powers saving, discovery, and rich embeds. A strong manifest includes complete fields, valid assets, and `noindex: true` during testing.

<Card title="Manifest" icon="file" href="/mini-apps/features/manifest" />

## Embeds & Previews

Distribution starts in the feed: compelling previews with a clear image and launch button turn impressions into launches.

<Card title="Embeds & Previews" icon="image" href="/mini-apps/features/embeds-and-previews" />

## Search & Discovery

Be found across surfaces: set a primary category, share once to trigger indexing, and keep assets valid to appear in search and categories.

<Card title="Search & Discovery" icon="magnifying-glass" href="/mini-apps/features/search-and-discovery" />

## Sharing & Social Graph

Design for social lift: native share flows and social navigation turn single‑player moments into threads and returns.

<Card title="Sharing & Social Graph" icon="share" href="/mini-apps/features/sharing-and-social-graph" />

## Notifications (coming soon)

Re‑engage saved users with relevant, rate‑limited notifications at the right moments.

<Card title="Notifications" icon="bell" href="/mini-apps/features/notifications" />

## UX Best Practices

Build for compact, touch‑first contexts: respect safe areas, keep interfaces concise, and emphasize clear primary actions.

<CardGroup cols={2}>
  <Card title="UI Patterns" icon="layout" href="/mini-apps/design-ux/ui-patterns" />

  <Card title="Design patterns for Mini Apps" icon="puzzle-piece" href="/mini-apps/design-ux/design-patterns-for-mini-apps" />
</CardGroup>

## Performance & load polish

Perceived speed drives retention: target fast first paint, avoid layout shift, and minimize blocking work.

<Card title="Troubleshooting" icon="wrench" href="/mini-apps/troubleshooting/common-issues" />

## Quality Bar Check

Meet the standard for wide distribution: stable, instrumented, discoverable, shareable, and polished.

<CardGroup cols={2}>
  <Card title="Quality Bar" icon="check-circle" href="/mini-apps/quality-and-publishing/quality-bar" />

  <Card title="Get Featured" icon="star" href="/mini-apps/quality-and-publishing/get-featured-full-guide" />
</CardGroup>
