The build started where it always starts: with the process, not the software. All main entities and functions were defined and mapped before a single field was created.
The architecture is built around a five-phase pipeline with logic-enforced gate transitions. No phase advances without a deliberate, documented data-driven decision. Below is the infrastructure as built.
- The Simultaneous Entity Initializer: A single button click at the start of each research cycle creates three interrelated records — a Research record, an SKU record, and a Keyword record — all linked in the backend from the moment of creation. This eliminates the manual work of setting up a new pipeline entry and ensures structural integrity from Phase 1 onward.
- The Phase Gate Logic: Each of the five phases ends with an explicit go/no-go decision point. To advance, the operator must take a specific action — selecting a quote, logging a reason, marking a prototype — which the system uses as the trigger for phase transition. If the required conditions are not met and a record is moved manually, the system detects it and reverts the pipeline status automatically. The pipeline enforces its own rules.
- The Integrated Profit Calculator: Active from Phase 1, not just at the point of order. The calculator supports multiple quote-based scenarios simultaneously, produces six profitability projections (two storage duration categories across three sales-mix scenarios), and calculates projected breakeven time and first-batch ROI. By the time a team reaches Phase 3, they have already stress-tested the unit economics from multiple angles.
- The Supplier & Quote Topology: Suppliers exist as their own database entity — accessible both through individual research records and as a standalone unified directory. Each supplier record carries its own form, with dynamic URL parameters that automatically attribute supplier responses to the correct research record. No manual matching. No attribution errors.
- The Product Blueprint (Management View): A read-only, color-coded consolidated view of all data across all phases for a given SKU. Built specifically for the people making go/no-go decisions, not the researchers populating the data. Each section is color-coded for navigation. All supplier selections, chosen quotes, prototype evaluations, and profit calculations are surfaced in one layout without requiring the decision-maker to move between places.
- The Order Entity: Orders are a structurally separate entity from Research and SKU records — with their own payment tracker, penalties tracker, production progress stages, and per-variant line-item breakdown. Sample costs logged during Phase 3 are automatically transferred into the order and subtracted from the total. Reorders flow through a dedicated orders interface rather than re-entering the main pipeline, keeping the five-phase view clean.
- The Analysis & Archive Layer: The system captures the full data trail of every SKU — both those that advance through the pipeline and those that are disqualified at a gate. Successful SKUs carry a complete record: every phase decision, every quote comparison, every prototype evaluation, and every first-batch performance metric. This creates a compounding operational dataset. Over time, patterns emerge — which supplier profiles correlate with stronger unit economics, which prototype signals predict post-launch performance, which market conditions led to the best decisions. No-go SKUs are archived in structured format as well, making every rejected product a documented reference point rather than a lost effort.