Competitor Capture
Stage 2 is the first fully automated step. Reckoneer launches a headless browser, navigates to the competitor URL, and systematically captures everything needed to understand the design.
Capture includes: full-page screenshots at desktop and mobile viewports, raw HTML of key page sections, computed CSS for structural elements, color values extracted from rendered output, font families and sizes in use, spacing patterns, and layout structure.
All captured data is stored in the run record. A NICHE-BRIEF.md is written to the docs folder summarizing what was found. The run advances to Stage 3.
A web browser that runs without a visible graphical interface. Used by Reckoneer to programmatically visit competitor sites, render JavaScript, and capture the fully-rendered page as a real browser would show it.
The atomic values that define a visual design system: specific color hex codes, font names and sizes, spacing values, border radii, shadow definitions. Extracted from the competitor site and used to inform the generated theme.
The final CSS values applied to an element after all stylesheets, inheritance, and browser defaults are resolved. Unlike raw CSS files (which may use variables or overrides), computed CSS is the actual pixel value the browser uses.