Token Stream

Live token visualizer with tone-tinted token chips, tokens-per-second rate, and a pulsing caret at the end.

stream142 tok/s
The quick brown fox jumps over

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Ai42 } from "@/components/beste/piece/ai42";

<Ai42
  tokens={[
    "The",
    " quick",
    " brown",
    " fox",
    " jumps",
    " over"
  ]}
  tokensPerSecond={142}
  tone="violet"
/>