vercel/satori
Enlightened library to convert HTML and CSS to SVG observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 1.5
- age_days: 1679
- days_rel: 9
- days_push: 9
- n_releases_24m: 49
Adoption not part of the score
13857 stars · 358 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Satori is a TypeScript library that converts HTML and CSS (written in JSX or React-element-like objects) into SVG strings. It handles layout calculation, fonts, and typography to produce SVGs matching browser rendering, commonly used for generating Open Graph images and social cards.
Use cases
- generate open graph images for social media sharing
- convert html and css to svg programmatically
- create dynamic social card images in next.js
- render jsx components to svg
- generate og images at runtime on the server
- produce social preview images from templates
When to choose
- you need to generate social card or OG images dynamically from markup
- you want browser-accurate SVG rendering of a subset of HTML/CSS with custom fonts
- you are on Vercel/Next.js and want fast serverless image generation
When to avoid
- you need full HTML/CSS support including JavaScript, interactivity, or stateful React APIs
- you need PNG/JPEG output directly without an additional rasterization step
- you need to render arbitrary existing web pages rather than a limited element subset
Facets
library · maturity stable
image-processing templating graphics web-development frontend developer-tools cross-platform svg jsx opengraph-images social-cards html-to-svg css vercel nodejs javascript typescript
2 sources
- readme: https://github.com/vercel/satori · fetched 2026-08-28 · 1065476e674d
- homepage: https://og-playground.vercel.app · fetched 2026-08-29 · a2a8ab5739e3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| vercel/satori | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem