Founder Note

A personal note from the maker, placed beside support content to put a person behind the product.

Install

Add the source directly to your shadcn project.

pnpm dlx shadcn@latest add https://ui.starck.studio/r/founder-note.json

Usage

<FounderNote
  name="Soren Starck"
  role="Founder of SessionWatcher"
  avatarSrc="https://unavatar.io/x/SorenStarck"
  paragraphs={[
    "👋 Hey! I’m Soren, the founder of SessionWatcher.",
    "I built SessionWatcher because I kept losing 1–3 hours every week to surprise rate-limit lockouts across my AI coding tools.",
    "It’s the tool I wanted for myself. I hope it saves you the same headaches it saves me every day."
  ]}
  links={[
    { label: "Soren on X", href: "https://x.com/SorenStarck", icon: <XIcon /> },
    { label: "Soren on GitHub", href: "https://github.com/Soren-Starck", icon: <GitHubIcon /> },
    { label: "Email Soren", href: "mailto:contact@sessionwatcher.com", icon: <SorenIcon /> },
  ]}
/>