Sale / Promo Header Template
1500 × 500px · Twitter/X Header
High-contrast sale header with a limited-time label, big discount, and code.
Free to start · 50 renders included · no credit card required.
Editable fields
Override any of these when you clone the template or generate via the API.
| Field | Type | Required | Default |
|---|---|---|---|
| label | text | No | LIMITED TIME |
| headline | text | No | 40% OFF |
| code | text | No | Use code LAUNCH40 at checkout |
Generate this template via API
Render it on demand from any language, or use the official TypeScript SDK.
# Public render — returns a PNG (no auth needed for public templates)
curl "https://renderfa.st/api/render?templateId=0a1b2c3d-0018-4a00-8a00-000000000018" --output image.pngimport { createClient, postApiGenerate } from '@renderfast/client';
const client = createClient({
baseUrl: 'https://renderfa.st',
headers: { Authorization: 'Bearer ' + process.env.RENDERFAST_API_KEY }
});
const { data, error } = await postApiGenerate({
client,
body: {
templateId: '0a1b2c3d-0018-4a00-8a00-000000000018',
layers: {
"label": {
"text": "LIMITED TIME"
},
"headline": {
"text": "40% OFF"
},
"code": {
"text": "Use code LAUNCH40 at checkout"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More Twitter/X Header templates
Other templates in this category you can start from.
Portfolio Statement Header
Lighter indigo gradient with a bold one-line statement and a link.
Event / Webinar Header
Dark event header with a live label, title, and date · location.
Product Launch Header
Indigo gradient launch header with a NOW LIVE badge, title, and subtitle.
Company / Brand Header
Bold indigo header with a wordmark, tagline, and a URL pill.
Frequently asked questions
What size is a Twitter/X header?
Twitter/X headers are 1500 × 500px (3:1). Every template here is built at that size, with key content kept clear of the avatar in the lower-left.
Will my profile picture cover part of the header?
Your avatar overlaps the lower-left corner. These templates center their content to stay clear of it, so nothing important gets hidden.
Start with the Sale / Promo Header template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template