Card Content

Preview Image

ขั้นตอนการใช้งาน

Reference Examples

เพิ่มได้สูงสุด 3 ภาพ เช่น subject, style, layout ผู้ใช้จะเห็นเป็นตัวอย่าง แต่ยังต้องอัปโหลดภาพ ref ใน AI tool เอง

Template Fields

Sample Fill

Prompt Variants

Provenance

ดู JSON ที่จะบันทึก
{
  "id": "new-template",
  "slug": "new-template",
  "version": 1,
  "status": "published",
  "title": "Prompt Template ใหม่",
  "shortDescription": "คำอธิบายสั้นสำหรับการ์ด",
  "category": "poster",
  "useCaseTags": [
    "ประชาสัมพันธ์"
  ],
  "styleTags": [
    "ทางการทันสมัย"
  ],
  "modelTargets": [
    "gpt-image-2",
    "nano-banana"
  ],
  "publicCommunicationFit": 0.8,
  "previewImage": "/previews/event-poster-modern.svg",
  "previewAlt": "ภาพตัวอย่างของ prompt template",
  "basePrompt": "ทำโปสเตอร์จากภาพตัวอย่างนี้ โดยจัดองค์ประกอบให้สวย อ่านง่าย และพร้อมนำไปใช้",
  "workflowSteps": [
    "วาง prompt นี้ในเครื่องมือสร้างภาพ",
    "ปรับรายละเอียดเพิ่มเติมถ้าต้องการ"
  ],
  "fields": [
    {
      "id": "main_subject",
      "label": "หัวข้อหลัก",
      "type": "text",
      "required": true,
      "placeholder": "เช่น โปสเตอร์แจ้งกิจกรรม"
    },
    {
      "id": "audience",
      "label": "กลุ่มเป้าหมาย",
      "type": "text",
      "required": true
    },
    {
      "id": "image_text",
      "label": "ข้อความบนภาพ",
      "type": "textarea",
      "required": true
    },
    {
      "id": "image_language",
      "label": "ภาษาบนภาพ",
      "type": "select",
      "required": true,
      "options": [
        "ไทย",
        "อังกฤษ",
        "สองภาษา"
      ]
    },
    {
      "id": "tone",
      "label": "โทน/ความรู้สึก",
      "type": "select",
      "required": true,
      "options": [
        "ทางการทันสมัย",
        "เป็นมิตร",
        "สดใส"
      ]
    },
    {
      "id": "exclusions",
      "label": "ข้อห้าม/สิ่งที่ไม่ต้องการ",
      "type": "textarea",
      "required": false
    }
  ],
  "sampleFill": {
    "main_subject": "กิจกรรมสื่อสารประชาสัมพันธ์",
    "audience": "ประชาชนทั่วไป",
    "image_text": "ข้อความหลักบนภาพ",
    "image_language": "ไทย",
    "tone": "ทางการทันสมัย",
    "exclusions": "ไม่สร้างโลโก้ราชการปลอม"
  },
  "variants": [
    {
      "modelTarget": "gpt-image-2",
      "guidance": "สร้างภาพประชาสัมพันธ์ภาครัฐที่มีองค์ประกอบชัดเจน อ่านง่าย ใช้ visual hierarchy แข็งแรง สีสุภาพ และเหมาะกับการใช้งานจริง"
    },
    {
      "modelTarget": "nano-banana",
      "guidance": "สร้างภาพประชาสัมพันธ์ที่ดูสะอาด เป็นมิตร มีข้อความหลักอ่านง่าย และหลีกเลี่ยงตราหรือโลโก้ราชการปลอม"
    }
  ],
  "provenance": {
    "sourceType": "original",
    "previewGeneratedWith": "maintainer",
    "reviewedAt": "2026-06-19",
    "reviewer": "BC",
    "notes": "Created from local maintainer UI."
  }
}