mindfort.json

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.

Quick Facts

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

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

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

MindFort Brand in the Wild

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

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

{
  "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
    }
  }
}