Shablonix
Template Showcase

Beautiful documents.
Built in minutes.

See examples of production-ready PDFs, then explore the visual workflow for creating data-driven templates and generating them through the API.

Gallery

Invoice Templates

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

Atoms on the left. The page in the middle.

Format inserts currency and dates at the caret. Inspect is the selected block. Live sample-data preview on the canvas. Light and dark chrome.

editor.shablonix.online · light
Shablonix visual editor in light mode
editor.shablonix.online · dark
Shablonix visual editor in dark mode

Editor, generate, usage.

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 built-in utility 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 built-in utils.

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
  • Built-in utils for formatting, math, and conditional logic
  • Indexed array access for line items
// Fields configured in the visual editor
Company {{company.name}}
Customer {{customer.name}}
Total {{totals.grandTotal | currency('EUR')}}
// API request
POST /v1/generate
{
"template_id": "invoice-template",
"format": "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 and generate PDFs through the API. 100-document trial — no credit card required.