Shablonix
Template Showcase

Beautiful documents.
Built in minutes.

From invoices to reports, see what Shablonix can produce. Every template below was designed in our editor — with live data bindings and one-click PDF export.

Gallery

Invoice Templates

Professional designs with dynamic Handlebars data bindings. Every field updates automatically from your API data.

The Editor

Design visually. Export perfectly.

A full-featured template editor with drag-and-drop components, live data preview, and instant PDF generation. Works in light and dark mode.

Visual Editor — Light Mode
Shablonix visual editor in light mode
Visual Editor — Dark Mode
Shablonix visual editor in dark mode

Capabilities

Everything under one roof

A complete document generation platform — from visual design to API-driven production.

Visual Drag-and-Drop Editor

Build templates with the Shablonix visual editor. Arrange components, set styles, and preview changes in real time — no code required.

Reusable Chunks & Data Bindings

Compose layouts from reusable HTML chunks and bind live data with expression syntax, formatters, and custom helper functions.

Pixel-Perfect PDF Generation

Generate production-ready PDFs via API or one click. Puppeteer-powered rendering ensures your documents look exactly like the editor preview.

Dynamic Data Bindings

Use {{path}} expressions to inject data into any field. Supports formatters like currency, date, and uppercase — plus custom helpers.

AI-Assisted Drafting

Use your own cloud AI provider key to plan template changes, draft new sections, and speed up visual document building inside the editor.

Live Preview & Version History

Every change shows instantly, autosave keeps the working draft current, and version history lets you restore one of the last 10 snapshots.

How it works

Dynamic data.
Zero friction.

Write {{customer.name}} in your template. Send JSON data via API. The document fills itself. Supports nested paths, arrays, and formatters like {{amount | currency("EUR")}}.

  • Handlebars-style expressions in any text field
  • Built-in formatters: currency, date, uppercase, round
  • Autocomplete suggestions from your sample data
  • Custom helper functions for advanced logic
  • Indexed array access for line items
// Template source (Typst)
#text(fill: white, "{{company.name}}")
#text("{{customer.name}}")
#text("{{totals.grandTotal | currency('EUR')}}")
// API request
POST /templates/:id/pdf
{
"data": {
"company": { "name": "Acme Ltd" },
"customer": { "name": "John Doe" },
"totals": { "grandTotal": 3163.05 }
}
}
// Result: pixel-perfect PDF
invoice.pdf (A4, 1 page)

Start building documents today

Design in the visual editor or write code. Generate PDFs via API. 500-document trial — no credit card required.