Feedback reports

Feedback summary

Turn customer conversations into one clear report with themes and next steps.

File types
PDF
Size
A4 PDF
Use case
Feedback reports
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Instrument Sans and JetBrains Mono fonts, original graphic marks, and fictional sample names.
A white feedback readout with a pink label and a dark navy pill reading 12 conversations, a bold navy headline People want to see the class fill up before they book, and three white theme cards with pink left borders.
feedback-summary/template.html

About this design

What you can make with it.

Teams write this after interviews or a survey. It shows how many people took part, one headline finding, and a few themes each backed by a quote, plus what to keep and what to change. Swap in the themes and quotes for every round of feedback you review.

Your details

What you can change.

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

  1. Project nameA short text.
  2. PeriodA short text.
  3. Source countA short text.
  4. HeadlineA short text.
  5. ThemesA list of items. Each item has theme, signal and quote.
  6. WinsA short text.
  7. ImprovementsA short text.
  8. Next actionA short text.
  9. OwnerA short text.
  10. FooterA short text.
Sample data
{
  "project_name": "Studio class booking",
  "period": "October 2026 · first 10 days",
  "source_count": "12 conversations",
  "headline": "People want to see the class fill up before they book.",
  "themes": [
    {
      "theme": "Live class spaces",
      "signal": "Asked in 9 of 12 interviews",
      "quote": "I want to see how many spots are left before I book my mat."
    },
    {
      "theme": "One-tap rebooking",
      "signal": "Repeated by regular members",
      "quote": "Let me book my usual Tuesday class without typing it all again."
    },
    {
      "theme": "Clear cancellation rules",
      "signal": "Strong follow-up ask",
      "quote": "Tell me the cut-off time right on the booking screen."
    }
  ],
  "wins": "The instructor bios and studio photos help people choose the right class.",
  "improvements": "Show the live spot count higher up, before the class description.",
  "next_action": "Test a simplified booking button with our Tuesday and Thursday members.",
  "owner": "Priya Anand, Studio Manager",
  "footer": "Notes from member interviews at Bloom Yoga Studio, October 2026."
}

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/pdf \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: feedback-summary-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"project_name":"Studio class booking","period":"October 2026 · first 10 days","source_count":"12 conversations","headline":"People want to see the class fill up before they book.","themes":[{"theme":"Live class spaces","signal":"Asked in 9 of 12 interviews","quote":"I want to see how many spots are left before I book my mat."},{"theme":"One-tap rebooking","signal":"Repeated by regular members","quote":"Let me book my usual Tuesday class without typing it all again."},{"theme":"Clear cancellation rules","signal":"Strong follow-up ask","quote":"Tell me the cut-off time right on the booking screen."}],"wins":"The instructor bios and studio photos help people choose the right class.","improvements":"Show the live spot count higher up, before the class description.","next_action":"Test a simplified booking button with our Tuesday and Thursday members.","owner":"Priya Anand, Studio Manager","footer":"Notes from member interviews at Bloom Yoga Studio, October 2026."}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "feedback-summary-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "project_name": "Studio class booking",
          "period": "October 2026 · first 10 days",
          "source_count": "12 conversations",
          "headline": "People want to see the class fill up before they book.",
          "themes": [
            {
              "theme": "Live class spaces",
              "signal": "Asked in 9 of 12 interviews",
              "quote": "I want to see how many spots are left before I book my mat."
            },
            {
              "theme": "One-tap rebooking",
              "signal": "Repeated by regular members",
              "quote": "Let me book my usual Tuesday class without typing it all again."
            },
            {
              "theme": "Clear cancellation rules",
              "signal": "Strong follow-up ask",
              "quote": "Tell me the cut-off time right on the booking screen."
            }
          ],
          "wins": "The instructor bios and studio photos help people choose the right class.",
          "improvements": "Show the live spot count higher up, before the class description.",
          "next_action": "Test a simplified booking button with our Tuesday and Thursday members.",
          "owner": "Priya Anand, Studio Manager",
          "footer": "Notes from member interviews at Bloom Yoga Studio, October 2026."
        }
      }
    }
  }
}

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.