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.
0
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.

ogimagecn
The OG image toolkit
Copy-paste social cards rendered with next/og.
$49

Installation

$ pnpm dlx shadcn@latest add https://ogimagecn.vercel.app/r/product.json

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"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Product

PropTypeDefault
brandstring-
titlestring-
descriptionstring-
pricestring-
imagestring-
accentstring-