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

# Milq — Build Native iOS Apps with Plain English Prompts

> Milq is the iOS app that turns plain English descriptions into native Swift apps — no Mac, no Xcode, and no coding experience required.

Milq is the fastest way to go from app idea to a real iOS app on your phone. Describe what you want to build in plain English, and Milq's AI agent writes native Swift code, compiles it in the cloud, and streams a live simulator straight to your screen — no Mac, no Xcode, and no programming experience required.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn what Milq is, how it works, and what kinds of apps you can build.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Download Milq and build your first app in under 10 minutes.
  </Card>

  <Card title="Building Apps" icon="hammer" href="/building/prompting">
    Write effective prompts and get the most out of the AI agent.
  </Card>

  <Card title="Previewing" icon="play" href="/previewing/remote-simulator">
    Stream your app on the remote simulator before installing it on your device.
  </Card>
</CardGroup>

## How Milq works

From idea to installed app, Milq keeps every step on your iPhone. Follow these four steps to ship your first app.

<Steps>
  <Step title="Describe your app">
    Type a natural language prompt telling Milq what you want to build — for example, "a habit tracker with streaks and reminders" or "a 3D marble-rolling game with tilt controls." The more detail you give, the closer the first build will be to your vision.
  </Step>

  <Step title="Preview in the simulator">
    Milq builds your app in a remote Mac environment and streams an interactive simulator to your screen. Tap around, test your flows, and see your idea come to life — all without leaving the Milq app.
  </Step>

  <Step title="Iterate with visual prompts">
    Circle any part of the simulator you want to change, attach the screenshot as a visual reference, and describe the update you need. The agent applies your feedback and rebuilds. Repeat until the app looks and feels exactly right.
  </Step>

  <Step title="Install on your iPhone">
    When your build is ready, Milq texts you a build link. Tap it to install the native Swift app directly on your iPhone.
  </Step>
</Steps>
