llms.txt

TigerData Brand Identity

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

Quick Facts

Field Value
Primary #F5FF80
Accent #FF5B29
Body Font Roboto
Heading Font Geist

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses and developers interested in large-scale data solutions

TigerData Brand in the Wild

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

Explore Tiger Data Success Stories

Source: View Case Study

A Community Member Spotlight Series ... Featuring Your TimescaleDB Projects!

Source: View Blog

Best Practices for Postgres Database Operations

Source: Learn More

Tiger Data Blog

Source: Visit Blog

Back up and recover services

Source: View Docs

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.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Geist",
   "role": "heading"
  },
  {
   "family": "Roboto",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#F5FF80",
  "secondary": "#141E34",
  "accent": "#FF5B29",
  "background": "#FAFAFA",
  "textPrimary": "#000000",
  "link": "#FF5B29"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Roboto",
   "heading": "Geist"
  },
  "fontStacks": {
   "heading": [
    "Geist"
   ],
   "body": [
    "ui-sans-serif",
    "system-ui",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "Helvetica Neue",
    "Arial",
    "Noto Sans",
    "sans-serif",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
   ],
   "paragraph": [
    "Geist"
   ]
  },
  "fontSizes": {
   "h1": "80px",
   "h2": "52px",
   "body": "14px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "8px"
 },
 "components": {
  "input": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": null,
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "4px"
   },
   "shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px"
  },
  "buttonPrimary": {
   "background": "#000000",
   "textColor": "#FFFFFF",
   "borderColor": "#000000",
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "4px",
    "bottomRight": "4px",
    "bottomLeft": "4px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#000000",
   "borderColor": "#000000",
   "borderRadius": "4px",
   "borderRadiusCorners": {
    "topLeft": "4px",
    "topRight": "4px",
    "bottomRight": "4px",
    "bottomLeft": "4px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://assets.tigerdata.com/timescale-web/brand/tiger-data/flat-logos/logo-horizontal-black.svg",
  "favicon": "https://www.tigerdata.com/icon.ico?1fba71913669969d",
  "ogImage": "https://www.tigerdata.com/images/social.png",
  "logoHref": "/",
  "logoAlt": "TigerData logo"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "businesses and developers interested in large-scale data solutions"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}