Workflow row card with a zap icon, name, description, and a tone-colored on/off switch on the right plus an active/paused label and runs-today count.

Posts a message in #revenue when a payment over $500 lands.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation8 } from "@/components/beste/piece/automation8";
<Automation8
name="Stripe → Slack revenue alerts"
description="Posts a message in #revenue when a payment over $500 lands."
image="https://oud.pics/sm/l/stripe.jpeg"
alt="Stripe"
active={true}
runsToday={28}
activeLabel="Active"
pausedLabel="Paused"
runsLabel="runs today"
tone="emerald"
/>