II.
Framework JSON
Structured · liveframework:directus
Directus json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:directus",
"_kind": "Framework",
"_file": "domain/frameworks/directus.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Directus",
"homepageUrl": "https://directus.io",
"belongsToLanguageId": "language:javascript",
"category": "web-backend",
"description": "Directus — an open-source data platform that wraps any SQL database\nwith an instant REST/GraphQL API and an admin app, supporting\nflows / extensions / webhooks for custom logic.\n"
},
"outgoingEdges": [
{
"from": "framework:directus",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:directus",
"to": "skill-area:backend-api-design",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:directus",
"to": "framework:strapi",
"kind": "alternative_to",
"attributes": {
"comparison": "Headless CMS — Directus wraps any SQL database; Strapi is code-first"
}
},
{
"from": "framework:directus",
"to": "framework:hasura",
"kind": "alternative_to",
"attributes": {
"comparison": "Data platforms — Directus has an admin UI; Hasura is GraphQL-engine-first"
}
},
{
"from": "framework:directus",
"to": "framework:supabase",
"kind": "alternative_to",
"attributes": {
"comparison": "CMS / BaaS platforms"
}
}
],
"incomingEdges": [
{
"from": "framework:hasura",
"to": "framework:directus",
"kind": "alternative_to",
"attributes": {
"comparison": "Data platforms — Hasura is GraphQL-engine-first; Directus has an admin UI"
}
},
{
"from": "framework:strapi",
"to": "framework:directus",
"kind": "alternative_to",
"attributes": {
"comparison": "Headless CMS — Strapi is code-first; Directus wraps any SQL database"
}
},
{
"from": "framework:supabase",
"to": "framework:directus",
"kind": "alternative_to",
"attributes": {
"comparison": "CMS / BaaS platforms"
}
},
{
"from": "stack-profile:content-management-platform",
"to": "framework:directus",
"kind": "composed_of"
}
]
}