Skip to content

Instantly share code, notes, and snippets.

View avosmod8's full-sized avatar

Angel Vossough avosmod8

View GitHub Profile
@avosmod8
avosmod8 / VossAIPrototype.tsx
Created March 31, 2026 10:42
A new interactive Voss AI chat prototype UI was added: richer wine recommendation cards, quick suggestion chips, thumbs feedback loop, and mobile-friendly responsive layout—improving guidance, engagement, and UX clarity.
/* eslint-disable @typescript-eslint/no-misused-promises */
'use client'
import React, {
useState,
useRef,
useEffect,
useCallback,
MutableRefObject
} from 'react'