Stable
Built for daily production.
- 4,000+ labels per day at one customer, typically 800 ms from scan to label.
- Every render carries a trace id, with history, print and mail status.
- Queues with retries and rate limits, locks against double job runs.
- A lean stack without a JVM that runs on modest hardware, including single-board computers.
Easy to use
Upload a template. Parameters are detected. Done.
- The frontend and the API offer the same functions.
- .jrxml upload with automatic detection of parameters, fields and resources.
- Scan2Print: scan a barcode, get the label.
- Mailing and scheduling without code, including a cron builder with preview.
Easy to integrate
One HTTP call, one finished document.
- REST with a bearer token, one POST with a JSON body is enough.
- Data in the request as JSON or live from MySQL, MariaDB, PostgreSQL and SQL Server.
- An MCP server with 91 tools for AI assistants, API reference at /docs.
And also
- No lock-in: open components, standard .jrxml, runs on your own infrastructure.
- Runs where PHP runs.
- One contact person instead of a support portal.
- Grows with you: printing, mail and scheduling can be added later.
What VeloxFactory covers
Eight modules, one product. Pick one to see what it does.
Templates
Upload a .jrxml. Parameters, fields and resources are detected.
Rendering
One call returns the PDF, from the browser or the API.
Data
Send data in the request or read it live from SQL.
Print and Scan2Print
From scan to label at the printer.
Mailing
PDF and Excel by mail, with templates and a queue.
Scheduling
Recurring jobs by cron, every run logged.
History
Every render is traceable.
AI and MCP
Trigger documents from an assistant.
One call from any language
Any language that speaks HTTP works.
curl -X POST https://your-instance/api/v1/report-config/{name}/render \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"outputType":"base64","parameters":{"P_SCAN_EAN":"4006381333931"}}'
Who is behind it
VeloxFactory is built and maintained by kiwi software & consulting.