Vision Input

Attached image card with a tone-tinted thumbnail tile, a scanning line overlay, filename, dimensions, and detected-object chips.

whiteboard.jpg1920×1080
Analyzing
diagramtextarrows

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

Import & use
import { Ai28 } from "@/components/beste/piece/ai28";

<Ai28
  filename="whiteboard.jpg"
  dimensions="1920×1080"
  objects={[
    "diagram",
    "text",
    "arrows"
  ]}
  tone="violet"
/>