{
"version": 3,
"root": [
{
"kind": "stack",
"axis": "column",
"spacing": 16.0,
"style": {
"padding": 24.0,
"paddingTop": 112.0,
"paddingBottom": 40.0,
"width": -1.0,
"height": -1.0,
"backgroundColor": "#101624",
"flexDirection": "column"
},
"children": [
{
"kind": "stack",
"axis": "column",
"spacing": 8.0,
"style": {
"flexDirection": "column"
},
"children": [
{
"kind": "text",
"content": "Crepus Mobile",
"style": {
"fontSize": 12.0,
"foregroundColor": "#c7d2fe"
}
},
{
"kind": "text",
"content": "Launch Control",
"style": {
"fontSize": 24.0,
"fontWeight": 700,
"foregroundColor": "#ffffff"
}
},
{
"kind": "text",
"content": "A full-screen SwiftUI and Compose app rendered from one .crepus file.",
"style": {
"fontSize": 14.0,
"foregroundColor": "#e5e7eb"
}
}
]
},
{
"kind": "stack",
"axis": "row",
"spacing": 16.0,
"style": {
"flexDirection": "row"
},
"children": [
{
"kind": "stack",
"axis": "column",
"spacing": 8.0,
"style": {
"padding": 16.0,
"backgroundColor": "#2563eb",
"cornerRadius": 8.0,
"flexDirection": "column"
},
"children": [
{
"kind": "text",
"content": "Build",
"style": {
"fontSize": 12.0,
"foregroundColor": "#dbeafe"
}
},
{
"kind": "text",
"content": "Ready",
"style": {
"fontSize": 24.0,
"fontWeight": 700,
"foregroundColor": "#ffffff"
}
}
]
},
{
"kind": "stack",
"axis": "column",
"spacing": 8.0,
"style": {
"padding": 16.0,
"backgroundColor": "#059669",
"cornerRadius": 8.0,
"flexDirection": "column"
},
"children": [
{
"kind": "text",
"content": "Runtime",
"style": {
"fontSize": 12.0,
"foregroundColor": "#d1fae5"
}
},
{
"kind": "text",
"content": "Live",
"style": {
"fontSize": 24.0,
"fontWeight": 700,
"foregroundColor": "#ffffff"
}
}
]
}
]
},
{
"kind": "stack",
"axis": "column",
"spacing": 8.0,
"style": {
"padding": 16.0,
"backgroundColor": "#1f2937",
"cornerRadius": 8.0,
"flexDirection": "column"
},
"children": [
{
"kind": "text",
"content": "Today",
"style": {
"fontSize": 14.0,
"fontWeight": 600,
"foregroundColor": "#ffffff"
}
},
{
"kind": "text",
"content": "Edit views/main.crepus and run crepus mobile dev for hot reload.",
"style": {
"fontSize": 14.0,
"foregroundColor": "#e5e7eb"
}
},
{
"kind": "text",
"content": "Ship one View IR tree to iOS and Android.",
"style": {
"fontSize": 14.0,
"foregroundColor": "#e5e7eb"
}
}
]
},
{
"kind": "stack",
"axis": "row",
"spacing": 16.0,
"style": {
"flexDirection": "row"
},
"children": [
{
"kind": "button",
"label": "Sync",
"onClick": "sync",
"style": {
"padding": 16.0,
"backgroundColor": "#ffffff",
"cornerRadius": 8.0
}
},
{
"kind": "button",
"label": "Preview",
"onClick": "preview",
"style": {
"padding": 16.0,
"backgroundColor": "#334155",
"cornerRadius": 8.0
}
}
]
}
]
}
]
}