For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
73
Sponsor

Shadcn Registry 2

A clean Open Graph image with a light background, logo, name, category, title, and dot-separated tags.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/shadcn-registry-2

Usage

import { ImageResponse } from "next/og";
 
import { ShadcnRegistry2 } from "@/components/og/shadcn-registry-2";
 
export function GET() {
  return new ImageResponse(
    <ShadcnRegistry2
      name="PaceKit"
      category="GSAP"
      title="Animated components crafted for smooth interaction"
      items={["Reusable", "Scalable", "Composable"]}
    />,
    {
      width: 1200,
      height: 630,
    }
  );
}

API Reference

ShadcnRegistry2

PropType
namestring
categorystring
titlestring
itemsstring[]
logostring
accentstring