Creating an app with Google Antigravity
Setup
Create a new project using the Uno Platform Live Wizard, or
dotnet new. For example:dotnet new unoapp --tfm net10.0 -o MyAppOpen the project you just created inside Google Antigravity (for example,
MyApp).Open a terminal in the project folder and sign in with the Uno Dev Server:
dnx -y uno.devserver loginLaunch Google Antigravity from the same folder (or reload the window).
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.When asked, approve the execution of the
uno_app_set_rootstool.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.