Personalized invitations, one template, every guest
An invitation with the guest's name converts better than "Dear attendee". Rendry renders a personalized invite per guest from one template: {guest_name}, {seat}, {date}, a unique QR code for check-in; straight from your guest list to finished PNGs. Wire it to a form, a CRM segment or hand the list to your AI agent.
For paid events, the ticket template adds a scannable barcode (Code128/EAN-13) per attendee; validation happens at render time, so a broken code never ships.
Start free; 100 renders/month · Documentation
Why teams and agents use it
- Per-guest QR & barcodes. Unique check-in codes as native layers; dynamic content, validated formats, scannable at print size.
- From list to PNGs. render_batch turns rows of guests into files with per-guest filenames (invite-ada.png); up to 10 per call.
- Elegant by template. Mesh gradients, gold frames, display fonts; the design is locked once; personalization cannot break it.
- Agent-friendly. Tell your agent "invite these 40 people to the launch party"; it designs the invite, loops the list and returns the files.
Ready-made templates for this
- Webinar Invite: 1200x628 webinar card. Deep blue mesh, gradient topic, speaker avatar circle, yellow date plate, lime FREE chip. Mood: professional but friendly. Use for: webinars, streams, meetups. (1200x628)
- Event Poster: 1080x1350 night event poster. Neon violet-magenta-cyan mesh + heavy grain, glowing gradient title, line-up list, date chip. Mood: rave neon. Use for: parties, concerts, club nights. (1080x1350)
- Event Ticket with Barcode: Event ticket with barcode, seat and date fields. Use for: tickets and passes. (1200x500)
- Conference Badge: Attendee badge with name, role and company. Use for: conferences and meetups. (600x900)
- Gift Certificate: Gift certificate with amount and code. Use for: gift cards. (1200x500)
Built for AI agents, not just humans
Rendry ships a native remote MCP server (https://rendry.io/api/v1/mcp) with 25 tools. Your agent designs templates from raw JSON DSL, previews them for free, then renders batches. Full control over every pixel stays with the agent, while a human can always open the same template in the visual editor and adjust it. No headless browser, no screenshot hacks, no glue code.
Machine-readable: llms.txt · llms-full.txt · openapi.json · mcp.json
Frequently asked questions
- Can each invitation have a unique QR code?
- Yes: QR content is a {variable}: pass a per-guest check-in URL or token and each render embeds its own scannable code.
- Can I print the invitations?
- Templates render exact-size PNG up to 4096×4096 px; set the canvas to your print dimensions at 300 DPI equivalent and the output is print-ready.
- How do I send them?
- Rendry returns hosted image URLs; drop them into your email tool, messenger bot or event platform. The async API with webhooks fits mail-merge pipelines.