llms.txt

Forge Automation Brand Identity

A complete profile of Forge Automation's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #374151
Accent #33395A
Body Font Work Sans
Heading Font Work Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals and manufacturers

Forge Automation Brand in the Wild

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

  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": "Work Sans",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#374151",
  "secondary": "#9CA3AF",
  "accent": "#33395A",
  "background": "#F3F4F6",
  "textPrimary": "#33395A",
  "link": "#33395A"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Work Sans",
   "heading": "Work Sans"
  },
  "fontStacks": {
   "heading": [
    "Work Sans",
    "sans-serif"
   ],
   "body": [
    "Work Sans",
    "sans-serif"
   ],
   "paragraph": [
    "Work Sans",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "24px",
   "h2": "24px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "2px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#33395A",
   "textColor": "#FFFFFF",
   "borderColor": "#33395A",
   "borderRadius": "8px",
   "borderRadiusCorners": {
    "topLeft": "8px",
    "topRight": "8px",
    "bottomRight": "8px",
    "bottomLeft": "8px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.forgejobshop.com/docs-assets/logos/header-logo.svg",
  "favicon": null,
  "ogImage": null,
  "logoHref": "/about"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 0,
  "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the URL and page title.",
  "confidence": 0.95,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 0,
   "text": "Get Started",
   "reasoning": "The 'Get Started' button is typically the main call-to-action on many websites, indicating a strong invitation to begin using the service or product."
  },
  "secondary": {
   "index": -1,
   "text": "N/A",
   "reasoning": "All buttons share the same background color, making it impossible to select a secondary button with a different color."
  },
  "confidence": 0.9
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals and manufacturers"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 },
 "__llm_metadata": {
  "logoSelection": {
   "llmCalled": true,
   "llmSucceeded": true,
   "finalSource": "llm",
   "rawLogoSelection": {
    "selectedLogoIndex": 0,
    "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand inferred from the URL and page title.",
    "confidence": 0.95
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}