> ## Documentation Index
> Fetch the complete documentation index at: https://docs.solanamobile.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Documentation

export const FooterDisclaimer = () => {
  return <p className="not-prose mt-16 text-center text-xs text-gray-500 dark:text-gray-400">
      Code samples on this page are subject to the{" "}
      <a className="underline underline-offset-2" href="https://www.apache.org/licenses/LICENSE-2.0">
        Apache 2.0 license
      </a>
      .
    </p>;
};

## Quickstart

<Columns cols={2}>
  <Card title="Development Setup" icon="wrench" href="/get-started/development-setup">
    Set up your environment for Solana mobile development.
  </Card>

  <Card title="Create Solana Mobile App CLI" icon="terminal" href="/get-started/react-native/create-solana-mobile-app">
    Start building a React Native Expo app with create-solana-dapp.
  </Card>
</Columns>

## Development Guides

<Columns cols={2}>
  <Card title="Add Mobile Wallet Adapter" icon="wallet" href="/get-started/react-native/installation">
    Install and integrate the Mobile Wallet Adapter SDK into your React Native app.
  </Card>

  <Card title="Detecting Seeker Users" icon="mobile" href="/recipes/general/detecting-seeker-users">
    Learn how to detect Seeker device users in your app.
  </Card>
</Columns>

## Solana dApp Store

<Columns cols={3}>
  <Card title="dApp Store" icon="store" href="/dapp-store/intro">
    Learn about the Solana dApp Store and how to get your app listed.
  </Card>

  <Card title="Publish an App" icon="rocket-launch" href="/dapp-store/submit-new-app">
    Submit your app to the Solana dApp Store.
  </Card>

  <Card title="Publish a Web App" icon="globe" href="/recipes/general/publishing-a-web-app">
    Convert a PWA to an Android app and publish on the dApp Store.
  </Card>
</Columns>

## Resources

<Columns cols={3}>
  <Card title="Sample Apps" icon="code" href="/sample-apps/sample_app_overview">
    Browse reference apps built with the Solana Mobile Stack.
  </Card>

  <Card title="Recipes" icon="utensils" href="/recipes/overview">
    Step-by-step guides for common development tasks.
  </Card>

  <Card title="Development Community" icon="users" href="/get-started/community">
    Connect with the Solana Mobile developer community.
  </Card>
</Columns>

<FooterDisclaimer />
