Advanced Search
Search Results
41 total results found
Configuration and data models
VeloxFactory is built around a small set of interconnected models. Understanding them is the key to understanding everything else, from how reports are set up, to how renderings are stored, to how print jobs and mails are dispatched, to how recurring work is s...
Customer case studies
What customers built with VeloxFactory, and what it replaced.
Open Source Attribution
VeloxFactory and its companion Background Printing Service are built on open source software. We are grateful to the authors and contributors of the following packages. VeloxFactory Package License Description laravel/framework MIT The Laravel PHP framework ro...
Try it out
The demo instance gives you a fully functional VeloxFactory environment, pre-loaded with report templates and example data. Everything you can do in a production setup you can do here, with one exception: print tasks do not reach a real printer. Screenshot pla...
Get VeloxFactory
Interested in using VeloxFactory in your own environment? Get in touch, we'll figure out the right setup together. Contact Name Benjamin Fischer E-Mail bfischer@kiwi-software.dev Website www...
Administration
Running an instance: background processes, queues and maintenance.
Background Job Processing
VeloxFactory processes background work through a Redis-backed queue managed by Laravel Horizon: thumbnail generation, mail dispatch, and everything the Job Scheduler fires. Horizon runs as a single supervised process and manages its own worker pool internally,...
Article Label Printing at Scale
Overview A trading company with its own in-house logistics operation needed a fast, reliable way to generate article labels directly from their ERP data. Manual label creation had become a bottleneck as order volumes grew, and the team was looking for a soluti...
Bill of Materials Generation
Overview A manufacturing company needed a simple, reliable way to get printed bills of materials into the hands of their foremen at the start of each production run. Their existing process involved exporting data manually from their production system, which wa...
Integrations
Connecting VeloxFactory to other systems and to AI assistants.
AI MCP Server
VeloxFactory can be operated directly through an AI assistant. A dedicated MCP Server, available as an add-on for VeloxFactory customers, exposes report configs, rendering, print dispatching, mailing, recurring jobs and user administration through the Model Co...
PPWR Compliance Documents at Scale
Customer Zeller Present Handels GmbH Industry Home and lifestyle products: kitchen, table, home & living, bath, office, kids Project PPWR document generation with ERP integration Pr...
Project Examples
Typical VeloxFactory use cases from real-world projects.
Scan2Print: Printing labels by scanning
Scan2Print is a dedicated, mobile-optimized page for printing labels and documents straight from a barcode scan. It is built for handheld terminals (MDE) and smartphones, but works just as well on a desktop workstation with a USB scanner. Configure the station...
Printers: master data for your print targets
A print task needs to know where it should come out. That destination is a queue name on the print server: exact, unforgiving and easy to mistype, and a typo is only noticed when nothing comes out of the printer. Printers turn that string into master data: a s...
Mail your renderings
Sending rendered reports by mail: the mailing segment, mailers, mail templates and the mail queue.
Report Mailing: sending renderings by mail
A rendered report usually has somewhere to go: back to the caller as Base64 or as a URL, straight into a print task, or into the mailbox of whoever needs the document. Report Mailing is that last destination. A render request carries an optional mailing segme...
Mailers: master data for your SMTP accounts
A mail needs an account to go out through. Mailers are that account as master data: one record per SMTP mailbox or relay, with its host, its credentials, the address it sends from, and the limits your provider actually enforces. Every mail VeloxFactory sends g...