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

# Shipnative

> Production-ready React Native starter kit

<div className="not-prose mb-8">
  <div className="text-center">
    <h1 className="text-4xl font-bold mb-4">Ship your app in days, not months</h1>

    <p className="text-xl text-gray-600 dark:text-gray-400 mb-6">
      Production-ready React Native boilerplate with auth, payments, analytics, and more.
      Build for iOS, Android, and Web from a single codebase.
    </p>

    <a href="https://shipnative.app/#pricing" className="inline-flex items-center px-6 py-3 text-lg font-medium text-white bg-primary rounded-lg hover:opacity-90 transition-opacity">
      Get Shipnative →
    </a>
  </div>
</div>

## What's Included

Everything you need to launch a professional mobile app:

<CardGroup cols={3}>
  <Card title="Backend Choice" icon="database" href="/core-features/backend">
    Supabase (PostgreSQL) or Convex (TypeScript-first)
  </Card>

  <Card title="Authentication" icon="lock" href="/core-features/authentication">
    Email, Google, Apple sign-in with either backend
  </Card>

  <Card title="Payments" icon="credit-card" href="/core-features/payments">
    RevenueCat subscriptions across all platforms
  </Card>

  <Card title="Analytics" icon="chart-line" href="/core-features/analytics">
    PostHog analytics and feature flags
  </Card>

  <Card title="Error Tracking" icon="bug" href="/core-features/error-tracking">
    Sentry crash reporting and monitoring
  </Card>

  <Card title="Dark Mode" icon="moon" href="/development/styling">
    Unistyles 3.0 theming built-in
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/getting-started/quickstart">
    Running in 2 minutes with mock services
  </Card>

  <Card title="Full Setup" icon="gear" href="/getting-started/installation">
    Configure real services step-by-step
  </Card>
</CardGroup>

```bash theme={null}
git clone https://github.com/shipnativeapp/shipnative.git
cd shipnative && yarn install && yarn setup
cd apps/app && yarn ios
```

## Why Shipnative?

<CardGroup cols={2}>
  <Card title="Mock Mode" icon="flask" href="/development/mock-services">
    Start building immediately without configuring any services. Switch to real APIs when ready.
  </Card>

  <Card title="AI-Ready" icon="robot" href="/development/ai-assisted-development">
    AGENTS.md + vibe docs let AI tools understand and extend your codebase.
  </Card>

  <Card title="One Codebase" icon="layer-group" href="/getting-started/project-structure">
    Single React Native codebase deploys to iOS, Android, and Web.
  </Card>

  <Card title="Production Tested" icon="shield-check" href="/deployment/index">
    Battle-tested patterns and EAS deployment guides included.
  </Card>
</CardGroup>

***

<div className="text-center mt-8">
  <p className="text-gray-600 dark:text-gray-400 mb-4">Ready to ship your app?</p>

  <a href="https://shipnative.app/#pricing" className="inline-flex items-center px-5 py-2 font-medium text-white bg-primary rounded-lg hover:opacity-90 transition-opacity">
    Get Shipnative →
  </a>
</div>
