Skip to main content

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:

FieldRequiredDescription
titleYesMain headline
descriptionNoSubtitle or excerpt
authorNoAuthor name
dateNoPublication date
readTimeNoEstimated 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:

FieldRequiredDescription
nameYesProduct name
taglineNoShort description
priceNoPrice display
badgeNoCorner badge (e.g., "New", "Sale")
imageNoProduct 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:

FieldRequiredDescription
titleYesEvent name
dateYesEvent date
timeNoEvent time
locationNoEvent location
hostNoOrganizer 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:

FieldRequiredDescription
titleYesMain text
subtitleNoSecondary text
logoNoLogo image URL

Template Selection Tips

  1. Blog - Best for articles, tutorials, news
  2. Product - E-commerce, SaaS, apps
  3. Event - Webinars, conferences, meetups
  4. Social - General purpose, announcements

Custom Templates

Need a custom template? Contact us for enterprise plans.