DocMake
Meeting Minutes template rendered to PDF by the DocMake engine

This preview is a real PDF render produced by the DocMake engine from the sample data on this page.

Operations

Meeting Minutes

Minutes people actually read: topics and notes side by side, decisions pulled out on their own, and an action table that makes ownership explicit.

Send the same data to DOCX for the archive and PDF for the follow-up email.

Fill-in fields

meeting_title Meeting
meeting_date Date
facilitator Facilitator
attendees Attendees
decisions Decisions
actions[] Repeating list - rows expand automatically for each item

The data behind the preview

This is the exact JSON that produced the document above. Change the values, POST it to the render API, and you get your version back as DOCX or PDF. Lists grow and shrink with your data; the layout adapts.

  1. 01 Sign up free and duplicate this template into your workspace.
  2. 02 Adjust the wording and branding in the visual editor.
  3. 03 Fill it in the app, share it as a form link, or render it with the API.
sample-data.json
{
  "meeting_title": "Weekly product sync",
  "meeting_date": "August 8, 2026",
  "facilitator": "Alex Carter",
  "attendees": "Alex Carter, Dana Kovacs, Sam Chen, Jamie Rivera",
  "topics": [
    {
      "topic": "Launch readiness",
      "notes": "Checklist reviewed; two items remain open."
    },
    {
      "topic": "Customer feedback",
      "notes": "Three interviews summarized; export requests keep coming up."
    },
    {
      "topic": "Hiring",
      "notes": "Designer offer accepted, starts September 1."
    }
  ],
  "decisions": "Ship Friday if QA passes. Prioritize the export feature for the next cycle.",
  "actions": [
    {
      "action": "Finish QA pass",
      "owner": "Sam Chen",
      "due": "August 11"
    },
    {
      "action": "Draft export feature spec",
      "owner": "Jamie Rivera",
      "due": "August 14"
    },
    {
      "action": "Send launch note to customers",
      "owner": "Dana Kovacs",
      "due": "August 15"
    }
  ]
}

More operations templates