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

# nowrun: Deploy Android APKs to a Live Browser URL Instantly

> nowrun lets your AI coding agent deploy Android APKs to a live browser URL in minutes. No installs for viewers — just share a link.

nowrun deploys Android APKs to live, browser-accessible URLs — no install required for anyone viewing your app. Your AI coding agent (Claude Code, Codex, Cursor, or any other) does the heavy lifting: it installs the CLI, authenticates with your token, and runs the deploy. You just create an account and share the link.

<CardGroup cols={2}>
  <Card href="/introduction" icon="rocket" title="Introduction">
    Learn what nowrun is, how it works, and what engines it supports.
  </Card>

  <Card href="/quickstart" icon="bolt" title="Quick Start">
    Get from zero to a live URL in minutes.
  </Card>

  <Card href="/deploying/your-first-deploy" icon="android" title="Your First Deploy">
    Step-by-step walkthrough of deploying your first APK.
  </Card>

  <Card href="/cli/overview" icon="terminal" title="CLI Reference">
    Every command your agent needs: init, deploy, help, and more.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Create your account">
    Sign up at [nowrun.io](https://nowrun.io) to get started. It only takes a moment.
  </Step>

  <Step title="Verify your card (free)">
    Activate your free plan with a \$0 card verification — this is not a charge.
  </Step>

  <Step title="Paste your token to your agent">
    Copy your API token from the dashboard and hand it to your AI coding agent.
  </Step>

  <Step title="Ask your agent to deploy">
    Tell your agent to deploy. It runs `nowrun init -t <token>` and `nowrun deploy`, then hands you a live URL to share.
  </Step>
</Steps>

Head to the [Introduction](/introduction) for a deeper look at nowrun's capabilities and supported engines.
