HomeDocsAddons › Print Preflight

Print Preflight

$12–$15  DPI, bleed, safe-zone, and contrast checks in the designer, admin, and export gates.

Standard — Signed, install-ready ZIP. Installs and updates through the in-app addon marketplace. + Source Access — Everything in Standard, plus full TypeScript/Vue source, sourcemaps, and build tooling (npm ci && npm run build) so you can customize it yourself. Unsigned — install manually, not through the in-app marketplace installer. Same license key as Standard.

SCREENSHOT PLACEHOLDER
Screenshot: Print Preflight in the Veyo designer

What it does

Print Preflight runs automated production-readiness checks — minimum DPI, bleed, safe zones, exclusion zones, minimum text size, and garment-color contrast — surfaced live while the customer designs, reviewable in the admin, and enforced as server-side gates before export and before add-to-cart.

It's bundled and enabled by default, extracted from the core plugin as its own addon purely for architectural consistency — there's no behavior change from what shops already experience, just a cleanly separated component.

How to enable

  1. Already included

    Print Preflight ships enabled by default with the core plugin — there's nothing to buy or install separately.

  2. Upload it in the Veyo Apps screen

    In WordPress admin, open Veyo → Apps and upload the ZIP. Veyo verifies the package and installs it.

  3. Enable it

    Confirm it's enabled from Veyo → Apps, then tune thresholds (minimum DPI, bleed, safe zones) from its settings if your shop needs different defaults.

How to use it

  1. Customer designs as usual

    Live warnings appear directly in the designer if an element is below the minimum DPI, too close to the bleed or safe zone, or too small to print legibly.

  2. Review in the admin

    Order and design views in the admin show the same preflight results, so you can catch issues before sending a file to production.

  3. Server-side gate

    Even if a warning is ignored, export and add-to-cart are gated server-side against your configured minimums — nothing that fails preflight silently makes it to print.

FAQ

Can I change the minimum DPI or bleed requirements?

Yes, thresholds are configurable from the addon's settings to match your printer's requirements.

Can a customer bypass a preflight failure?

No — the export and cart gates are enforced server-side, not just shown as a warning in the browser.