Context Gauge

Context-window card with a tokens-used-of-max readout and a violet-to-fuchsia gradient fill bar.

Context window92.0K / 200K
46% of window in use

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

Import & use
import { Ai18 } from "@/components/beste/piece/ai18";

<Ai18
  label="Context window"
  used={92000}
  max={200000}
  usageSuffix="of window in use"
  tone="primary"
/>