camfer.json
camfer Brand Identity
A complete profile of camfer's visual system — colors, typography, components, and personality — extracted from https://www.camfer.dev/. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #3D909D |
| Accent | #3D909D |
| Body Font | Satoshi |
| Heading Font | Satoshi |
Color Palette
- primary: #3D909D
- accent: #3D909D
- background: #F1E9D2
- textPrimary: #191919
- link: #FAF4E3
Typography
- primary: Satoshi — https://fonts.google.com/specimen/Satoshi
- heading: Satoshi — https://fonts.google.com/specimen/Satoshi
Visual Assets
UI Components
- buttonPrimary: background=#3D909D, textColor=#FFFFF4, borderColor=#40403E, borderRadius=25px, shadow=rgb(64, 64, 62) 3px 3px 0px 0px
- buttonSecondary: background=#FAF4E3, textColor=#000000, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: CAD professionals and designers
camfer Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- We Won OpenAI's Hackathon - camfer Blog
- Image:
- Source: https://camfer.dev/blog/winning-o1-hackathon/
- FLARE: Fast Low-rank Attention Routing Engine - camfer Blog
- Image:
- Source: https://camfer.dev/blog/flare/
- We Won OpenAI's Hackathon - camfer Blog
- Image:
- Source: https://camfer.dev/blog/winning-o1-hackathon/
- We Won OpenAI's Hackathon - camfer Blog
- Image:
- Source: https://camfer.dev/blog/winning-o1-hackathon/
- Blog - camfer
- Image:
- Source: https://camfer.dev/blog/
- Jobs at camfer (S24) | Y Combinator's Work at a Startup
- Image:
- Source: https://www.workatastartup.com/companies/camfer
Working with these fonts
Not found on Google 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": "light",
"fonts": [
{
"family": "Satoshi",
"role": "unknown"
}
],
"colors": {
"primary": "#3D909D",
"accent": "#3D909D",
"background": "#F1E9D2",
"textPrimary": "#191919",
"link": "#FAF4E3"
},
"typography": {
"fontFamilies": {
"primary": "Satoshi",
"heading": "Satoshi"
},
"fontStacks": {
"heading": [
"Satoshi",
"sans-serif"
],
"body": [
"Satoshi",
"sans-serif"
],
"paragraph": [
"Satoshi",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "28.8px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 10,
"borderRadius": "10px"
},
"components": {
"buttonPrimary": {
"background": "#3D909D",
"textColor": "#FFFFF4",
"borderColor": "#40403E",
"borderRadius": "25px",
"borderRadiusCorners": {
"topLeft": "25px",
"topRight": "25px",
"bottomRight": "25px",
"bottomLeft": "25px"
},
"shadow": "rgb(64, 64, 62) 3px 3px 0px 0px"
},
"buttonSecondary": {
"background": "#FAF4E3",
"textColor": "#000000",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": null,
"favicon": "https://camfer.dev/images/favicon/favicon.ico",
"ogImage": null
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "blog",
"reasoning": "Button #1 has a vibrant blue background (#3D909D), which is typically used for primary CTAs. The color is distinct and stands out, making it suitable for drawing attention."
},
"secondary": {
"index": 0,
"text": "blog",
"reasoning": "Button #0 has a more muted background color (#FAF4E3) and lacks the vibrant quality of the primary button, making it suitable as a secondary option."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "CAD professionals and designers"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": false,
"llmSucceeded": false,
"finalSource": "none"
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}