The user types a task. Search shows who can do it.
The light version of Super-App search: keyword suggestions while typing, service cards after submitting, one predictable flow. The phone is a working prototype — type, submit, open, go back — and the panel explains every state and the exact computation behind it.
A greeting, one search bar, and the service grid. People who already know their app tap a tile; everyone else types a task into the bar.
The search bar opens the Search screen in the Empty/History state with the keyboard up. It never shows results of its own.
Nothing is requested. The service index (~40 KB JSON) is already cached on the device, so the first paint after tapping the bar needs no network.
The Trace tab shows the exact computation behind this state — the same code that renders the phone.