Shablonix
Features

Everything you need to generate documents

Built for developers, loved by businesses. Our platform provides all the tools you need to create stunning documents at any scale.

Core Features

Powerful features for every need

From simple invoices to complex reports, our platform handles it all with ease and reliability.

Document Generation

Generate documents in PDF, PNG, and HTML formats via our REST API. Perfect for invoices, reports, certificates, and any automated document workflow.

  • High-quality PDF rendering
  • PNG image export
  • HTML output
  • Consistent formatting

Visual Template Editor

Design templates with our intuitive visual editor. Drag-and-drop components to create beautiful documents without writing code.

  • Drag-and-drop interface
  • Real-time preview
  • Pre-built components
  • No coding required

AI-Assisted Template Building

Use your own cloud AI provider key to draft reusable sections, plan template changes, and accelerate visual editing without exposing a public AI API.

  • Bring your own provider key
  • Template and chunk drafting
  • Editor-only AI workflows
  • Internal server-side prompting

REST API with Authentication

Simple REST API with API key authentication. Generate documents programmatically from any application or service.

  • RESTful endpoints
  • API key authentication
  • JSON data input
  • Clear documentation

Custom White-Label Website Programs

Use Shablonix as the internal design and publishing layer for marketplaces, restaurant websites, and other white-label digital products while your own app controls runtime rendering. This is handled as a custom commercial offer, not a default self-serve feature.

  • Published website bundles
  • Per-client catalog scoping
  • Server-to-server consumption
  • No generic editor access for end users

Usage Tracking & Billing

Monitor your document generation with built-in usage tracking. Pay only for what you use with transparent usage-based billing.

  • Real-time usage stats
  • Monthly document limits
  • Overage pricing
  • Usage dashboard

Webhook Support

Get notified when async document generation completes. Configure webhooks to integrate with your existing workflows.

  • Async generation
  • Event notifications
  • Custom webhook URLs
  • Retry on failure

Version History & Restore

Autosave keeps the working draft current while template snapshots give your team safe restore points before risky changes.

  • Up to 10 recent snapshots
  • Restore checkpoints
  • Manual save points
  • Safe editor experimentation
Developer Experience

Simple, powerful API

Generate documents with just a few lines of code. Our REST API is designed to be intuitive and easy to integrate into any application.

RESTful API

Simple HTTP endpoints with JSON payloads

Official SDKs

Node.js, Python, Ruby, Go, PHP, and more

Global Edge Network

Low latency from anywhere in the world

generate-invoice.js
// Generate a PDF document via REST API
const response = await fetch('https://api.shablonix.com/v1/generate', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-API-Key': 'your_api_key'
  },
  body: JSON.stringify({
    templateId: 'invoice-template-id',
    format: 'pdf',  // or 'png', 'html'
    data: {
      customer: {
        name: 'Acme Corp',
        email: 'billing@acme.com'
      },
      items: [
        { description: 'Pro Plan', quantity: 1, price: 79.00 }
      ],
      total: 79.00,
      dueDate: '2024-02-15'
    }
  })
});

const result = await response.json();
console.log(result.documentUrl);

Invoice

Contract

Report

Certificate

Visual Editor

Visual drag-and-drop template editor

Design templates visually with our drag-and-drop editor. No coding required. Create professional documents in minutes.

  • Drag-and-drop components
  • Real-time preview
  • Dynamic data placeholders
  • Custom styling options
  • Responsive layouts
  • Export to PDF, PNG, or HTML
Try the Editor
Technical Features

Built for developers

Everything you need to integrate document generation into your application.

REST API

Simple REST API with JSON payloads. Authenticate with API keys to generate documents programmatically.

API Key Authentication

Secure your API access with API keys. Generate and manage keys from your dashboard.

Real-time Preview

See your documents update in real-time as you edit templates. What you see is what you get.

AI in the Editor

Bootstrap templates, draft new sections, and iterate faster with AI controls that stay inside the visual editor.

Webhooks

Get notified when async document generation completes. Configure webhook URLs for event notifications.

Batch Processing

Generate up to 100 documents in a single API call. Perfect for bulk invoice or certificate generation.

Usage Tracking

Monitor your document generation with real-time usage statistics. Track against your monthly limits.

PDF Output

Generate high-quality PDF documents. Perfect for invoices, contracts, and official documents.

PNG Output

Export documents as PNG images. Ideal for social media graphics, certificates, and previews.

HTML Output

Generate HTML documents for email templates, web content, or further processing.

Ready to get started?

Start generating documents in minutes. No credit card required.