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

# Create Project

> Create your app with natural language in Michelangelo.land.

After logging in to [Michelangelo.land](https://michelangelo.land) you can **start developing** right away: you'll see a **text area** where you can provide a short **description of your app**. Once submitted, you'll be taken to the development interface, ready to continue building.<br />

<video controls autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/michelangeloland/eVXcz9RBB8cp9K1l/videos/create-project/create-project-prompt.mp4?fit=max&auto=format&n=eVXcz9RBB8cp9K1l&q=85&s=8e7d871fd2d66c31103ae3617915adc8" data-path="videos/create-project/create-project-prompt.mp4" />

In the ‘**New App**‘ section, you can manage your existing projects. Each project card displays its name, ID, and last edit time. From here, you can:

* Open a project by clicking the ‘**Open**’ button.
* <Icon icon="trash" iconType="regular" color="#7c7c7c" size="20" />  ’**Delete**’ a project by clicking the button with the trash bin icon. When you click the delete icon, a pop-up will appear asking you to enter the project name to confirm the deletion. You can then:
  * Click ‘**Delete Project**’ to permanently remove the project (this action is irreversible).
  * Click ‘**Cancel**’ to go back without deleting the project.

<video controls autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/michelangeloland/eVXcz9RBB8cp9K1l/videos/create-project/delete-project.mp4?fit=max&auto=format&n=eVXcz9RBB8cp9K1l&q=85&s=136885061da2406042fbb7dc9da06fa4" data-path="videos/create-project/delete-project.mp4" />

2. **Development interface**<br />
   When you access a project, you will see a screen with the following items:

   * **Development prompts**: you can write prompts to generate your app, components, modify code, or add functionality to your app.
   * **‘Preview‘ section**: shows the steps to test your app, including an **online preview** and a QR Code for <a href="https://expo.dev/go">Expo Go</a>.
   * **‘Code‘ section**: displays the project structure with the `app` **folder** already set up with two **files** inside: `_layout.tsx` and `index.tsx`, and more features.

   <video controls autoPlay muted loop playsInline className="w-full aspect-video" src="https://mintcdn.com/michelangeloland/eVXcz9RBB8cp9K1l/videos/create-project/development-interface.mp4?fit=max&auto=format&n=eVXcz9RBB8cp9K1l&q=85&s=0959f75c6109c0fa083f32b5617e5472" data-path="videos/create-project/development-interface.mp4" />

   From here, you can continue interacting with Michelangelo to develop your application. 🚀
