llms.txt
ContextFort Brand Identity
A complete profile of ContextFort's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #00BF54 |
| Accent | #00BF54 |
| Body Font | Geist |
| Heading Font | Space Grotesk |
Color Palette
- primary: #00BF54
- secondary: #00602A
- accent: #00BF54
- background: #000000
- textPrimary: #000000
- link: #001308
Typography
- primary: Geist — Geist Font
- heading: Space Grotesk — Space Grotesk Font
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-shield%20w-5%20h-5%20text-background%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M20%2013c0%205-3.5%207.5-7.66%208.95a1%201%200%200%201-.67-.01C7.5%2020.5%204%2018%204%2013V6a1%201%200%200%201%201-1c2%200%204.5-1.2%206.24-2.72a1.17%201.17%200%200%201%201.52%200C14.51%203.81%2017%205%2019%205a1%201%200%200%201%201%201z%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20oklch(0.05%200%200)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3C%2Fsvg%3E
- Favicon: https://contextfort.ai/favicon.ico
UI Components
- buttonPrimary: background=#00BF54, textColor=#000000, borderRadius=0px, shadow=none
- buttonSecondary: background=#000000, textColor=#F8F8F8, borderColor=#00602A, borderRadius=0px, 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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals
ContextFort Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- ContextFort
- ContextFort
- Bar W. - Bessemer Venture Partners | LinkedIn
- ContextFort Introduces Browser Agent Security Controls | Earlence Fernandes posted on the topic | LinkedIn
- Image: https://media.licdn.com/dms/image/v2/D5610AQGinuEf5av80g/image-shrink_800/B56ZwwG7bwIQAg-/0/1770333648948?e=2147483647&v=beta&t=c75NuDTKS8ZFkXkL4AKV-ISE_M7SYbg0_CUK8oAGAFI
- Source: https://www.linkedin.com/posts/earlence-fernandes-81857314_contextfort-visibility-controls-for-browser-activity-7417798287421890560-xJMs
- Quickstart - ContextFort
- Image: https://contextfort-ai-contextfort.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DGet%2BStarted%26title%3DQuickstart%26description%3DGet%2BContextFort%2Brunning%2Bin%2B5%2Bminutes%2B-%2Bfrom%2Binstallation%2Bto%2Bmonitoring%2Byour%2Bfirst%2Bagent%2Bsession.%26primaryColor%3D%25234ADE80%26lightColor%3D%252322C55E%26darkColor%3D%252316A34A%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%25230a0d0d&w=1200&q=100
- Source: https://www.mintlify.com/ContextFort-AI/ContextFort/quickstart
Working with these fonts
Not found on Google Fonts? Instructions if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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": "Space Grotesk",
"role": "heading"
},
{
"family": "Geist",
"role": "body"
}
],
"colors": {
"primary": "#00BF54",
"secondary": "#00602A",
"accent": "#00BF54",
"background": "#000000",
"textPrimary": "#000000",
"link": "#001308"
},
"typography": {
"fontFamilies": {
"primary": "Geist",
"heading": "Space Grotesk"
},
"fontStacks": {
"heading": [
"Space Grotesk",
"Geist"
],
"body": [
"ui-sans-serif",
"system-ui",
"sans-serif",
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji"
],
"paragraph": [
"Space Grotesk",
"Geist"
]
},
"fontSizes": {
"h1": "72px",
"h2": "48px",
"body": "20px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#00BF54",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#000000",
"textColor": "#F8F8F8",
"borderColor": "#00602A",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"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, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22lucide%20lucide-shield%20w-5%20h-5%20text-background%22%20aria-hidden%3D%22true%22%3E%3Cpath%20d%3D%22M20%2013c0%205-3.5%207.5-7.66%208.95a1%201%200%200%201-.67-.01C7.5%2020.5%204%2018%204%2013V6a1%201%200%200%201%201-1c2%200%204.5-1.2%206.24-2.72a1.17%201.17%200%200%201%201.52%200C14.51%203.81%2017%205%2019%205a1%201%200%200%201%201%201z%22%20style%3D%22fill%3A%20none%20!important%3B%20stroke%3A%20oklch(0.05%200%200)%20!important%3B%20stroke-width%3A%202px%20!important%3B%22%2F%3E%3C%2Fsvg%3E",
"favicon": "https://contextfort.ai/favicon.ico",
"ogImage": null,
"logoHref": "/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.9,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Book a demo",
"reasoning": "Button #0 ('Book a demo') uses the vibrant brand color #00BF54, making it the most prominent and action-oriented CTA on the page."
},
"secondary": {
"index": 1,
"text": "View GitHub",
"reasoning": "Button #1 ('View GitHub') has a different background color (#000000) and serves as a secondary action, directing users to an external resource."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech professionals"
},
"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 located in the header, is visible, and links to the homepage, which are strong indicators of a primary brand logo.",
"confidence": 0.9
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}