Creating an app with Claude Code
Important
Before creating an app, make sure you have completed the Claude Code setup to install and configure the Uno Platform MCPs.
Create a new project using the Uno Platform Live Wizard, or
dotnet newdotnet new unoapp --tfm net10.0 -o MyNewAppChange your current directory to be in the folder containing the new project (e.g.,
cd MyNewApp)Run the following command, which will launch the Uno Studio app that will allow you to sign in or create an account and get access to the Uno App MCP.
dnx -y uno.devserver loginStill in the app folder, open Claude Code:
claude
Next Steps
You can start developing with Claude Code.