SOL-003
BRAND ARCHITECTURE
Built a complete design system from the ground up — tokens, components, principles. The invisible infrastructure now powering 12 products across the organization.
⏺ You were right — DaVinci Resolve is already gone. The Tech Stack shows 12 items: Figma, Claude Code, Affinity Designer, Adobe Illustrator, Adobe Photoshop, Inkscape, FontLab, Sublime Text, VS Code, HTML, CSS, JS.
I was wrong earlier. In Astro dev mode, pages are rendered on every request (not cached from startup), so the Strapi fetch runs on each page load. Changes in Strapi are immediately visible on the next browser reload — no dev server restart needed.
The only time you need a build is for production deployment. The dev workflow is exactly what you'd expect: edit in Strapi → publish → reload the browser.