at://did:plc:bgdy4yvsnhbormiqwvu7rhvx/os.aether.docs.presentation/3mdgfnu5yk425
{
"$type": "os.aether.docs.presentation",
"theme": {
"id": "dark-modern",
"name": "Dark Modern",
"fonts": {
"body": "Inter, system-ui, sans-serif",
"mono": "var(--font-custom-mono), 'Kode Mono', monospace",
"serif": "Georgia, 'Times New Roman', serif",
"title": "Inter, system-ui, sans-serif",
"display": "Inter, system-ui, sans-serif"
},
"colors": {
"text": "#ffffff",
"accent": "#22c55e",
"primary": "#3b82f6",
"secondary": "#8b5cf6",
"background": "#0a0a0a"
}
},
"title": "Tech Lecture",
"slides": [
{
"id": "slide-1769539001072-3y9m2i",
"layout": "title",
"content": {
"title": "Advanced React Patterns",
"subtitle": "Optimizing Performance & Scale"
}
},
{
"id": "slide-1769539001072-h2wcot",
"layout": "title-content",
"content": {
"title": "Agenda",
"bullets": [
"Render Optimization",
"State Management",
"Design Systems",
"Server Components"
]
}
},
{
"id": "slide-1769539001072-pkq1wk",
"layout": "image-text-split",
"content": {
"image": "https://images.unsplash.com/photo-1555099962-4199c345e5dd?w=1600&q=80",
"title": "The Virtual DOM",
"bullets": [
"Efficient diffing algorithm",
"Batching updates",
"Reconciliation process"
],
"imagePosition": "right"
}
},
{
"id": "slide-1769539001072-zwallj",
"layout": "quote",
"content": {
"quote": "First make it work. Then make it right. Then make it fast.",
"quoteRole": "Co-founder, Apple",
"quoteAuthor": "Addy Osmani"
}
},
{
"id": "slide-1769539001072-a76i2o",
"layout": "comparison",
"content": {
"title": "Client vs Server",
"comparisonLeft": {
"items": [
"Interactivity",
"Browser APIs",
"Event Listeners"
],
"header": "Client Components"
},
"comparisonRight": {
"items": [
"Direct DB Access",
"Reduced Bundle Size",
"Secure Environment"
],
"header": "Server Components"
}
}
},
{
"id": "slide-1769539001072-1jg59a",
"layout": "media-grid",
"content": {
"title": "Architecture Diagrams",
"mediaItems": [
{
"url": "https://images.unsplash.com/photo-1558494949-ef010cbdcc31?w=800&q=80"
},
{
"url": "https://images.unsplash.com/photo-1562813733-b31f71025d54?w=800&q=80"
}
]
}
},
{
"id": "slide-1769539001072-ghmkscp",
"layout": "thank-you",
"content": {
"title": "Resources",
"subtitle": "github.com/example/repo",
"contactInfo": {
"email": "contact@example.com",
"website": "www.example.com"
}
}
}
],
"createdAt": "2026-01-27T18:36:41.072Z"
}