Creating an app with Claude Code

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

    dotnet new unoapp --tfm net10.0 -o MyNewApp
    
  2. Change your current directory to be in the folder containing the new project (e.g., cd MyNewApp)

  3. Run the following command:

    dnx -y uno.devserver login
    

    The Uno Studio app will allow you to sign in or create an account and get access the Uno App MCP.

  4. Still in the app folder, open Claude Code:

    claude
    

Next Steps

You can start developing with Claude Code.