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

# Build your first app

> From idea to working app in one conversation

Pick an idea and describe it. The agent builds a working app from your first message.

<Tip>
  Start with a clear 1-3 sentence description. Be specific about the type: "mobile app for X" is different from "website for X."
</Tip>

## Describe what you want

Tell the agent what you're building. Write like you'd explain it to a friend.

```
Build a mobile app for my car detailing business. Customers can browse services,
see pricing, and book appointments.
```

The agent starts building immediately.

<img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/detailing.gif?s=378e1564d44695b6b9a7ea63b26158f9" alt="Detailing Gi" width="1368" height="895" data-path="images/detailing.gif" />

Your app is made up of a few building blocks. You don't need to know these upfront, the agent creates them as needed:

* [Web](/apps/web) pages or [mobile](/apps/mobile) screens your users see
* [AI](/apps/integrations) built into your app
* [Database](/apps/databases) to store your app's data
* [Sign up and login](/apps/auth) for your users
* [Backend](/apps/backend) for server logic, scheduled tasks, and API calls
* [Payments](/payments/stripe) to charge your users

<img src="https://mintcdn.com/create/0uSd9vqrMRrQ_VKJ/images/2025-07-2415.33.42.gif?s=52c0393b5d4dfde3a0b690c2c121fefc" alt="2025 07 2415 33 42 Gi" width="1629" height="1222" data-path="images/2025-07-2415.33.42.gif" />

## Refine the design

Once the foundation is there, iterate. Ask for visual changes the same way.

```
Use a chrome theme with muted blue tones
```

<img src="https://mintcdn.com/create/0uSd9vqrMRrQ_VKJ/images/2025-07-2416.15.07.gif?s=80c3936ad2529ece4b368acb47ccc51d" alt="2025 07 2416 15 07 Gi" width="2014" height="1235" data-path="images/2025-07-2416.15.07.gif" />

## Add features

Keep going. Each message builds on what's already there.

```
Let users upload photos of their car when they book
```

<img src="https://mintcdn.com/create/0uSd9vqrMRrQ_VKJ/images/2025-07-2416.24.25.gif?s=e39913966495a9b1edf9952fd3754940" alt="2025 07 2416 24 25 Gi" width="893" height="715" data-path="images/2025-07-2416.24.25.gif" />

## Test it

Preview your app in the builder, or scan the QR code to test on your phone with [Expo Go](/apps/mobile/testing).

<img src="https://mintcdn.com/create/0uSd9vqrMRrQ_VKJ/images/2025-07-2416.53.32.gif?s=01d7d8657e9cc2699f8818cbb45d28ee" alt="2025 07 2416 53 32 Gi" width="1324" height="744" data-path="images/2025-07-2416.53.32.gif" />

## Go live

When you're ready, click **Publish** in the top right.

* **Web apps** go live instantly. [Publishing guide](/launch/publish).
* **Mobile apps** can be submitted to the App Store. [App Store guide](/launch/app-store).

## Keep going

<CardGroup cols={2}>
  <Card title="Essentials" icon="apple-core" href="/essentials">
    Core concepts and builder basics
  </Card>

  <Card title="Prompting" icon="message" href="/prompting">
    Get better results from the agent
  </Card>
</CardGroup>
