A centered start screen: a white card on the cream page with the logo, an eyebrow label, a serif title, subtitle, and the start CTA. Renders children (the main app) once the session has started.
children
import { ChatView, StartScreen } from "@alexkroman1/aai-ui";function MyAgent() { return ( <StartScreen icon="🍕" title="Pizza Palace" subtitle="Voice-powered ordering"> <ChatView /> </StartScreen> );} Copy
import { ChatView, StartScreen } from "@alexkroman1/aai-ui";function MyAgent() { return ( <StartScreen icon="🍕" title="Pizza Palace" subtitle="Voice-powered ordering"> <ChatView /> </StartScreen> );}
A centered start screen: a white card on the cream page with the logo, an eyebrow label, a serif title, subtitle, and the start CTA. Renders
children(the main app) once the session has started.