Marketplace recipe card with a row of app slots that accept either a custom image or a brand-colored icon preset, plus name, description, install count, and a tone Use-recipe CTA.


Triggers on Stripe payment, logs the invoice in Notion, and posts a thread to #revenue.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Automation10 } from "@/components/beste/piece/automation10";
<Automation10
apps={[
{
"image": "https://oud.pics/sm/l/stripe.jpeg",
"alt": "Stripe"
},
{
"image": "https://oud.pics/sm/l/notion.png",
"alt": "Notion"
},
{
"image": "https://oud.pics/sm/l/slack.svg",
"alt": "Slack"
}
]}
name="Sync paid invoices to Notion and ping Slack"
description="Triggers on Stripe payment, logs the invoice in Notion, and posts a thread to #revenue."
installs={4280}
installsLabel="installs"
ctaLabel="Use recipe"
tone="primary"
/>