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

# Welcome to Openv2

> Build real Expo and React Native mobile apps with AI — entirely in your browser.

Openv2 lets you describe what you want to build and watch the AI write your code, run installs, and show a live preview — no Xcode, Android Studio, or local Node setup required.

<CardGroup cols={2}>
  <Card title="Build Your First App" icon="rocket" href="/first-app">
    Create a project, send your first prompts, and see a live preview in minutes.
  </Card>

  <Card title="Test on Your Device" icon="mobile-screen" href="/test-on-device">
    Open your app on a physical phone via QR code or tunnel.
  </Card>

  <Card title="AI Assistant" icon="wand-magic-sparkles" href="/chat-ai-assistant">
    Learn how the AI reads your code, applies edits, and runs commands for you.
  </Card>

  <Card title="Publish to Stores" icon="upload" href="/builds-mobile">
    Build an iOS or Android binary and submit to the App Store or Play Store.
  </Card>
</CardGroup>

## Get up and running

<Steps>
  <Step title="Create an account">
    Go to [openv2.dev](https://openv2.dev) and sign in or create a free account.
  </Step>

  <Step title="Describe your app">
    From the dashboard, type a one-sentence description of what you want to build. Openv2 scaffolds the project and opens the chat workspace.
  </Step>

  <Step title="Iterate with the AI">
    Send prompts to add screens, connect a backend, or polish your UI. The AI edits files and runs commands live in your browser.
  </Step>

  <Step title="Preview and publish">
    See your app in a device frame instantly. When ready, use the build flow to ship to the App Store or Google Play.
  </Step>
</Steps>

## Explore the platform

<CardGroup cols={3}>
  <Card title="Workbench & Editor" icon="code" href="/workbench-editor">
    Browse files, edit code, and watch the terminal — all in one tab.
  </Card>

  <Card title="Version History" icon="clock-rotate-left" href="/versions-history">
    Every assistant turn creates a snapshot you can rewind to.
  </Card>

  <Card title="Backend & Data" icon="database" href="/backend">
    Connect OpenV2 Cloud (managed Supabase) or bring your own API.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations">
    Wire up payments, maps, AI, and any HTTP API.
  </Card>

  <Card title="Collaboration" icon="users" href="/collaboration">
    Invite editors and viewers to work on the same project.
  </Card>

  <Card title="Billing & Plans" icon="credit-card" href="/billing-plans">
    Free, Pro, and Ultra plans with credit-based AI usage.
  </Card>
</CardGroup>
