Build document workflows
for developers and their teams

Design templates visually, generate documents via a single API call, and automate your entire PDF workflow. Built for developers who ship fast.

No credit card required · First 500 renders free · Custom pricing available

Works with your stack

N

Next.js

React framework

N

Node.js

JavaScript

P

Python

Django / FastAPI

G

Go

net/http

R

Ruby

Rails / Sinatra

P

PHP

Laravel

Templar — Template Editor
Invoice v3

What Templar does

01

Let AI write
your templates.

Describe the document you need in plain English. Templar's AI generates a fully functional HTML template with layout, dynamic fields, and styling ready to use in seconds.

  • Natural language to template
  • Auto-detects dynamic fields
  • Editable in the HTML editor
  • One-click API deploy
AI Template Generator
YouCreate a professional invoice template with line items, tax calculation, and a payment due section. Use a minimal clean design.
Templar AITemplate generated. 3 dynamic zones, 8 fields detected, payment section added. Ready to preview.
02

Write templates
the way you know HTML.

A code-first HTML template editor with live preview. Write standard HTML and CSS, use dynamic variables, and see your PDF render in real time no visual canvas, just clean code.

  • HTML & CSS template editor
  • Real-time PDF preview
  • Dynamic variable injection
  • Custom font uploads
Template Editor
<div class="invoice">
  <header>
    <h1>Invoice {{invoice_no}}</h1>
    <p class="client">{{client_name}}</p>
  </header>

  <table class="line-items">
    {{#each items}}
    <tr>
      <td>{{description}}</td>
      <td>{{amount}}</td>
    </tr>
    {{/each}}
  </table>

  <footer>
    <strong>Total: {{total}}</strong>
  </footer>
</div>
03

Integrate with
a single API call.

REST API or SDK — your choice. Pass your data as JSON, receive a signed PDF URL in milliseconds. Works with every language and framework.

  • TypeScript, Python, Go, Ruby SDKs
  • OpenAPI spec included
  • Signed URLs with expiry
  • Webhooks on completion
generate.ts
const res = await fetch("https://templar.odysii.in/api/generate", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
  },
  body: JSON.stringify({
    template: "tmpl_invoice_v3",
    data: {
      invoice_no: "INV-2024-099",
      client:     "Acme Corp",
      amount:     4200,
      due_date:   "2024-12-31",
    },
  }),
});

const { url } = await res.json();

// → https://cdn.templarapp.com/pdfs/...
// signed URL, ready to serve — 241ms

Testimonials

Loved by teams building real products.

Templar cut our invoice generation time from 2 days to 20 minutes. The API is exactly what we needed.

Sarah Chen

CTO at Invoya

The template designer is shockingly good. Our non-technical team uses it daily. Zero code required.

Marcus Webb

Head of Product at Papertrail

Sub-500ms PDF generation across 50,000 daily documents. The reliability is exceptional.

Priya Nair

Engineering Lead at Docvault

We replaced a fragile in-house Puppeteer setup with Templar in a weekend. Never looked back.

James Okafor

Founder at Astra Finance

AI template generation alone is worth the price. Described our report and got a working template in 30 seconds.

Lena Hoffmann

Product Manager at Flowly

Best developer experience of any API I've used. SDKs are clean, docs are great, support is fast.

Tom Ruiz

Backend Engineer at Pulsar

Pricing

Start free, scale on your terms.

Ship with included credits and the full API. Need higher volume, SLAs, or a custom setup? Tell us about your workload and we'll send a quote.

Free

₹0

Everything you need to integrate and generate real PDFs.

  • First 500 renders included
  • Visual template editor + AI assist
  • REST render API
  • Logs and hosted output links
Get started free
Volume & teams

Custom

Let's talk

Higher monthly renders, priority support, compliance, or dedicated infrastructure — we'll tailor a plan.

Account

Rough order of magnitude is fine.

Templates, integrations, or volume constraints help us quote accurately.

Start generating
perfect PDFs today.

Join thousands of developers using Templar to automate document workflows. Free to start, no credit card required.