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.
125
Sponsor

Simple

A minimal, centered Open Graph image with an eyebrow label, title, description, and brand mark.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/simple

Usage

import { ImageResponse } from "next/og";
 
import { Simple } from "@/components/og/simple";
 
export function GET() {
  return new ImageResponse(
    <Simple
      label="Open Graph"
      title="Hello world"
      description="A shadcn registry of social card components."
      brand="ogimagecn"
    />,
    {
      width: 1200,
      height: 630,
    }
  );
}

API Reference

Simple

PropType
labelstring
titlestring
descriptionstring
brandstring
logostring