Jetdocs Brand: Colors, Fonts, Logo & Visual Identity

Jetdocs Brand Identity

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

Color Palette

Brand palette extracted from https://jetdocs.io.

Typography

Each font links to its Google Fonts page where available.

Visual Assets

.png&w=256&q=75)

Logo

Favicon

Social Card

UI Components

Live previews rendered using Jetdocs's actual button styles.

Button Primary

Button Secondary

Brand Personality

Frequently Asked Questions

Machine-Readable Profile

Direct endpoints for agents, designers, and tooling. No login or auth required.

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Inter",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#0A0F1A",
    "secondary": "#007EED",
    "accent": "#6B7280",
    "background": "#FFFFFF",
    "textPrimary": "#6B7280",
    "link": "#6B7280"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Inter",
      "heading": "Inter"
    },
    "fontStacks": {
      "heading": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "body": [
        "Inter",
        "system-ui",
        "sans-serif"
      ],
      "paragraph": [
        "Inter",
        "system-ui",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "60px",
      "h2": "48px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 8,
    "borderRadius": "0px"
  },
  "components": {
    "buttonPrimary": {
      "background": "transparent",
      "textColor": "#FFFFFF",
      "borderColor": "#FFFFFF",
      "borderRadius": "12px",
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#FFFFFF",
      "textColor": "#0A0F1A",
      "borderColor": "#E5E7EB",
      "borderRadius": "12px",
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://jetdocs.io/_next/image?url=https%3A%2F%2F50bis8x3kzjxfitf.public.blob.vercel-storage.com%2Fjetdocs-250w%2520(1).png&w=256&q=75",
    "favicon": "https://50bis8x3kzjxfitf.public.blob.vercel-storage.com/favicon.ico",
    "ogImage": "https://50bis8x3kzjxfitf.public.blob.vercel-storage.com/Featured%20Image/featured_image_jetdocs.jpg"
  }
}