Creating an app with Google Antigravity

Setup

  1. Create a new project using the Uno Platform Live Wizard, or dotnet new. For example:

    dotnet new unoapp --tfm net10.0 -o MyApp
    
  2. Open the project you just created inside Google Antigravity (for example, MyApp).

  3. Open a terminal in the project folder and sign in with the Uno Dev Server:

    dnx -y uno.devserver login
    
  4. Launch Google Antigravity from the same folder (or reload the window).

  5. In the Agent chat window, if you're running Antigravity and Uno for the first time, ask the following:

    Set the uno platform mcp roots to initialize app support.
    
  6. When asked, approve the execution of the uno_app_set_roots tool.

  7. Restart or reload Antigravity to ensure the Uno Platform App MCP is fully initialized.

Next Steps

You can start iterating with Uno Platform AI agents using Google Antigravity as your assistant.