iiRecord
Agentic AI Atlas · Strapi
framework:strapia5c.ai
II.
Framework JSON

framework:strapi

Structured · live

Strapi json

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

File · domain/frameworks/strapi.yamlCluster · domain
Record JSON
{
  "id": "framework:strapi",
  "_kind": "Framework",
  "_file": "domain/frameworks/strapi.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Strapi",
    "homepageUrl": "https://strapi.io",
    "belongsToLanguageId": "language:javascript",
    "category": "web-backend",
    "description": "Strapi — an open-source headless CMS built on Node.js providing a\ncustomizable admin panel, a content-type builder, and auto-generated\nREST and GraphQL APIs.\n"
  },
  "outgoingEdges": [
    {
      "from": "framework:strapi",
      "to": "language:javascript",
      "kind": "belongs_to_language"
    },
    {
      "from": "framework:strapi",
      "to": "skill-area:backend-api-design",
      "kind": "used_by_skill_area",
      "attributes": {}
    },
    {
      "from": "framework:strapi",
      "to": "framework:directus",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Headless CMS — Strapi is code-first; Directus wraps any SQL database"
      }
    },
    {
      "from": "framework:strapi",
      "to": "framework:hasura",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Headless CMS/API — Strapi is content-focused; Hasura is data-access-focused"
      }
    },
    {
      "from": "framework:strapi",
      "to": "framework:supabase",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "CMS / BaaS platforms"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "framework:directus",
      "to": "framework:strapi",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Headless CMS — Directus wraps any SQL database; Strapi is code-first"
      }
    },
    {
      "from": "framework:hasura",
      "to": "framework:strapi",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Headless CMS/API — Hasura is data-access-focused; Strapi is content-focused"
      }
    },
    {
      "from": "framework:supabase",
      "to": "framework:strapi",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "CMS / BaaS platforms"
      }
    },
    {
      "from": "library:filament",
      "to": "framework:strapi",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:content-management-platform",
      "to": "framework:strapi",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:headless-cms-ssg",
      "to": "framework:strapi",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:news-publishing-cms",
      "to": "framework:strapi",
      "kind": "composed_of"
    },
    {
      "from": "tool-server:mcp-strapi",
      "to": "framework:strapi",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}