v1.1.0
Batch rendering, template variables, async callbacks
New Batch renderingPOST /v1/batch renders multiple HTML templates in a single API call. Plan limits: Starter ≤10, Pro/Scale ≤50 items. Returns array of images with partial failure support.
New Template variables — inject dynamic values into HTML using {{key}} syntax. Pass a vars object alongside your HTML on both /v1/render and /v1/batch. No need to rebuild HTML for each render.
New Async callback — pass a callback_url to fire-and-forget a render. Returns 202 Accepted immediately; result is POSTed to your URL when done. Pro+ only.
New waitUntil parameter — control Playwright's page load strategy: load | domcontentloaded | networkidle. Useful for pages that load content asynchronously.
New n8n node v1.1.0n8n-nodes-renderpix updated with Render Batch operation and template variable support. Install via npm or search RenderPix in the n8n node library.
New Dashboard: Recent Renders — last 20 renders now visible in the dashboard with timestamp, format, dimensions, and render time.
New GitHub repository — codebase is now public at github.com/ozgurdogus/renderpix.
Fix Dashboard loading bug — fixed async function tr() issue that caused dashboard to hang on load in all browsers.
v1.0.1
Distribution sprint, OG endpoint, n8n node launch
New n8n community noden8n-nodes-renderpix published to npm. Supports Render HTML and Screenshot URL operations. 85+ installs in first month.
New GET /og endpoint — free OG image generation without an API key. Rate limited at 10 req/min. Watermark removed for authenticated users.
New render_inputs logging — raw HTML is now logged per render for debugging and analytics.
New API error logging — structured logs for missing_api_key, invalid_api_key, usage_limit_exceeded, plan_limit, render_failed. Queryable via logs.sh.
Improvement Usage reset migrated to 30-day rolling window (was calendar month).
Improvement Response headers — added X-Width and X-Height to all render responses.
Fix Webhookon_hold event now correctly downgrades plan to free and resets usage count.
Fix Gmail SMTP[email protected] send-as configured via Resend SMTP.
Fix n8n node Windows — EINVAL error on Windows npm install fixed with shell:true patch.
v1.0.0
Initial launch
New Core APIPOST /v1/render with PNG, JPEG, WebP output. Pre-warmed Chromium pool, ~300-700ms response time.
New URL screenshotGET /v1/screenshot captures live webpages.
New Magic link auth — passwordless login via email.
New Plan-gated limits — Free (100/mo), Starter ($9), Pro ($29), Scale ($79).
New Dodo Payments — subscription management, webhook-based plan upgrades and downgrades.
New Live demo — no API key required, 10 req/min rate limit, 5 HTML templates.

Stay updated

Follow @renderpixdev for release announcements, or watch the GitHub repo.

Follow @renderpixdev