Schedule Chip

Cron-based schedule card with a sky repeat tile, human-readable cadence, monospace cron expression, next run countdown, and timezone.

Every Monday at 9:00 AM0 9 * * 1
Next run in 2 days, 14hEurope/Istanbul

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

Import & use
import { Automation3 } from "@/components/beste/piece/automation3";

<Automation3
  schedule="Every Monday at 9:00 AM"
  cron="0 9 * * 1"
  nextRun="in 2 days, 14h"
  nextRunPrefix="Next run"
  timezone="Europe/Istanbul"
/>