A personal Android messaging app that connects to the Saturday container, enabling voice interaction with Saturday while driving via Android Auto.
Discord doesn't support sending messages on Android Auto. Paul commutes to Toronto 1-2 days per week and can't interact with Saturday while driving. Voice interaction would be the most natural and safe interface for in-car use.
MessagingStyle notifications, which Android Auto reads aloudRemoteInput back to the app, then to Saturday via the MCP channelflowchart LR
A["Android Auto"] -->|Voice reply / STT| B["Saturday App"]
B -->|WebSocket| C["Cloudflare Tunnel"]
C -->|MCP Channel| D["Saturday Container"]
D -->|Response| C
C -->|WebSocket| B
B -->|MessagingStyle Notification| A
MessagingService - handles incoming messages from Saturday, surfaces as notificationsRemoteInput handler - captures voice replies from Android Auto's STT