II.
StackProfile JSON
Structured · livestack-profile:developer-portal
Developer Portal Stack (Backstage, GitHub, OpenAPI, Markdown, TypeScript) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-profile:developer-portal",
"_kind": "StackProfile",
"_file": "domain/stack-profiles/deep-stacks-1.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Developer Portal Stack (Backstage, GitHub, OpenAPI, Markdown, TypeScript)",
"description": "An internal developer portal architecture for centralizing service\ndiscovery, API documentation, software templates, and developer\ntooling. Backstage provides the plugin-based portal framework with a\nsoftware catalog that indexes all services, libraries, and data\npipelines from GitHub repositories. Swagger/OpenAPI specs power\ninteractive API documentation rendered within the portal.\n\nMarkdown drives documentation-as-code, with TechDocs building and\npublishing docs from repository markdown into the portal. TypeScript\nis used to build custom Backstage plugins for cost dashboards,\ndeployment status, and on-call schedules. GitHub serves as the source\nof truth for repository metadata, CI status, and team ownership. This\nstack suits organizations with 50+ services where discoverability,\nonboarding speed, and API governance are critical. The tradeoff is\nongoing curation — a portal is only useful if its catalog stays current.\n",
"composes": [
"tool:backstage",
"tool:gh-cli",
"tool:swagger-editor",
"language:typescript",
"language:yaml"
]
},
"outgoingEdges": [
{
"from": "stack-profile:developer-portal",
"to": "tool:backstage",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "tool:gh-cli",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "tool:swagger-editor",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "language:typescript",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "language:yaml",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "tool:docker",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "tool:github-actions",
"kind": "composed_of"
},
{
"from": "stack-profile:developer-portal",
"to": "role:platform-engineer",
"kind": "used_by_role"
},
{
"from": "stack-profile:developer-portal",
"to": "role:developer-advocate",
"kind": "used_by_role"
},
{
"from": "stack-profile:developer-portal",
"to": "role:engineering-manager",
"kind": "used_by_role"
},
{
"from": "stack-profile:developer-portal",
"to": "workflow:developer-portal-analytics-review",
"kind": "follows_workflow"
},
{
"from": "stack-profile:developer-portal",
"to": "workflow:golden-path-governance",
"kind": "follows_workflow"
},
{
"from": "stack-profile:developer-portal",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:developer-portal",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "stack-profile:developer-portal",
"to": "skill-area:developer-experience",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:developer-portal",
"to": "skill-area:api-doc-generation",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:developer-portal",
"to": "skill-area:technical-documentation",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:developer-portal",
"to": "skill-area:plugin-systems",
"kind": "requires_skill_area"
},
{
"from": "stack-profile:developer-portal",
"to": "skill-area:design-systems",
"kind": "requires_skill_area"
}
],
"incomingEdges": []
}