iiRecord
Agentic AI Atlas · .NET MAUI
framework:mauia5c.ai
II.
Framework JSON

framework:maui

Structured · live

.NET MAUI json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/frameworks/frameworks-server-mobile.yamlCluster · domain
Record JSON
{
  "id": "framework:maui",
  "_kind": "Framework",
  "_file": "domain/frameworks/frameworks-server-mobile.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": ".NET MAUI",
    "homepageUrl": "https://dotnet.microsoft.com/en-us/apps/maui",
    "belongsToLanguageId": "language:csharp",
    "category": "mobile-framework",
    "description": ".NET Multi-platform App UI (MAUI) is Microsoft's cross-platform framework for\nbuilding native mobile and desktop applications with C# and XAML. It is the\nevolution of Xamarin.Forms, targeting iOS, Android, macOS, and Windows from a\nsingle codebase.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:maui",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:maui",
      "to": "skill-area:frontend-development",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:maui",
      "to": "framework:flutter",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:maui",
      "to": "framework:swiftui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:maui",
      "to": "framework:jetpack-compose",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:maui",
      "to": "framework:compose-multiplatform",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:flutter",
      "to": "framework:maui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:swiftui",
      "to": "framework:maui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:jetpack-compose",
      "to": "framework:maui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    },
    {
      "from": "framework:compose-multiplatform",
      "to": "framework:maui",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Mobile / cross-platform UI frameworks"
      }
    }
  ]
}