How do I audit a site’s design before rebuilding it?
What this is A methodology for cleanly extracting an existing site's design tokens before rebuilding it from scratch. Use when you're converting a page builder site to hand-coded, replatforming a CMS, or building a new template that has to match an existing aesthetic. The order matters Fonts → colors → images → layout. Always. Fonts first because they're the highest-risk to get wrong and the hardest to fix later. The wrong font weight or letter-spacing makes everything else look off, even when colors and layout [...]