Home How it works Examples Pricing Docs Português
Examples

What can you build
with StarkRender?

From social media cards to PDF reports, OG images and certificates. All from HTML + CSS.

Corporate social media post rendered from HTML and CSS with StarkRender
Social

Corporate Insight Post

An editorial company post for reports, market insights and branded announcements.

<div style="font-family:Montserrat;background:linear-gradient(135deg,#0A0A0A,#1a1a1a);width:1080px;height:1080px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px;box-sizing:border-box;">
  <div style="color:#C9952A;font-size:14px;font-weight:700;letter-spacing:4px;margin-bottom:24px;">MARKET UPDATE</div>
  <div style...
Artistic Instagram-style social post rendered with StarkRender
Social

Art Direction Post

A bold, artistic composition for creative campaigns and Instagram carousels.

<div style="font-family:Playfair Display;background:#F7F3EE;width:1080px;height:1080px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px;box-sizing:border-box;">
  <div style="font-size:80px;color:#C9952A;line-height:1;margin-bottom:20px;">"</div>
  <div style="font-size:36px;font-weight:700;line-height:1.4...
URL screenshot example generated with the StarkRender screenshot API
Screenshot

URL Screenshot

Full-page or viewport screenshot of any URL, desktop or mobile (iPhone 14).

POST /v1/screenshot
{
  "url": "https://www.infomoney.com.br/",
  "mobile": true,
  "full_page": false
}

// Response
{
  "status": "success",
  "image_url": "https://api.starkrender.com/static/abc.png"
}
Rendered quarterly PDF report example generated from HTML
PDF

PDF Report

Multi-section HTML report exported as A4 PDF with full color and typography.

POST /v1/pdf
{
  "html": "<div style='font-family:Inter;padding:60px'><h1>Q1 2026 Report</h1>...</div>",
  "format": "A4",
  "margin": "40px"
}

// Response
{
  "status": "success",
  "pdf_url": "https://api.starkrender.com/static/abc.pdf"
}
Modern data-driven social media post generated with StarkRender
Social

Modern Data Post

A sharp, contemporary performance card for product updates and business metrics.

<div style="font-family:Inter;background:#0A0A0A;width:1200px;height:630px;display:flex;align-items:center;padding:80px;box-sizing:border-box;gap:60px;">
  <div style="flex:1;">
    <div style="color:#C9952A;font-size:12px;font-weight:700;letter-spacing:3px;margin-bottom:20px;">STARKRENDER BLOG</div>
    <div style="color:#fff;font-size...
Rendered certificate generated from an HTML template with StarkRender
Document

Certificate

Professional certificate with custom name, course and date. PDF or PNG output.

<div style="font-family:Playfair Display;background:#fff;border:8px solid #C9952A;width:1080px;height:760px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px;box-sizing:border-box;text-align:center;">
  <div style="font-size:14px;letter-spacing:4px;color:#888;text-transform:uppercase;margin-bottom:20px;">Certificate of Complet...
Analytics dashboard screenshot captured with StarkRender
Screenshot

Dashboard Capture

Capture authenticated-looking dashboards, reports and web apps in a desktop viewport.

POST /v1/screenshot
{
  "url": "https://app.example.com/analytics",
  "width": 1440,
  "height": 900
}
Mobile ecommerce page screenshot generated with StarkRender
Screenshot

Mobile Store Capture

Preview responsive landing pages and stores using a real mobile viewport.

POST /v1/screenshot
{
  "url": "https://shop.example.com/product",
  "mobile": true,
  "full_page": false
}
Professional invoice PDF rendered from HTML with StarkRender
PDF

Professional Invoice

Generate consistent, branded invoices from dynamic customer and order data.

POST /v1/pdf
{
  "html": "<div>Invoice #INV-2026-0842...</div>",
  "format": "A4"
}
Branded project proposal PDF generated with StarkRender
PDF

Project Proposal

Turn sales and onboarding data into polished, client-ready proposals.

POST /v1/pdf
{
  "html": "<div>Project proposal...</div>",
  "format": "A4",
  "margin": "0"
}
Event ticket generated dynamically from HTML with StarkRender
Document

Event Ticket

Create personalized tickets, passes and badges for automated delivery.

POST /v1/render
{
  "html": "<div>Event ticket #A-0842...</div>",
  "width": 1200,
  "height": 630
}
Product specification sheet rendered from HTML with StarkRender
Document

Product Specification

Build clean product sheets for catalogs, marketplaces and sales teams.

POST /v1/render
{
  "html": "<div>Product specification...</div>",
  "width": 1200,
  "height": 900
}
Try it yourself

Ready to build?

Copy any snippet above, paste it in the live demo and render your first image in seconds.

Open Live Demo ↗ Read the docs →