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

Blog

An article Open Graph image with a category badge, headline, excerpt, and author row.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/blog

Usage

import { ImageResponse } from "next/og";
 
import { Blog } from "@/components/og/blog";
 
export function GET() {
  return new ImageResponse(
    <Blog
      author="Ada Lovelace"
      category="Engineering"
      excerpt="A deep dive into Satori, the next/og runtime, and shipping fast cards."
      meta="Jun 5, 2026 · 6 min read"
      title="How we generate social images at the edge"
      brand="ogimagecn"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Blog

PropType
categorystring
titlestring
excerptstring
authorstring
metastring
avatarstring
brandstring
logostring