Workflow Toggle

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.

Stripe
Stripe → Slack revenue alerts

Posts a message in #revenue when a payment over $500 lands.

Active28 runs today

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

Import & use
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"
/>