Personal Brand Header Template
1500 × 500px · Twitter/X Header
Slate-to-indigo header with your name, role, and handle — centered to clear the avatar.
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 |
|---|---|---|---|
| name | text | No | Alex Rivera |
| role | text | No | Design engineer · building in public |
| handle | text | No | @alexrivera |
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-0013-4a00-8a00-000000000013" --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-0013-4a00-8a00-000000000013',
layers: {
"name": {
"text": "Alex Rivera"
},
"role": {
"text": "Design engineer · building in public"
},
"handle": {
"text": "@alexrivera"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More Twitter/X Header templates
Other templates in this category you can start from.
Sale / Promo Header
High-contrast sale header with a limited-time label, big discount, and code.
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.
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 Personal Brand Header template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template