algoviral.json

AlgoViral Brand Identity

A complete profile of AlgoViral's visual system — colors, typography, components, and personality — extracted from https://algoviral.com. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #6321EE
Accent #F9F0FB
Body Font Space Grotesk
Heading Font Raleway

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: digital marketers and content creators

AlgoViral 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": "Raleway",
      "role": "heading"
    },
    {
      "family": "Space Grotesk",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#6321EE",
    "secondary": "#8075FF",
    "accent": "#F9F0FB",
    "background": "#CAD5CA",
    "textPrimary": "#8075FF",
    "link": "#8075FF"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Space Grotesk",
      "heading": "Raleway"
    },
    "fontStacks": {
      "heading": [
        "Space Grotesk"
      ],
      "body": [
        "sans-serif"
      ],
      "paragraph": [
        "Raleway"
      ]
    },
    "fontSizes": {
      "h1": "73.6px",
      "h2": "73.6px",
      "body": "22.4px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#F9F0FB",
      "textColor": "#8075FF",
      "borderRadius": "300px",
      "borderRadiusCorners": {
        "topLeft": "300px",
        "topRight": "300px",
        "bottomRight": "300px",
        "bottomLeft": "300px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#CAD5CA",
      "textColor": "#6321EE",
      "borderRadius": "0px",
      "borderRadiusCorners": {
        "topLeft": "0px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "0px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "favicon": "https://images.squarespace-cdn.com/content/v1/67509387958bf65655e4c337/56708a4a-1c1c-41eb-ba85-695a04efb217/favicon.ico",
    "ogImage": null
  },
  "__llm_logo_reasoning": {
    "selectedIndex": -1,
    "reasoning": "None of the candidates clearly match the brand 'algoviral' as inferred from the URL and page title. The heuristic choice (#7) is a hero-sized image, not suitable as a logo.",
    "confidence": 0.3,
    "rejected": true,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "contact us",
      "reasoning": "Button #0 ('contact us') is likely the primary CTA due to its action-oriented text and prominent placement. It uses a distinct color (#F9F0FB) that stands out against the background."
    },
    "secondary": {
      "index": 2,
      "text": "0\n              \n            \n          \n        \n      \n\n      \n\n\n\n\n\n\n\n\n\n\n\n\n  \n    \n  \n    \n  \n\n  \n",
      "reasoning": "Button #2 ('0') is selected as secondary due to its different background color (#CAD5CA) and less prominent text, making it suitable as a secondary action."
    },
    "confidence": 0.9
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "digital marketers and content creators"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.9,
    "colors": 0.9,
    "overall": 0.9
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": -1,
        "selectedLogoReasoning": "None of the candidates clearly match the brand 'algoviral' as inferred from the URL and page title. The heuristic choice (#7) is a hero-sized image, not suitable as a logo.",
        "confidence": 0.3
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}