Public blueprints
Use ready-made invoice and document templates to get started fast.
Generate PDFs from JSON
Submit structured business data, let JayCode execute your blueprint logic, and receive a signed PDF URL when rendering completes.
This model is ideal for invoices, contracts, reports, certificates, and other business documents that need logic, formatting, and reliable delivery.
Use ready-made invoice and document templates to get started fast.
Define layout, conditions, calculations, and branded assets in reusable templates.
Send data once and fetch a signed file URL when the render is ready.
{
"blueprint": "public/stripe-style-invoice",
"vars": {
"invoiceNumber": "INV-0042",
"customer": { "name": "Acme Inc.", "email": "billing@acme.test" },
"items": [{ "description": "Pro plan", "quantity": 1, "unitPrice": 199.99 }],
"currency": "USD"
}
}
Yes. JayCode accepts structured JSON data and renders it with a blueprint into a final PDF.
No. Start with a public blueprint or customize one for your branding and business rules.
Invoices, contracts, certificates, reports, delivery notes, and more.
Yes. Upload brand assets once and reuse them across generated documents.
Use the returned webhook and signed URL to download the completed document.