Story Quote Template
1080 × 1920px · Story
A bold testimonial quote story with a giant quotation mark, centered headline, and clean attribution on solid indigo.
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 |
|---|---|---|---|
| quote | text | No | The best time to plant a tree was twenty years ago. The second best time is today. |
| author | text | No | — Amara Okafor, Founder of Northwind |
| brand | text | No | @yourbrand |
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-000e-4a00-8a00-00000000000e" --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-000e-4a00-8a00-00000000000e',
layers: {
"quote": {
"text": "The best time to plant a tree was twenty years ago. The second best time is today."
},
"author": {
"text": "— Amara Okafor, Founder of Northwind"
},
"brand": {
"text": "@yourbrand"
}
}
}
});
if (error) throw error;
console.log(data.imageUrl);More Story templates
Other templates in this category you can start from.
Story Photo Feature
A photo-forward vertical story that puts your own image front and center with a bold headline and a clear call to action.
Story Tip List
A clean dark quick-tips story with a bold headline and three dotted takeaways.
Story Event
A bold 9:16 event and webinar announcement story with a live badge, date, host line, and save-your-seat CTA.
Story Flash Sale
A bold 9:16 flash-sale story with a red badge, giant discount, and one-tap shop CTA.
Frequently asked questions
What size is an Instagram/Facebook Story?
Stories are 1080 × 1920px (9:16). Every story template is built at that size with content kept inside the platform safe zones.
Can I swap in my own photo?
Yes — templates with a photo area accept your image via an upload or an image URL, and everything else stays on-brand.
Start with the Story Quote template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template