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

# AI Wrapper Quickstart

> Let's get you started in 5 minutes.

<Frame>
  <img src="https://mintcdn.com/shipmobilefast-51a499dc/4ztR-scAO2Zjz6Y6/images/aiwrapper/quickstart/1.png?fit=max&auto=format&n=4ztR-scAO2Zjz6Y6&q=85&s=02dc85f41bbd79056611372f8cee1749" alt="Quickstart" className="w-full h-full rounded-xl" width="700" height="320" data-path="images/aiwrapper/quickstart/1.png" />
</Frame>

<Check> First, make sure you set up your development environment. </Check>

### Now, we are going to have a couple of steps.

#### Please follow the steps one by one.

<Steps>
  <Step>
    <Card icon="mobile" title="Expo Setup" description="Clone the AI Wrapper React Native Expo Repository." href="/aiwrapper/expo">
      Clone the AI Wrapper React Native Expo Repository.
    </Card>
  </Step>

  <Step>
    <Card icon="fire" title="Firebase Setup" href="/aiwrapper/firebase">
      Set up Firebase and get your files.
    </Card>
  </Step>

  <Step>
    <Card icon="code" title="Backend Setup" href="/aiwrapper/backend">
      Set up your AI Proxy Backend.
    </Card>
  </Step>

  <Step>
    <Card icon="circle-play" title="Build your app" href="/aiwrapper/build">
      Start building your app.
    </Card>
  </Step>

  <Step>
    <Card icon="globe-pointer" title="Deployment" href="/aiwrapper/deployment">
      Deploy your backend to the Railway.
    </Card>
  </Step>

  <Step>
    <Card icon="rocket" title="Submit your app" href="/submit">
      Submit your app to the App Store and Google Play Store.
    </Card>
  </Step>
</Steps>
