Satori is a high-performance library by Vercel that converts HTML and CSS markup into SVG images. It powers Open Graph image generation for dynamic social cards, blog previews, and branded assets using a JSX-like API with full Flexbox layout support and custom font rendering.
Scanned 6/2/2026
Install to Claude Code
npx -y skills add agentskillexchange/skills --skill satori-html-css-svg-image-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Satori Html Css Svg Image Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agentskillexchange-satori-html-css-svg-image-generator)More formats (shields.io, HTML) on the badges page.
---
name: "Satori HTML and CSS to SVG Image Generator by Vercel"
slug: "satori-html-css-svg-image-generator"
description: "Satori is a high-performance library by Vercel that converts HTML and CSS markup into SVG images. It powers Open Graph image generation for dynamic social cards, blog previews, and branded assets using a JSX-like API with full Flexbox layout support and custom font rendering."
github_stars: 13234
verification: "security_reviewed"
source: "https://github.com/vercel/satori"
author: "vercel"
category: "Image & Creative Automation"
framework: "Multi-Framework"
tool_ecosystem:
github_repo: "vercel/satori"
github_stars: 13234
npm_package: "satori"
npm_weekly_downloads: 1304170
---
# Satori HTML and CSS to SVG Image Generator by Vercel
Satori is a high-performance library by Vercel that converts HTML and CSS markup into SVG images. It powers Open Graph image generation for dynamic social cards, blog previews, and branded assets using a JSX-like API with full Flexbox layout support and custom font rendering.
## Installation
Requirements and caveats from upstream:
- // Use fs (Node.js only) or fetch to read the font as Buffer/ArrayBuffer and provide data here.
- Satori currently supports three font formats: TTF, OTF and WOFF. Note that WOFF2 is not supported at the moment. You must specify the font if any text is rendered with Satori, and pass the font data as ArrayBuffer (we...
- Satori can be directly used in browser, Node.js (>= 16), and Web Workers. It bundles its underlying WASM dependencies as base64-encoded strings and loads them at runtime.
Basic usage or getting-started notes:
- Satori supports the JSX syntax, which makes it very straightforward to use. Here’s an overview of the basic usage:
- For example, the <input> HTML element, the cursor CSS property are not in consideration. And you can't use <style> tags or external resources via <link> or <script>.
- <th>Example</th>
- Source: https://github.com/vercel/satori
- Extracted from upstream docs: https://raw.githubusercontent.com/vercel/satori/HEAD/README.md
## Documentation
- https://github.com/vercel/satori#readme
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/satori-html-css-svg-image-generator/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!