- Demo deployed at
/demos/declarative-hashbrown - Railway service
showcase-langgraph-python-productionhealthy OPENAI_API_KEYset in the Railway environment@hashbrownai/core+@hashbrownai/reactinstalled in the packagebyoc_hashbrowngraph registered inlanggraph.json
- Navigate to
/demos/declarative-hashbrown - Header "Declarative UI: Hashbrown" visible
- Short description mentioning
@hashbrownai/reactvisible - Chat composer visible at the bottom of the chat area
- 3 suggestion pills visible inside the composer with labels: "Sales dashboard", "Revenue by category", "Expense trend"
- No red console errors (amber hydration warnings tolerated)
- Click the "Sales dashboard" pill
- The prompt is dispatched automatically (useConfigureSuggestions sends the message on pill click)
- Within 45 seconds, at least one MetricCard (
data-testid="metric-card") renders in the transcript - Within 45 seconds, at least one chart
(
data-testid="bar-chart"ordata-testid="pie-chart") renders - Rendered content streams progressively — partial UI appears before the full response completes (optional visual check)
- Click "Revenue by category"
- Within 45s, a pie chart (
data-testid="pie-chart") renders - Legend shows at least 4 segments with readable labels and values
- Click "Expense trend"
- Within 45s, a bar chart (
data-testid="bar-chart") renders - Chart has at least 3 bars with month-like labels
- Type "Show me revenue trends for the last six months" and press Enter
- Verify at least one catalog component renders (metric, chart, or deal)
- After a first render completes, send a follow-up prompt (e.g. "Now break it down by region")
- A new render appears alongside prior renders in the transcript
- Empty send is a no-op (button stays disabled)
- Console remains clean during successful flows
- Suggestion pills produce a hashbrown render within 45 seconds
- Streaming renders assemble progressively as JSON chunks arrive
- No uncaught errors; no
useHashBrownKit must be used within HashBrownDashboarderrors - Multi-turn works without clearing prior renders