llms.txt

Datasaur Brand Identity

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

Quick Facts

Field Value
Primary #0064FF
Accent #040A1C
Body Font Inter
Heading Font Geist

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: enterprise clients seeking secure AI solutions

Datasaur 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:

  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": "Inter",
   "role": "body"
  },
  { 
   "family": "Geist",
   "role": "heading"
  },
  { 
   "family": "Arvo",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#0064FF",
  "secondary": "#CAF0F8",
  "accent": "#040A1C",
  "background": "#FFFFFC",
  "textPrimary": "#040A1C",
  "link": "#040A1C"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Geist"
  },
  "fontStacks": {
   "heading": [
    "Inter",
    "sans-serif"
   ],
   "body": [
    "Inter",
    "sans-serif"
   ],
   "paragraph": [
    "Inter",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "16px",
   "h2": "16px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#040A1C",
   "textColor": "#FFFFFC",
   "borderRadius": "12px",
   "borderRadiusCorners": {
    "topLeft": "12px",
    "topRight": "12px",
    "bottomRight": "12px",
    "bottomLeft": "12px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFC",
   "textColor": "#111111",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://cdn.prod.website-files.com/623952e7f678f73f3096fd25/6976d013492e07bf399ba549_Logo.svg",
  "favicon": "https://cdn.prod.website-files.com/623952e7f678f73f3096fd25/66c5af678a4bc8a26888d452_favicon-black.png",
  "ogImage": null
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 2,
  "reasoning": "Logo rejected: Red flags detected (menu word). Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
  "confidence": 0.95,
  "rejected": true,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 2,
   "text": "Get started today",
   "reasoning": "Button #2 ('Get started today') has a vibrant dark background (#040A1C) and action-oriented text, making it a strong primary CTA."
  },
  "secondary": {
   "index": 0,
   "text": "Get started today",
   "reasoning": "Button #0 ('Get started today') has a light background (#FFFFFC), providing a contrast to the primary button's dark color, making it suitable as a secondary CTA."
  },
  "confidence": 0.9
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "enterprise clients seeking secure AI solutions"
 },
 "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": 2,
    "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.",
    "confidence": 0.95
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}