Partnership proposals

Sponsorship proposal

Show a sponsor the opportunity, the levels, and the next step to say yes.

File types
PDF
Size
A4 PDF
Use case
Partnership proposals
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Bebas Neue font, original graphic marks, and fictional sample names.
A portrait A4 proposal with a dark navy header, the cream title Light up the harbour road, an orange dashed LSF badge, navy opportunity and activation boxes, an orange partnership levels table, and a solid orange Next step button.
sponsorship-proposal/template.html

About this design

What you can make with it.

Organisers send this after a first conversation with a potential sponsor. It sets out the ask, the audience, how the sponsor will appear, and a table of levels with their cost and benefits. Change the ask, levels, and contact for every partner you approach.

Your details

What you can change.

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

  1. Organization nameA short text.
  2. Proposal titleA short text.
  3. Prepared forA short text.
  4. Prepared onA short text.
  5. AskA longer text with more than one line.
  6. AudienceA longer text with more than one line.
  7. ActivationA longer text with more than one line.
  8. PackagesA list of items. Each item has name, investment and benefits.
  9. Next stepA short text.
  10. ContactA longer text with more than one line.
  11. FooterA short text.
Sample data
{
  "organization_name": "Lantern Street Festival",
  "proposal_title": "Light up the harbour road",
  "prepared_for": "Kestrel Bicycle Works",
  "prepared_on": "2026-09-12",
  "ask": "Help us close the harbour road for one night and fill it with a thousand paper lanterns.",
  "audience": "Families, night-market regulars, and cyclists from every street within twenty minutes of the harbour.",
  "activation": "Your name on the route map, a branded rest stop, and a short welcome before the lantern walk begins.",
  "packages": [
    {
      "name": "Beacon",
      "investment": "£6,000",
      "benefits": "Headline partner · stage naming rights · ten route passes · a branded rest stop"
    },
    {
      "name": "Lantern",
      "investment": "£3,000",
      "benefits": "Route partner · rest stop branding · six route passes · programme listing"
    },
    {
      "name": "Spark",
      "investment": "£1,200",
      "benefits": "Community supporter · programme credit · two route passes for the walk"
    },
    {
      "name": "Glow",
      "investment": "£500",
      "benefits": "Friend of the festival · name on the thank-you lantern at the finish"
    }
  ],
  "next_step": "Choose a level and meet the festival team this month.",
  "contact": "Robin Achebe\npartners@lanternstreet.example",
  "footer": "Partnership proposal · Confirm benefits and terms before signing."
}

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: sponsorship-proposal-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"organization_name":"Lantern Street Festival","proposal_title":"Light up the harbour road","prepared_for":"Kestrel Bicycle Works","prepared_on":"2026-09-12","ask":"Help us close the harbour road for one night and fill it with a thousand paper lanterns.","audience":"Families, night-market regulars, and cyclists from every street within twenty minutes of the harbour.","activation":"Your name on the route map, a branded rest stop, and a short welcome before the lantern walk begins.","packages":[{"name":"Beacon","investment":"£6,000","benefits":"Headline partner · stage naming rights · ten route passes · a branded rest stop"},{"name":"Lantern","investment":"£3,000","benefits":"Route partner · rest stop branding · six route passes · programme listing"},{"name":"Spark","investment":"£1,200","benefits":"Community supporter · programme credit · two route passes for the walk"},{"name":"Glow","investment":"£500","benefits":"Friend of the festival · name on the thank-you lantern at the finish"}],"next_step":"Choose a level and meet the festival team this month.","contact":"Robin Achebe\npartners@lanternstreet.example","footer":"Partnership proposal · Confirm benefits and terms before signing."}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "pdf",
      "idempotency_key": "sponsorship-proposal-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "organization_name": "Lantern Street Festival",
          "proposal_title": "Light up the harbour road",
          "prepared_for": "Kestrel Bicycle Works",
          "prepared_on": "2026-09-12",
          "ask": "Help us close the harbour road for one night and fill it with a thousand paper lanterns.",
          "audience": "Families, night-market regulars, and cyclists from every street within twenty minutes of the harbour.",
          "activation": "Your name on the route map, a branded rest stop, and a short welcome before the lantern walk begins.",
          "packages": [
            {
              "name": "Beacon",
              "investment": "£6,000",
              "benefits": "Headline partner · stage naming rights · ten route passes · a branded rest stop"
            },
            {
              "name": "Lantern",
              "investment": "£3,000",
              "benefits": "Route partner · rest stop branding · six route passes · programme listing"
            },
            {
              "name": "Spark",
              "investment": "£1,200",
              "benefits": "Community supporter · programme credit · two route passes for the walk"
            },
            {
              "name": "Glow",
              "investment": "£500",
              "benefits": "Friend of the festival · name on the thank-you lantern at the finish"
            }
          ],
          "next_step": "Choose a level and meet the festival team this month.",
          "contact": "Robin Achebe\npartners@lanternstreet.example",
          "footer": "Partnership proposal · Confirm benefits and terms before signing."
        }
      }
    }
  }
}

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.