# WireOver Brand Identity A complete profile of **WireOver**'s visual system — colors, typography, components, and personality — extracted from http://wireover.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/wireover - Machine-readable JSON: https://characterquilt.com/branding/wireover.json - Per-page llms.txt: https://characterquilt.com/branding/wireover/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0000EE | | Accent | #0000EE | | Body Font | sans-serif | | Heading Font | sans-serif | ## Color Palette - primary: #0000EE - accent: #0000EE - background: #F7F7F7 - textPrimary: #000000 - link: #0000EE ## Typography - primary: sans-serif — https://fonts.google.com/specimen/sans-serif - heading: sans-serif — https://fonts.google.com/specimen/sans-serif ## Visual Assets - Favicon: data:, ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## WireOver Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **New England's Y-Combinator Companies | by Matt Snow | Storied | Medium** - Image: https://miro.medium.com/v2/resize:fit:2872/1*HwVCYnTBtE1iYAnp1BTk7g.png - Source: https://medium.com/the-startup-buzz/new-englands-y-combinator-companies-6db025d72b2 - **Root cause of the MV Dali collision with the Francis Scott Key Bridge. : r/ElectricalEngineering** - Image: https://preview.redd.it/root-cause-of-the-mv-dali-collision-with-the-francis-scott-v0-8l7xc8ugqc4g1.png?auto=webp&s=1191d995a24855af42410cc6f2d8dcfda0fc253d - Source: https://www.reddit.com/r/ElectricalEngineering/comments/1pacx6v/root_cause_of_the_mv_dali_collision_with_the/ - **WireOver: Funding, Team & Investors | Startup Intros** - Image: https://nskkputihvzhimxtkndw.supabase.co/storage/v1/object/public/people_thumbnails/trenton-ashburn.jpg - Source: https://startupintros.com/orgs/wireover - **New England's Y-Combinator Companies | by Matt Snow | Storied | Medium** - Image: https://miro.medium.com/v2/resize:fit:2874/1*iSee1JbjKQtCfbj6rdEkXA.png - Source: https://medium.com/the-startup-buzz/new-englands-y-combinator-companies-6db025d72b2 - **WireOver: Funding, Team & Investors | Startup Intros** - Image: https://nskkputihvzhimxtkndw.supabase.co/storage/v1/object/public/people_thumbnails/amit-bansil.jpg - Source: https://startupintros.com/orgs/wireover - **Wire Entanglements Addenda No 1 To Engineer Field Manual April 1918 | PDF** - Image: https://imgv2-2-f.scribdassets.com/img/document/271840571/original/2ee10ecbd8/1?v=1 - Source: https://www.scribd.com/doc/271840571/Wire-Entanglements-Addenda-No-1-to-Engineer-Field-Manual-April-1918 ## 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": "sans-serif", "count": 5 } ], "colors": { "primary": "#0000EE", "accent": "#0000EE", "background": "#F7F7F7", "textPrimary": "#000000", "link": "#0000EE" }, "typography": { "fontFamilies": { "primary": "sans-serif", "heading": "sans-serif" }, "fontStacks": { "body": [ "sans-serif" ], "heading": [ "sans-serif" ], "paragraph": [ "sans-serif" ] }, "fontSizes": { "h1": "36px", "h2": "36px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": null, "favicon": "data:,", "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```