State of the Art Architecture
PrintPrice OS represents a fundamental paradigm shift in print manufacturing orchestration, moving the industry away from legacy manual estimating calculators toward a fully distributed, deterministic, and multi-layered production intelligence ecosystem.
By combining deterministic document analytics with automated routing heuristics, the platform ensures complete operational reliability from PDF analysis down to the final physical manufacturing step.
The Core Philosophy of Truth
At the heart of the PrintPrice OS architecture is a strict flow of validation and accountability across all system boundaries. Every architectural component has an explicit, decoupled responsibility to guarantee data consistency.
This operational integrity is encapsulated by our canonical truth assertion:
Engine produces truth. Service preserves truth. Worker executes and persists truth. BFF displays truth. ControlPlane governs truth.
Architectural Taxonomy
Traditional print workflow systems suffer from tight coupling, where file parsers, database records, background task loops, and frontend representations are intertwined. PrintPrice OS enforces clear separation:
graph TD
Engine[Preflight Engine<br/>'Produces Truth'] -->|Raw Telemetry| Service[Preflight Service<br/>'Preserves Truth']
Service -->|Queued Payload| Worker[Preflight Worker<br/>'Executes & Persists Truth']
Worker -->|Immutable Telemetry| BFF[BFF / App<br/>'Displays Truth']
Control[ControlPlane<br/>'Governs Truth'] -->|Active Governance| Service
Control -->|Queue Telemetry| Worker
- The Parsing Layer: Highly isolated, deterministic command-line engines designed to parse and extract metadata without external database dependencies.
- The REST/API Layer: High-throughput gateways designed to validate and persist ingestion schemas without running heavy computation.
- The Asynchronous Compute Layer: Scalable task workers operating on dedicated job queues, running heavy processing scripts, and persisting artifacts to long-term storage.
- The BFF / UI Layer: Dedicated presentation layers pulling direct states and exposing them to operators without mutating business logic.
- The Governance Layer: Administration portals monitoring queue health, executing administrative syncs, and enforcing authentication boundaries.
Production Isolation & Phase Statuses
To maintain absolute system safety, features and metrics are strictly classified into clear stages of maturity.
1. Validated in Production (Phase 35.5 Status)
The following capabilities are production validated:
- Five-Layer Diagnostic Flow: Verification of preflight parsing, database serialization, asynchronous queue execution, and UI telemetry representation.
- Graceful Engine Degradation: The preflight parser isolates external tool failures, degrading to partial extraction modes without failing the execution context.
- Security Decoupling: Isolation of administrative gateway credentials from client-facing API channels.
2. Implemented but Active Watchpoint
The following systems are running in production but require operations monitoring:
- Autofix CPU load and storage write latency: Autofix CPU load and storage write latency remain operational watchpoints to measure under production load.
3. Next Phase (Phase 36 Preview - Future Design)
The following features represent future design blueprints scheduled to begin after the Phase 35.5 production freeze. No invoice, payment, MES, or automatic production-routing behavior is considered production-complete:
- Order Intake File Governance: Dynamically rejecting order flows before worker ingestion based on preflight contract warnings.
- Policy-Enforced Auto-Routing: Automatic routing rejection of orders violating print network partner constraints.