Start with Maia

Last modified: June 20, 2025

Introduction

Start with Maia is a starting point in Studio Pro that helps you to start the app development process. Based on a required text description and an optional image or PDF, it generates an app that includes a domain model, data management overview pages, test data, and a tailored homepage. Once the app is generated, you can choose to either immediately run the app locally and preview the generated pages with randomly generated test data, or continue building in Studio Pro. It offers you a quick way to get started with your app development.

Using Start with Maia

To create an app using Start with Maia, do the following:

  1. Open Studio Pro and choose Create New App.

  2. Choose the Start with Maia starting point.

  3. In the App Settings dialog box, click Create app.

  4. A blank app is created and the Start with Maia dialog box appears:

  5. In the Start with Maia dialog box, enter a description of the app you want to build. You may optionally attach either an image or a PDF to help Maia better understand your request (only one attachment is allowed. For more information. see the Attachment Requirements section below).

  6. Click Start and Maia will start generating the following for your app:

    • A domain model with entities, attributes, and associations
    • Data management overview pages
    • Test data
    • A tailored homepage
  7. When your app is ready, you can click OK to close the dialog box and continue building in Studio Pro. Or you can click OK & run app to run the app locally and preview the generated pages with the randomly generated test data.

Attachment Requirements

You can attach a maximal of one image or one PDF and the attachment must meet the following requirements:

  • The image format must be PNG or JPG.
  • The image file size must not exceed 512 KB.
  • The image resolution must be no greater than 3840 × 2400 pixels.
  • The PDF file size must not exceed 1024 KB.

Limitations

Start with Maia currently has the following limitations:

  • Start with Maia supports the creation of one-to-one and many-to-many associations for a domain model. However, no test data will be generated for these types of associations.
  • Start with Maia does not generate test data for binary attributes.

Read More