# MindFort Brand Identity

A complete profile of **MindFort**'s visual system — colors, typography, components, and personality — extracted from https://www.mindfort.ai. Built for designers, agents, and AI tools.

- Page: https://characterquilt.com/branding/mindfort
- Machine-readable JSON: https://characterquilt.com/branding/mindfort.json
- Per-page llms.txt: https://characterquilt.com/branding/mindfort/llms.txt

## Quick Facts

| Field | Value |
|---|---|
| Primary | #FF5815 |
| Accent | #FF5815 |
| Body Font | GeistMono |
| Heading Font | GeistMono |

## Color Palette

- primary: #FF5815
- secondary: #1E293B
- accent: #FF5815
- background: #F1EFEC
- textPrimary: #767676
- link: #FDE2BF

## Typography

- primary: GeistMono — https://fonts.google.com/specimen/GeistMono
- heading: GeistMono — https://fonts.google.com/specimen/GeistMono

## Visual Assets

- Logo: https://www.mindfort.ai/images/mindfort-logo.svg?dpl=dpl_6Swk3NDtE5b8uJtbo4qMXfpLp6m7
- Favicon: https://www.mindfort.ai/favicon.ico?favicon.a5dd3658.ico
- Social card (og:image): https://www.mindfort.ai/api/og?title=MindFort&subtitle=Autonomous+Security+Agents&type=home

## UI Components

- buttonPrimary: background=#FF5815, textColor=#FFFFFF, borderRadius=4px, shadow=none
- buttonSecondary: background=#525252, textColor=#FFFFFF, borderRadius=4px, shadow=none

## Brand Personality

Tone: professional · Energy: medium · Audience: businesses seeking security solutions

## MindFort Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

- **Welcome to MindFort - MindFort Documentation**  
  - Image: https://mintcdn.com/mindfort/tzmQiWSOHoneN-_9/images/hero.png?fit=max&auto=format&n=tzmQiWSOHoneN-_9&q=85&s=e374c0f3b7416bfdc6f3882f41433806  
  - Source: https://docs.mindfort.ai/
- **How to Make Your Web App Mythos-Ready | MindFort Blog | MindFort**  
  - Image: https://www.mindfort.ai/images/brandon-2.png  
  - Source: https://www.mindfort.ai/blog/how-to-make-your-web-app-mythos-ready
- **MindFort Announces $3M+ Seed to Secure the World's Software in the AI Era |  MindFort Blog**  
  - Image: https://i.ytimg.com/vi/bMFXcAlc1hA/maxresdefault.jpg  
  - Source: https://www.mindfort.ai/blog/seed-announcement
- **AI Pentesting Pricing & Plan Details | MindFort**  
  - Image: https://www.mindfort.ai/api/og?title=Pricing&subtitle=Continuous+Security+Testing+Plans&type=pricing  
  - Source: https://www.mindfort.ai/pricing
- **SOC 2 Penetration Testing Requirements: What Auditors Actually Want |  MindFort Blog**  
  - Image: https://www.mindfort.ai/api/og?title=SOC+2+Penetration+Testing+Requirements%3A+What+Auditors+Actually+Want&subtitle=SOC+2+doesn%27t+technically+require+a+pentest%2C+but+try+showing+up+to+an+audit+without+one.+Here%27s+what+auditors+actually+e&type=blog  
  - Source: https://www.mindfort.ai/blog/soc-2-penetration-testing-requirements
- **How Good Is GPT-5.5 for Cybersecurity? | MindFort Blog**  
  - Image: https://www.mindfort.ai/api/og?title=How+Good+Is+GPT-5.5+for+Cybersecurity%3F&subtitle=OpenAI%27s+GPT-5.5+is+the+first+GPT+model+classified+as+High+capability+for+cybersecurity.+Here%27s+what+the+benchmarks%2C+red&type=blog  
  - Source: https://www.mindfort.ai/blog/how-good-is-gpt-5-5-for-cybersecurity

## 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": "GeistMono",
      "role": "monospace"
    }
  ],
  "colors": {
    "primary": "#FF5815",
    "secondary": "#1E293B",
    "accent": "#FF5815",
    "background": "#F1EFEC",
    "textPrimary": "#767676",
    "link": "#FDE2BF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "GeistMono",
      "heading": "GeistMono"
    },
    "fontStacks": {
      "heading": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "body": [
        "ui-sans-serif",
        "system-ui",
        "sans-serif",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        "Noto Color Emoji"
      ],
      "paragraph": [
        "GeistMono",
        "ui-monospace",
        "SFMono-Regular",
        "Roboto Mono",
        "Menlo",
        "Monaco",
        "Liberation Mono",
        "DejaVu Sans Mono",
        "Courier New",
        "monospace"
      ]
    },
    "fontSizes": {
      "h1": "48px",
      "h2": "36px",
      "body": "9px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#FF5815",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#525252",
      "textColor": "#FFFFFF",
      "borderRadius": "4px",
      "borderRadiusCorners": {
        "topLeft": "4px",
        "topRight": "4px",
        "bottomRight": "4px",
        "bottomLeft": "4px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.mindfort.ai/images/mindfort-logo.svg?dpl=dpl_6Swk3NDtE5b8uJtbo4qMXfpLp6m7",
    "favicon": "https://www.mindfort.ai/favicon.ico?favicon.a5dd3658.ico",
    "ogImage": "https://www.mindfort.ai/api/og?title=MindFort&subtitle=Autonomous+Security+Agents&type=home",
    "logoHref": "/",
    "logoAlt": "MindFort"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 0,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'MindFort'.",
    "confidence": 0.95,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Get Started →",
      "reasoning": "Button #0 with text 'Get Started →' uses the vibrant brand color #FF5815, making it the most prominent CTA. The action-oriented text further supports its role as the primary button."
    },
    "secondary": {
      "index": 4,
      "text": "Book a Demo",
      "reasoning": "Button #4 with text 'Book a Demo' has a neutral background color #525252, distinguishing it from the primary button's vibrant color. It serves as a secondary action."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "professional",
    "energy": "medium",
    "targetAudience": "businesses seeking security solutions"
  },
  "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 matches the brand name 'MindFort'.",
        "confidence": 0.95
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}
```
