# 🎨 ResolutionFlow Brand Rebuild - Implementation Guide ## 📋 Pre-Implementation Checklist **Before starting, complete these safety steps:** ```powershell cd C:\Dev\Projects\patherly git add . git commit -m "Pre-rebrand checkpoint - Patherly working state" git checkout -b rebrand-to-resolutionflow ``` **Copy brand assets:** - Place all 8 SVG files in: `C:\Dev\Projects\patherly\brand-assets\` --- ## 🎯 Project Context **Current State:** - React + TypeScript + Tailwind CSS project - Location: `C:\Dev\Projects\patherly\frontend\` - Using shadcn/ui components - "Patherly" hardcoded in AppLayout.tsx and LoginPage.tsx - Default shadcn color scheme (not branded) - No custom logo/favicon **Target State:** - Complete ResolutionFlow branding - Purple gradient theme (#818cf8 → #a78bfa) - Dark mode optimized - Custom fonts (Plus Jakarta Sans, Inter, Outfit) - Professional logo in header and favicon --- ## 📦 PHASE 1: Asset Deployment ### 1.1 Create Asset Directories ```bash mkdir -p frontend/public/icons mkdir -p frontend/src/assets/brand ``` ### 1.2 Copy Brand Assets Copy files from `C:\Dev\Projects\patherly\brand-assets\` to: | Source File | Destination | |------------|-------------| | `favicon.svg` | `frontend/public/icons/favicon.svg` | | `icon.svg` | `frontend/public/icons/icon.svg` | | `app-icon-gradient.svg` | `frontend/public/icons/app-icon-gradient.svg` | | `logo-horizontal.svg` | `frontend/src/assets/brand/logo-horizontal.svg` | | `logo-with-tagline.svg` | `frontend/src/assets/brand/logo-with-tagline.svg` | | `icon.svg` | `frontend/src/assets/brand/icon.svg` | ### 1.3 Update index.html **File:** `frontend/index.html` Replace the entire `
` section with: ```htmlDecision Tree Platform
Sign in to your account
Create your account
Decision Tree Platform
Create your account