II.
Presentation JSON
Structured · livepresentation:krate-web-ui
Krate Web UI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "presentation:krate-web-ui",
"_kind": "Presentation",
"_file": "domain/products/krate-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Web UI",
"kind": "web",
"description": "Next.js 16 App Router web interface for Krate. Server Components\nfetch directly from the Kubernetes and aggregated API. Watch streams\nare converted to SSE through route handlers for real-time updates.\nOrg-scoped navigation provides Code, Issues, Pull Requests, Runs,\nHooks, Settings, Agents, and Memory surfaces. Monaco or CodeMirror\npowers diff and code views.\n",
"renderingTechnology": "nextjs-app-router",
"themeSupport": "light-dark",
"accessibilitySupport": "basic",
"offlineMode": "no",
"platforms": [
"web"
]
},
"outgoingEdges": [
{
"from": "presentation:krate-web-ui",
"to": "platform:krate",
"kind": "bundled_with",
"attributes": {
"notes": "Primary web interface for the Krate forge"
}
},
{
"from": "presentation:krate-web-ui",
"to": "framework:nextjs",
"kind": "integrates_with",
"attributes": {
"notes": "Krate web UI is built on Next.js App Router"
}
},
{
"from": "presentation:krate-web-ui",
"to": "framework:react",
"kind": "integrates_with",
"attributes": {
"notes": "Krate web UI uses React component library"
}
},
{
"from": "presentation:krate-web-ui",
"to": "domain:platform-engineering",
"kind": "applies_to",
"attributes": {}
},
{
"from": "presentation:krate-web-ui",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:krate-presentations-exist",
"to": "presentation:krate-web-ui",
"kind": "asserts_about"
},
{
"from": "claim:krate-presentations-exist",
"to": "presentation:krate-web-ui",
"kind": "about_subject",
"attributes": {
"notes": "Web UI is one of three presentation surfaces"
}
}
]
}