RenderCard
A free, URL-based Open Graph image generator built on Next.js Edge Runtime.
Questions or feature requests? Visit Support.
API Usage
RenderCard generates preview images dynamically from URL query parameters. Embed the result anywhere an image URL is accepted — OG tags, Twitter cards, Slack, Discord, etc.
Base Endpoint
https://rendercard.vercel.app/api/rendercardAll customization is done via query parameters.
Minimal Example
https://rendercard.vercel.app/api/rendercard?title=Hello+WorldOnly title is required. Everything else has sensible defaults.
Query Parameters
| Parameter | Required | Description |
|---|---|---|
| title | required | Main headline text. URL-encoded. |
| description | optional | Supporting text or subtitle. |
| site | optional | Sitename or address displayed on the card.
|
| date | optional | Publish date. Accepts ISO format or Unix timestamp (ms).
|
| accent | optional | 6-digit hex accent color, URL-encoded.
|
| theme | optional | Visual theme for the card. Defaults to "minimal". Unknown values fall back to minimal. |
Invalid or unknown parameters are safely ignored. Unknown themes fall back to minimal.
Available themes
minimalClean default layoutcenteredCentered headline layoutsplitSplit content layoutspotlightHighlighted hero-style layoutborderedFramed card with bordergradientGradient backgroundglassGlassmorphism effectdarkDark backgroundmonoMinimal, typography-focusedcodeCode-style layoutGraphical
artisticFeatured art layoutcartoonComic book styleneon80s Synthwave aesthetictopoTopographic map linesmemphis90s Pop Art shapesCommon Use Cases
Blog article preview
Title, description, theme, and publish date.
https://rendercard.vercel.app/api/rendercard?title=My+Blog+Post&description=Thoughts+on+systems&theme=minimal&date=2026-02-03Technical / documentation post
Monospace theme with a neutral accent.
https://rendercard.vercel.app/api/rendercard?title=WebSocket+Protocol&theme=mono&accent=%23000000&date=2026-01-15Landing page or announcement
No date, vibrant accent, spotlight layout.
https://rendercard.vercel.app/api/rendercard?title=RenderCard+Launch&theme=spotlight&accent=%23ec4899Dark social preview
Only title and theme — minimalist.
https://rendercard.vercel.app/api/rendercard?title=New+Release&theme=dark
Live Preview
Adjust the parameters below to preview and copy your card URL.