You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main chat screen: a message thread UI that sends messages to POST /chat, streams the response token-by-token, and shows persistent chat history. Includes the ethical disclaimer.
Acceptance criteria
Message input sends to POST /chat and displays user message immediately
AI response streams in token-by-token (no waiting for full response)
Chat history loads on page refresh
Ethical disclaimer visible at top: "Responses are generated by AI based on your past conversations."
Typing indicator shown while response is streaming
Mobile-responsive, feels like a real messaging app
What to build
The main chat screen: a message thread UI that sends messages to
POST /chat, streams the response token-by-token, and shows persistent chat history. Includes the ethical disclaimer.Acceptance criteria
POST /chatand displays user message immediatelyBlocked by