llms.txt

Juxta Brand Identity

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

Quick Facts

Field Value
Primary #EBD8D7
Accent #000000
Body Font Fustat
Heading Font Fustat

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: tech-savvy professionals

Juxta Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Here are instructions:

Steps to Obtain Fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. Filter the Network tab by "Font".
  3. Hard-reload the page and click around.
  4. Save each captured font URL locally.
  5. Copy the matching @font-face declarations from the page's CSS.

Programmatic Alternative:

Load the URL with Playwright or Puppeteer, listen for response events, and write the body to disk.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
 {
 "family": "Fustat",
 "role": "unknown"
 }
],
 "colors": {
 "primary": "#EBD8D7",
 "secondary": "#111827",
 "accent": "#000000",
 "background": "#FFFFFF",
 "textPrimary": "#000000",
 "link": "#1F2937"
 },
 "typography": {
 "fontFamilies": {
 "primary": "Fustat",
 "heading": "Fustat"
 },
 "fontStacks": {
 "heading": [
 "Fustat",
 "sans-serif"
 ],
 "body": [
 "Fustat",
 "sans-serif"
 ],
 "paragraph": [
 "Fustat",
 "sans-serif"
 ]
 },
 "fontSizes": {
 "h1": "36px",
 "h2": "30px",
 "body": "18px"
 }
 },
 "spacing": {
 "baseUnit": 4,
 "borderRadius": "16px"
 },
 "components": {
 "buttonPrimary": {
 "background": "#FFFFFF",
 "textColor": "#111827",
 "borderColor": "#FFFFFF",
 "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.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px"
 },
 "buttonSecondary": {
 "background": "#000000",
 "textColor": "#FFFFFF",
 "borderColor": "#FFFFFF",
 "borderRadius": "0px",
 "borderRadiusCorners": {
 "topLeft": "0px",
 "topRight": "0px",
 "bottomRight": "0px",
 "bottomLeft": "0px"
 },
 "shadow": "none"
 }
 },
 "images": {
 "logo": "https://www.juxta.com/_next/image?url=%2Fwhite-mark.png&w=256&q=75",
 "favicon": "https://www.juxta.com/favicon.png",
 "ogImage": null,
 "logoHref": "/",
 "logoAlt": "Juxta Logo"
 },
 "__llm_logo_reasoning": {
 "selectedIndex": 0,
 "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Juxta'.",
 "confidence": 0.95,
 "source": "llm"
 },
 "__llm_button_reasoning": {
 "primary": {
 "index": 0,
 "text": "Book a demo",
 "reasoning": "The 'Book a demo' button is likely the primary CTA due to its action-oriented text, encouraging user engagement. Despite its neutral color, the text suggests a primary action."
 },
 "secondary": {
 "index": 2,
 "text": "Device Flexibility",
 "reasoning": "The 'Device Flexibility' button is selected as secondary due to its distinct dark background, which contrasts with the primary button's light background."
 },
 "confidence": 0.9
 },
 "personality": {
 "tone": "modern",
 "energy": "medium",
 "targetAudience": "tech-savvy professionals"
 },
 "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, links to the homepage, and the alt text matches the brand name 'Juxta'.",
 "confidence": 0.95
 }
 },
 "buttonClassification": {
 "llmCalled": true,
 "llmSucceeded": true
 }
 }
}