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.
/
217
Sponsor

Product

A two-column product Open Graph image with brand and copy on the left, a product shot on the right, and a price pill.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/product

Usage

import { ImageResponse } from "next/og";
 
import { Product } from "@/components/og/product";
 
export function GET() {
  return new ImageResponse(
    <Product
      title="Acme Pro"
      description="Everything you need to ship faster."
      price="$49"
      image="https://example.com/product.png"
      brand="ogimagecn"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Product

PropType
brandstring
titlestring
descriptionstring
pricestring
imagestring
logostring