Store information

Store hours poster

Post your weekly hours with today's times, address, and contact in one poster.

File types
PNGJPEGWebP
Size
1080 × 1350 px
Use case
Store information
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bebas Neue and JetBrains Mono fonts, original graphic marks, and fictional sample names.
A tall store hours poster with a cyan dome-shaped header naming Harbour Street Café, a near-black body, a cyan circular today badge showing 09:00 to 17:00, and a striped table of opening hours in cyan text.
store-hours-poster/template.html

About this design

What you can make with it.

Shops and cafés print this so visitors always know when to walk in. It lists the week's hours, highlights today's opening times, and gives the address, contact, and any access note. Update the hours and contact details whenever your opening times change.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. Business nameA short text.
  2. TaglineA short text.
  3. Hours titleA short text.
  4. HoursA list of items. Each item has day and times.
  5. Today labelA short text.
  6. Today hoursA short text.
  7. AddressA short text.
  8. ContactA short text.
  9. NoteA longer text with more than one line.
  10. FooterA short text.
Sample data
{
  "business_name": "Harbour Street Café",
  "tagline": "Coffee, lunch, and a quiet place to work.",
  "hours_title": "Opening hours",
  "hours": [
    {
      "day": "Monday",
      "times": "07:30–16:00"
    },
    {
      "day": "Tuesday",
      "times": "07:30–16:00"
    },
    {
      "day": "Wednesday",
      "times": "07:30–16:00"
    },
    {
      "day": "Thursday",
      "times": "07:30–18:00"
    },
    {
      "day": "Friday",
      "times": "07:30–18:00"
    },
    {
      "day": "Saturday",
      "times": "09:00–17:00"
    },
    {
      "day": "Sunday",
      "times": "Closed"
    }
  ],
  "today_label": "Today · Saturday",
  "today_hours": "09:00–17:00",
  "address": "Unit 4, Leeds Dock",
  "contact": "hello@harbour.example · 0113 555 0142",
  "note": "The kitchen closes an hour before we do. Ask the team about allergens before you order.",
  "footer": "Harbour Street Café · harbourstreet.example"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: store-hours-poster-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"business_name":"Harbour Street Café","tagline":"Coffee, lunch, and a quiet place to work.","hours_title":"Opening hours","hours":[{"day":"Monday","times":"07:30–16:00"},{"day":"Tuesday","times":"07:30–16:00"},{"day":"Wednesday","times":"07:30–16:00"},{"day":"Thursday","times":"07:30–18:00"},{"day":"Friday","times":"07:30–18:00"},{"day":"Saturday","times":"09:00–17:00"},{"day":"Sunday","times":"Closed"}],"today_label":"Today · Saturday","today_hours":"09:00–17:00","address":"Unit 4, Leeds Dock","contact":"hello@harbour.example · 0113 555 0142","note":"The kitchen closes an hour before we do. Ask the team about allergens before you order.","footer":"Harbour Street Café · harbourstreet.example"},"image":{"format":"png","width":1080,"height":1350}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "store-hours-poster-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "business_name": "Harbour Street Café",
          "tagline": "Coffee, lunch, and a quiet place to work.",
          "hours_title": "Opening hours",
          "hours": [
            {
              "day": "Monday",
              "times": "07:30–16:00"
            },
            {
              "day": "Tuesday",
              "times": "07:30–16:00"
            },
            {
              "day": "Wednesday",
              "times": "07:30–16:00"
            },
            {
              "day": "Thursday",
              "times": "07:30–18:00"
            },
            {
              "day": "Friday",
              "times": "07:30–18:00"
            },
            {
              "day": "Saturday",
              "times": "09:00–17:00"
            },
            {
              "day": "Sunday",
              "times": "Closed"
            }
          ],
          "today_label": "Today · Saturday",
          "today_hours": "09:00–17:00",
          "address": "Unit 4, Leeds Dock",
          "contact": "hello@harbour.example · 0113 555 0142",
          "note": "The kitchen closes an hour before we do. Ask the team about allergens before you order.",
          "footer": "Harbour Street Café · harbourstreet.example"
        },
        "image": {
          "width": 1080,
          "height": 1350
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.