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

Showcase

A product-showcase Open Graph image with a centered headline above a faux browser window and a minimal dashboard UI.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/showcase

Usage

import { ImageResponse } from "next/og";
 
import { Showcase } from "@/components/og/showcase";
 
export function GET() {
  return new ImageResponse(
    <Showcase
      title="Run your business smarter"
      subtitle="Every metric in one calm view."
      url="app.acme.com"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Showcase

PropType
titlestring
subtitlestring
urlstring
accentstring