dronetector.json
DroneTector Brand Identity
A complete profile of DroneTector's visual system — colors, typography, components, and personality — extracted from https://www.dronetector.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/dronetector
- Machine-readable JSON: https://characterquilt.com/branding/dronetector.json
- Per-page llms.txt: https://characterquilt.com/branding/dronetector/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #9E9EFF |
| Accent | #C7D6EF |
| Body Font | IBM Plex Sans |
| Heading Font | IBM Plex Sans |
Color Palette
- primary: #9E9EFF
- secondary: #027893
- accent: #C7D6EF
- background: #050910
- textPrimary: #050910
- link: #C7D6EF
Typography
- primary: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans
- heading: IBM Plex Sans — https://fonts.google.com/specimen/IBM+Plex+Sans
Visual Assets
- Logo:
- Favicon:
UI Components
- buttonPrimary: background=transparent, textColor=#F1F7FF, borderColor=#9B0406, borderRadius=12px, shadow=rgba(255, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.35) 0px 12px 40px 0px
Brand Personality
Tone: professional · Energy: medium · Audience: security professionals and organizations
DroneTector Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Milliray — Airspace security
- Image:
- Source: Source
- Milliray — Airspace security
- Image:
- Source: Source
- Milliray — Airspace security
- Image:
- Source: Source
- DroneTector Launches High-Resolution Radar for Reliable Drone Detection | Y Combinator posted on the topic | LinkedIn
- Image:
- Source: Source
- Dronetector - 2026 Company Profile, Team, Funding & Competitors - Tracxn
- Image:
- Source: Source
- DroneTector Launches High-Resolution Radar for Reliable Drone Detection | Y Combinator posted on the topic | LinkedIn
- Image:
- Source: Source
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can help:
- 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.
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": "dark",
"fonts": [
{
"family": "IBM Plex Sans",
"role": "body"
}
],
"colors": {
"primary": "#9E9EFF",
"secondary": "#027893",
"accent": "#C7D6EF",
"background": "#050910",
"textPrimary": "#050910",
"link": "#C7D6EF"
},
"typography": {
"fontFamilies": {
"primary": "IBM Plex Sans",
"heading": "IBM Plex Sans"
},
"fontStacks": {
"heading": [
"IBM Plex Sans",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji"
],
"body": [
"IBM Plex Sans",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji"
],
"paragraph": [
"IBM Plex Sans",
"ui-sans-serif",
"system-ui",
"-apple-system",
"Segoe UI",
"Roboto",
"Helvetica",
"Arial",
"Apple Color Emoji",
"Segoe UI Emoji"
]
},
"fontSizes": {
"h1": "44px",
"h2": "44px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 12,
"borderRadius": "14px"
},
"components": {
"buttonPrimary": {
"background": "transparent",
"textColor": "#F1F7FF",
"borderColor": "#9B0406",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "rgba(255, 0, 0, 0.08) 0px 0px 0px 1px, rgba(0, 0, 0, 0.35) 0px 12px 40px 0px"
}
},
"images": {
"logo": "https://www.dronetector.com/assets/img/mr-logo.svg",
"favicon": "https://www.dronetector.com/assets/img/favicon.svg",
"ogImage": null,
"logoHref": "index.html",
"logoAlt": "Milliray"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Milliray' from the page title.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "Watch video",
"reasoning": "The button labeled 'Watch video' is the only button detected and has a border color that stands out against the transparent background, making it the primary call-to-action."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button is available."
},
"confidence": 0.9
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "security professionals and organizations"
},
"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": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'Milliray' from the page title.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}