A personal Android messaging app that connects to the Saturday container, enabling voice interaction with Saturday while driving via Android Auto.


Problem

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.

Core Concept

Architecture

flowchart 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

App Components

Server Side (Saturday Container)