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

Event

An event / launch Open Graph image with an eyebrow label, large title, and a date · location footer row.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/event

Usage

import { ImageResponse } from "next/og";
 
import { Event } from "@/components/og/event";
 
export function GET() {
  return new ImageResponse(
    <Event
      label="Webinar"
      title="Shipping beautiful OG images at scale"
      date="Jun 5, 2026 · 10:00 AM PT"
      location="Online"
      brand="ogimagecn"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Event

PropType
labelstring
brandstring
titlestring
datestring
locationstring
logostring