{"version":"1.0","app":{"name":"Liftoff 2025","root":"main-screen","initialState":{"selectedDay":"day1","bookmarkedEvents":[],"searchQuery":"","day1Selected":true,"day2Selected":false,"day3Selected":false}},"theme":{"colors":{"primary":"#e94560","secondary":"#0f3460","background":"#1a1a2e","surface":"#16213e","text":"#ffffff","textSecondary":"#888888"},"fonts":{"heading":"SF Pro Display","body":"SF Pro Text"},"spacing":{"xs":4,"sm":8,"md":16,"lg":24,"xl":32}},"screens":{"main-screen":{"id":"main-screen","component":"NavigationStack","children":[{"id":"scroll-view","component":"ScrollView","props":{"showsIndicators":false},"style":{"backgroundColor":"#1a1a2e"},"children":[{"id":"main-stack","component":"VStack","style":{"spacing":0},"children":[{"id":"header","component":"ScheduleHeader","props":{"title":"LiftOff 2025","subtitle":"The Future of Technology","date":"March 15-17, 2025"}},{"id":"day-selector","component":"HStack","style":{"spacing":8,"padding":{"horizontal":20,"vertical":16},"backgroundColor":"#1a1a2e"},"children":[{"id":"day1-chip","component":"Chip","props":{"text":"Day 1","stateKey":"day1Selected"},"actions":{"onTap":{"type":"setState","payload":{"key":"selectedDay","value":"day1"}}}},{"id":"day2-chip","component":"Chip","props":{"text":"Day 2","stateKey":"day2Selected"},"actions":{"onTap":{"type":"setState","payload":{"key":"selectedDay","value":"day2"}}}},{"id":"day3-chip","component":"Chip","props":{"text":"Day 3","stateKey":"day3Selected"},"actions":{"onTap":{"type":"setState","payload":{"key":"selectedDay","value":"day3"}}}}]},{"id":"events-container","component":"VStack","style":{"spacing":16,"padding":{"horizontal":20,"vertical":8}},"children":[{"id":"time-slot-9","component":"TimeSlot","props":{"time":"","isNow":true},"children":[{"id":"keynote","component":"EventCard","props":{"title":"Opening Keynote: AI in 2025","speaker":"Dr. Sarah Chen","time":"9:00 AM - 10:30 AM","location":"Main Hall","track":"Keynote","trackColor":"#e94560","description":"Explore the transformative impact of AI on technology and society. Learn about the latest breakthroughs.","bookmarkKey":"keynote_bookmarked"},"actions":{"onTap":{"type":"navigate","payload":{"screen":"event-detail"}},"onBookmark":{"type":"toggleState","payload":{"key":"keynote_bookmarked"}}}}]},{"id":"time-slot-11","component":"TimeSlot","props":{"time":"11:00 AM","isNow":false},"children":[{"id":"workshop-1","component":"EventCard","props":{"title":"Building Server-Driven UIs","speaker":"James Wilson","time":"11:00 AM - 12:30 PM","location":"Room A","track":"Workshop","trackColor":"#4ecdc4","description":"Hands-on workshop on creating dynamic, server-controlled interfaces for mobile apps.","bookmarkKey":"workshop1_bookmarked"},"actions":{"onBookmark":{"type":"toggleState","payload":{"key":"workshop1_bookmarked"}}}},{"id":"talk-1","component":"EventCard","props":{"title":"The Future of SwiftUI","speaker":"Maria Garcia","time":"11:00 AM - 11:45 AM","location":"Room B","track":"iOS","trackColor":"#ff6b6b","description":"Deep dive into upcoming SwiftUI features and best practices for building beautiful apps.","bookmarkKey":"talk1_bookmarked"},"actions":{"onBookmark":{"type":"toggleState","payload":{"key":"talk1_bookmarked"}}}}]},{"id":"time-slot-14","component":"TimeSlot","props":{"time":"2:00 PM","isNow":false},"children":[{"id":"panel","component":"EventCard","props":{"title":"Panel: Ethics in AI Development","speaker":"Multiple Speakers","time":"2:00 PM - 3:30 PM","location":"Main Hall","track":"Panel","trackColor":"#ffd93d","description":"Industry leaders discuss responsible AI development practices and the future of ethical tech.","bookmarkKey":"panel_bookmarked"},"actions":{"onBookmark":{"type":"toggleState","payload":{"key":"panel_bookmarked"}}}}]},{"id":"time-slot-16","component":"TimeSlot","props":{"time":"4:00 PM","isNow":false},"children":[{"id":"talk-2","component":"EventCard","props":{"title":"Scaling Mobile Apps for Millions","speaker":"David Kim","time":"4:00 PM - 4:45 PM","location":"Room C","track":"Architecture","trackColor":"#a66cff","description":"Learn strategies for scaling mobile applications to handle millions of users.","bookmarkKey":"talk2_bookmarked"},"actions":{"onBookmark":{"type":"toggleState","payload":{"key":"talk2_bookmarked"}}}},{"id":"networking","component":"EventCard","props":{"title":"Networking & Refreshments","speaker":"","time":"5:00 PM - 6:00 PM","location":"Lounge","track":"Social","trackColor":"#ff9f43","description":"Connect with fellow attendees over drinks and snacks!","bookmarkKey":"networking_bookmarked"},"actions":{"onBookmark":{"type":"toggleState","payload":{"key":"networking_bookmarked"}}}}]}]},{"id":"speakers-section","component":"VStack","style":{"spacing":16,"padding":{"top":24,"bottom":40}},"children":[{"id":"speakers-header","component":"HStack","style":{"padding":{"horizontal":20}},"children":[{"id":"speakers-title","component":"Text","props":{"text":"Featured Speakers"},"style":{"font":{"size":20,"weight":"bold"},"foregroundColor":"#ffffff"}}]},{"id":"speakers-scroll","component":"ScrollView","props":{"axis":"horizontal","showsIndicators":false},"style":{"padding":{"horizontal":20}},"children":[{"id":"speakers-row","component":"HStack","style":{"spacing":12},"children":[{"id":"speaker-1","component":"SpeakerCard","props":{"name":"Dr. Sarah Chen","role":"Chief AI Officer","company":"TechCorp","bio":"Leading expert in machine learning and AI ethics."}},{"id":"speaker-2","component":"SpeakerCard","props":{"name":"James Wilson","role":"Senior Engineer","company":"Apple","bio":"Creator of multiple open-source frameworks."}},{"id":"speaker-3","component":"SpeakerCard","props":{"name":"Maria Garcia","role":"iOS Lead","company":"Meta","bio":"SwiftUI advocate and conference speaker."}},{"id":"speaker-4","component":"SpeakerCard","props":{"name":"David Kim","role":"VP Engineering","company":"Netflix","bio":"Expert in scaling distributed systems."}}]}]}]}]}]}]}},"assets":{"logo":"/images/logo.png","background":"/images/bg-gradient.png"}}