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

Terminal

A minimal, technical Open Graph image with a wordmark and accent side-bar above a large wide-tracked uppercase headline.

Customize

Installation

$ pnpm dlx shadcn@latest add @ogimagecn/terminal

Usage

import { ImageResponse } from "next/og";
 
import { Terminal } from "@/components/og/terminal";
 
export function GET() {
  return new ImageResponse(
    <Terminal
      brand="acme"
      title="Now in public beta"
      caption="npm i @acme/sdk"
    />,
    { width: 1200, height: 630 }
  );
}

API Reference

Terminal

PropType
brandstring
titlestring
captionstring
logostring