Story Event Template
1080 × 1920px · Story
A bold 9:16 event and webinar announcement story with a live badge, date, host line, and save-your-seat CTA.
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 |
|---|---|---|---|
| badge | text | No | Live Webinar |
| title | text | No | Scaling Your SaaS to $10k MRR |
| date | text | No | Thursday, July 24 |
| time | text | No | 6:00 PM EST · Online |
| host | text | No | Alex Rivera |
| cta | text | No | Save your seat |
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-0010-4a00-8a00-000000000010" --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-0010-4a00-8a00-000000000010',
layers: {
"badge": {
"text": "Live Webinar"
},
"title": {
"text": "Scaling Your SaaS to $10k MRR"
},
"date": {
"text": "Thursday, July 24"
}
}
}
});
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 Flash Sale
A bold 9:16 flash-sale story with a red badge, giant discount, and one-tap shop CTA.
Story Quote
A bold testimonial quote story with a giant quotation mark, centered headline, and clean attribution on solid indigo.
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 Event template
Clone it, customize it in the editor, and generate it via the API. Free to start.
Use this template