II.
Framework JSON
Structured · liveframework:redwood
RedwoodJS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "framework:redwood",
"_kind": "Framework",
"_file": "domain/frameworks/frameworks-js-extended.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "RedwoodJS",
"homepageUrl": "https://redwoodjs.com",
"belongsToLanguageId": "language:javascript",
"category": "web-framework",
"description": "RedwoodJS is a full-stack JavaScript/TypeScript framework for startups and ambitious web apps.\nIt integrates React on the frontend with GraphQL and Prisma on the backend, providing a\nunified project structure with code generation, testing, and deployment automation built in.\n"
},
"outgoingEdges": [
{
"from": "framework:redwood",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "framework:redwood",
"to": "skill-area:frontend-development",
"kind": "used_by_skill_area",
"attributes": {}
},
{
"from": "framework:redwood",
"to": "framework:blitz",
"kind": "alternative_to"
},
{
"from": "framework:redwood",
"to": "framework:t3-stack",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "framework:blitz",
"to": "framework:redwood",
"kind": "alternative_to"
},
{
"from": "framework:t3-stack",
"to": "framework:redwood",
"kind": "alternative_to"
}
]
}