v0.2.0-alpha.1 Turbo Engine
OGX Logo

OGX.

The high-performance engine for Dynamic Open Graph images.

Universal Compatibility

Runtime agnostic. Built for the modern ecosystem.

Next.jsNode.jsBunDenoReact

ZERO BROWSER

No Puppeteer. No Chromium. Pure Wasm execution for native-level performance.

TAILWIND NATIVE

Your 디자인 시스템 is your code. Every utility class mapped to visual perfection.

EDGE FIRST

Built for the modern web. Deploy to Vercel, Cloudflare, or Deno in seconds.

THE LABORATORY.

Turn static code into dynamic visual assets. Chain utilities with the Fluent API and deploy with native speed.

LATENCY
~40ms
ENGINE
Parser v2
TYPES
Strict TS
RUNTIME
Universal
src/app/og/docs/[...slug]/route.ts
import { ogxResponse } from "@ogxjs/next";

export async function GET(req: Request) {
  return ogxResponse({
    preset: "docs",
    title: "Visionary Layouts",
    siteName: "OGX",
    logo: "/logo.svg"
  }, req);
}

The Weight of Choice.

OGX vs Traditional Browser-based rendering.

LEGACY (Browser)

BUNDLE SIZE~300MB
LATENCY2s - 5s
MEMORY512MB+
EDGENOT SUPPORTED

OGX ENGINE

BUNDLE SIZE< 1MB
LATENCY~50ms
MEMORYMinimal
EDGENATIVE

Programmatic Branding.

Replaced manual design exports with a declarative pipeline that scales with your content.

01

Compose

Build layouts using familiar Tailwind CSS classes. No manual SVG pathing or canvas math.

02

Dynamic

Inject server-side data into your templates. All properties update on-the-fly with 100% fidelity.

03

Deploy

Edge-optimized runtime. Satori-powered rendering designed for fast execution across global CDNs.

System Architecture

The Engine
Precision.

OGX coordinates specialized engines with micron-level precision, merging design flexibility with raw execution power.

Fluent API

A declarative builder for intricate layouts.

Tailwind JIT

Real-time translation of utility classes to CSS.

Satori Engine

Yoga-powered layout reconciliation.

Resvg Raster

Native-speed Wasm rasterization engine.

DX / FLUENT APIUser Interface
TAILWIND PARSERStyling Logic
SATORI ENGINELayout Engine
RESVG-JS / WASMRasterization

PRESETS_

Production Ready
Open Source
Documentation Engine
PRESET 01

Documentation Engine

1200px × 630px
Article Distribution
PRESET 02

Article Distribution

1200px × 630px
Social Branding
PRESET 03

Social Branding

1200px × 630px
Premium Showcase
PRESET 04

Premium Showcase

1200px × 630px

Build the next
visual standard.

Raw execution.
Subsonic Speeds.

True benchmarks on Node.js 24. Powered by Satori + Resvg.

ScenarioMean (ms)Notes
Minimal Preset
39.23msFast and lightweight, perfect for simple images and blogs.
Social Preset
55.63msComplex gradients, multiple fonts, rich layout, shadows, brand + handle. Fast Fast Fast.
Docs Preset
46.96msIdeal for documentation pages or content-heavy layouts.
With Cache
0.03ms1000x faster than cold render. Instant, even for complex presets.
OGX

OGX Engine // v0.2.0-alpha.1 Turbo