WWDC 2025 Modes
Use the latest WWDC 2025 features and commands in Alex Sidebar
Alex Sidebar now supports the contexts for the features announced at WWDC 2025, including the Liquid Glass design system, and the latest APIs. This guide shows you how to use these new features in your apps.
Key Announcements
Liquid Glass Design
A new design system with translucent, adaptive interfaces
Foundation Models
Access Apple Intelligence’s language model on-device with just a few lines of code
SpeechAnalyzer API
Faster and better speech recognition with improved accuracy
SwiftUI Performance
Faster list loading and updates on macOS
Commands in Alex Sidebar
There are new commands to help you implement the new design and work with the latest APIs. Use these command tags to access specific capabilities:
@WWDC25 Mode
Access the latest Apple documentation related to WWDC 2025 by prefixing your requests with @WWDC25
. For example, to get the context for the latest documentation for the SpeechAnalyzer API, you can use the following command:
This mode gives Alex the context of:
- All iOS 26, macOS 26, and visionOS 26 APIs
- Liquid Glass design implementation
- New SwiftUI features like Rich Text Editor and 3D Charts
- Performance optimizations and best practices
Example Uses:
@Foundation Models Command
Use Apple’s language model directly in your apps. Here is an example of how to use the @Foundation Models
command:
Example Implementation:
@Liquid Glass Command
Update your UI with the new Liquid Glass design system. Here is an example of how to use the @Liquid Glass
command:
Combining Commands
Use multiple commands together for better results. Here is an example of how to use the @WWDC25
, @Liquid Glass
, and @Foundation Models
commands together:
This combination:
- Uses SpeechAnalyzer for transcription (@WWDC25)
- Applies Liquid Glass design throughout the app (@Liquid Glass)
- Uses Foundation Models for summarization (@Foundation Models)
Quick Reference
Feature | Command | Example Usage |
---|---|---|
SpeechAnalyzer | @WWDC25 | @WWDC25 Add real-time transcription |
Liquid Glass UI | @Liquid Glass | @Liquid Glass Apply glass effects to my cards |
On-device AI | @Foundation Models | @Foundation Models Generate text summaries locally |
3D Charts | @WWDC25 | @WWDC25 Create 3D charts in the given view with the new Charts API |
Rich Text | @WWDC25 | @WWDC25 Add rich text editing to my app |
Alex Sidebar makes it simpler to adopt Apple’s latest features and APIs announced at WWDC 2025.