# InspectMind AI Brand Identity A complete profile of **InspectMind AI**'s visual system — colors, typography, components, and personality — extracted from https://www.inspectmind.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/inspectmind-ai - Machine-readable JSON: https://characterquilt.com/branding/inspectmind-ai.json - Per-page llms.txt: https://characterquilt.com/branding/inspectmind-ai/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #059669 | | Accent | #059669 | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #059669 - secondary: #047857 - accent: #059669 - background: #FFFFFF - textPrimary: #0F172A - link: #0F172A ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://www.inspectmind.ai/icon.png - Favicon: https://www.inspectmind.ai/icon.png - Social card (og:image): https://www.inspectmind.ai/checker-workspace-ui.png ## UI Components - input: background=#FFFFFF, textColor=#0F172A, borderColor=#E2E8F0, borderRadius=10px, shadow=none - buttonPrimary: background=#059669, textColor=#FFFFFF, borderRadius=10px, shadow=none - buttonSecondary: background=#0F172A, textColor=#FFFFFF, borderRadius=12px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: construction and engineering professionals ## InspectMind AI Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **AI Plan Review Case Studies | InspectMind AI** - Image: https://i.ytimg.com/vi/urNIghq-RAU/maxresdefault.jpg - Source: https://www.inspectmind.ai/case-studies - **AI Plan Review for Architects & Engineers | Cleaner Permits** - Image: https://www.inspectmind.ai/logos/customers/adobeinc_logo.jpg?v=2 - Source: https://www.inspectmind.ai/solutions/architects-engineers - **AI Plan Review Case Studies | InspectMind AI** - Image: https://www.inspectmind.ai/logos/customers/alffl_logo.png?v=2 - Source: https://www.inspectmind.ai/case-studies - **Privacy Policy | InspectMind AI** - Image: https://www.inspectmind.ai/checker-workspace-ui.png - Source: https://www.inspectmind.ai/privacy-policy - **AI Plan Check & Drawing Review | From $100 | InspectMind** - Image: https://www.inspectmind.ai/logos/customers/structural-forensic-experts.png?v=2 - Source: https://www.inspectmind.ai/ - **Comparisons – InspectMind vs Construction Software** - Image: https://www.inspectmind.ai/logos/procorefavicon.png - Source: https://www.inspectmind.ai/compare ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each `src: url(...)` to point to your local file path. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Inter", "role": "body" } ], "colors": { "primary": "#059669", "secondary": "#047857", "accent": "#059669", "background": "#FFFFFF", "textPrimary": "#0F172A", "link": "#0F172A" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "sans-serif" ], "body": [ "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "sans-serif" ], "paragraph": [ "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "system-ui", "sans-serif" ] }, "fontSizes": { "h1": "64px", "h2": "48px", "body": "20px" } }, "spacing": { "baseUnit": 4, "borderRadius": "10px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#0F172A", "borderColor": "#E2E8F0", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" }, "buttonPrimary": { "background": "#059669", "textColor": "#FFFFFF", "borderRadius": "10px", "borderRadiusCorners": { "topLeft": "10px", "topRight": "10px", "bottomRight": "10px", "bottomLeft": "10px" }, "shadow": "none" }, "buttonSecondary": { "background": "#0F172A", "textColor": "#FFFFFF", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" } }, "images": { "logo": "https://www.inspectmind.ai/icon.png", "favicon": "https://www.inspectmind.ai/icon.png", "ogImage": "https://www.inspectmind.ai/checker-workspace-ui.png", "logoHref": "/", "logoAlt": "InspectMind AI logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'InspectMind AI'.", "confidence": 0.95, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 4, "text": "Try It · $100", "reasoning": "Button #0 'Try It · $100' is the primary CTA due to its vibrant green color (#059669), which is consistent with the brand's primary color, and its action-oriented text encouraging users to try the service." }, "secondary": { "index": 10, "text": "Upload & Run Check · From $100", "reasoning": "Button #5 'Upload & Run Check · From $100' is selected as secondary because it has a different background color (#0F172A) and offers a similar action but with less prominence compared to the primary button." }, "confidence": 0.95 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "construction and engineering professionals" }, "designSystem": { "framework": "tailwind", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand 'InspectMind AI'.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```