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 5

A clean light Open Graph image with centered logo, name, title, and description inside a bordered frame.

Customize

Installation

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

Usage

import { ImageResponse } from "next/og";
 
import { ShadcnRegistry5 } from "@/components/og/shadcn-registry-5";
 
export function GET() {
  return new ImageResponse(
    <ShadcnRegistry5
      name="Eldora UI"
      title="Modern Next.js Templates"
      description="Built with React, Typescript, shadcn/ui, Tailwind CSS, and Motion."
    />,
    {
      width: 1200,
      height: 630,
    }
  );
}

API Reference

ShadcnRegistry5

PropType
namestring
titlestring
descriptionstring
logostring
accentstring