Templates
Ssiat provides professionally designed templates for different use cases.
Available Templates
Blog Template
Perfect for blog posts and articles.
{
"template": "blog",
"data": {
"title": "Your Blog Title",
"description": "A brief description",
"author": "Author Name",
"date": "2024-01-15",
"readTime": "5 min read"
}
}
Fields:
| Field | Required | Description |
|---|---|---|
title | Yes | Main headline |
description | No | Subtitle or excerpt |
author | No | Author name |
date | No | Publication date |
readTime | No | Estimated read time |
Product Template
Showcase products with style.
{
"template": "product",
"data": {
"name": "Product Name",
"tagline": "Your catchy tagline",
"price": "$99",
"badge": "New",
"image": "https://example.com/product.png"
}
}
Fields:
| Field | Required | Description |
|---|---|---|
name | Yes | Product name |
tagline | No | Short description |
price | No | Price display |
badge | No | Corner badge (e.g., "New", "Sale") |
image | No | Product image URL |
Event Template
Promote events and announcements.
{
"template": "event",
"data": {
"title": "Event Name",
"date": "March 15, 2024",
"time": "2:00 PM PST",
"location": "San Francisco, CA",
"host": "Ssiat Team"
}
}
Fields:
| Field | Required | Description |
|---|---|---|
title | Yes | Event name |
date | Yes | Event date |
time | No | Event time |
location | No | Event location |
host | No | Organizer name |
Social Template
Clean design for social sharing.
{
"template": "social",
"data": {
"title": "Your Title",
"subtitle": "A compelling subtitle",
"logo": "https://example.com/logo.png"
}
}
Fields:
| Field | Required | Description |
|---|---|---|
title | Yes | Main text |
subtitle | No | Secondary text |
logo | No | Logo image URL |
Template Selection Tips
- Blog - Best for articles, tutorials, news
- Product - E-commerce, SaaS, apps
- Event - Webinars, conferences, meetups
- Social - General purpose, announcements
Custom Templates
Need a custom template? Contact us for enterprise plans.