Skip to main content
After logging in to 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.
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.
  • 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.
  1. Development interface
    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 Expo Go.
    • ‘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.
    From here, you can continue interacting with Michelangelo to develop your application. 🚀