TL;DR — Bannerbear is a broader creative-automation product. ogsmith does exactly one thing: og:image from a GET request, with a 250-images/mo free tier and paid plans from $9/mo. If social cards are the whole job, the specialized tool is simpler and cheaper.
ogsmith vs Bannerbear at a glance
| ogsmith | Bannerbear | |
|---|---|---|
| Free tier | ✓ 250 images/mo, forever, no card | 30 trial credits, then paid |
| Entry paid plan | $9/mo — 10,000 images | $49/mo — 1,000 credits/mo on the entry plan |
| High volume | $29/mo — 100,000 images | Higher tiers / custom |
| Rendering | satori + resvg on Lambda (~5ms compute, synchronous) | Headless-browser rendering, template designer UI |
| Integration | One GET URL in a meta tag | API/SDK + template setup |
| CDN cache hits | ✓ Free, don't count against quota | Varies by plan |
| Signed public URLs | ✓ HMAC per-URL | Varies |
Competitor pricing and features checked against their official sites in July 2026 — check their pricing pages for current numbers.
The whole integration
<meta property="og:image"
content="https://api.ogsmith.dev/v1/og?title=Your+post+title&template=article&kid=…&sig=…">
That URL renders this, live:
When Bannerbear is the better choice
- You need video or GIF generation, not just static images.
- Non-developers on your team need to design templates visually in a browser.
- You are generating marketing collateral (banners, ads, mockups) beyond social cards.
When ogsmith is the better choice
- You want
og:imagehandled in one GET request — no template designer session, no API SDK, no queue/webhook round-trip. - You want a permanent free tier (250 images/mo forever) instead of 30 trial credits.
- Volume pricing: ogsmith Pro is $29/mo for 100,000 images. Bannerbear's entry plan is $49/mo for 1,000 credits.
- Latency: ogsmith renders synchronously in ~5ms of compute — no polling for a finished job.
Frequently asked questions
Is ogsmith a full Bannerbear replacement?
Only for Open Graph / social card images. Bannerbear also does video, GIFs, and visually-designed templates. ogsmith deliberately does one thing: pixel-perfect 1200×630 social images from URL parameters.
Why is ogsmith so much cheaper?
Architecture. Bannerbear-style platforms render with a headless browser, which is expensive to run. ogsmith renders with satori (layout to SVG) plus resvg (SVG to PNG) on AWS Lambda — roughly 5ms of compute per image, and CloudFront cache hits cost nothing and don't count against your quota.
Can I migrate from Bannerbear?
If you use Bannerbear for OG images, migration is usually deleting code: replace the API-call-and-wait flow with a single image URL in your meta tag. Pick one of six templates and pass title, description, site, author, tag, theme, accent, and logo as query parameters.