# Sentient Brand Identity A complete profile of **Sentient**'s visual system — colors, typography, components, and personality — extracted from https://www.sentient.xyz/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/sentient - Machine-readable JSON: https://characterquilt.com/branding/sentient.json - Per-page llms.txt: https://characterquilt.com/branding/sentient/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #000000 | | Accent | #000000 | | Body Font | ui-sans-serif | | Heading Font | ui-sans-serif | ## Color Palette - primary: #000000 - accent: #000000 - background: #FFFFFF - textPrimary: #262733 - link: #000000 ## Typography - primary: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif - heading: ui-sans-serif — https://fonts.google.com/specimen/ui-sans-serif ## Brand Personality Tone: professional · Energy: medium · Audience: unknown ## Sentient Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **ROMA: The Backbone for Open-Source Meta-Agents** - Image: https://www.sentient.xyz/images/posts/68b9a8331e2c7dc4b9dea2d0_Class%2520of%2520Actions.png - Source: https://www.sentient.xyz/blog/recursive-open-meta-agent - **Sentient Labs: The home for open-source AI reasoning** - Image: https://www.sentient.xyz/images/posts/68b1c3a4f9d27e6a41c8d503_Sentient_Airdrop_AllocationEvoSkill_Automated_Skill_Discovery_For.png - Source: https://www.sentient.xyz/blog - **Sentient Wins “AI Startup of the Year” at the Minsky Awards 2025** - Image: https://www.sentient.xyz/images/posts/68ecd267538fdd138225c5a2_021A0225.jpg - Source: https://www.sentient.xyz/blog/minsky-awards-2025 - **Sentient Labs: The home for open-source AI reasoning** - Image: https://www.sentient.xyz/images/posts/68dfa1227b08686375090f90_Grid%2520just%2520got.png - Source: https://www.sentient.xyz/blog - **What is GRID?** - Image: https://www.sentient.xyz/images/posts/689f04af4f6193d19db53d72_image%2520(6).png - Source: https://www.sentient.xyz/blog/what-is-grid - **Sentient Labs: The home for open-source AI reasoning** - Image: https://www.sentient.xyz/images/meta.jpg - Source: https://www.sentient.xyz/blog ## 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: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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 ```json { "colorScheme": "light", "fonts": [ { "family": "system-ui", "count": 4 }, { "family": "sans-serif", "count": 4 }, { "family": "Apple Color Emoji", "count": 4 }, { "family": "Segoe UI Emoji", "count": 4 }, { "family": "ui-sans-serif", "count": 3 }, { "family": "Segoe UI Symbol", "count": 3 }, { "family": "Noto Color Emoji", "count": 3 }, { "family": "Segoe UI", "count": 1 }, { "family": "Roboto", "count": 1 }, { "family": "Helvetica", "count": 1 } ], "colors": { "primary": "#000000", "accent": "#000000", "background": "#FFFFFF", "textPrimary": "#262733", "link": "#000000" }, "typography": { "fontFamilies": { "primary": "ui-sans-serif", "heading": "ui-sans-serif" }, "fontStacks": { "body": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "heading": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ], "paragraph": [ "ui-sans-serif", "system-ui", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ] }, "fontSizes": { "h1": "16px", "h2": "14px", "body": "16px" } }, "spacing": { "baseUnit": 8, "borderRadius": "6px" }, "components": {}, "images": { "logo": null, "favicon": null, "ogImage": null }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "unknown" }, "designSystem": { "framework": "unknown", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0, "overall": 0 }, "__llm_metadata": { "logoSelection": { "llmCalled": false, "llmSucceeded": false, "finalSource": "none", "rawLogoSelection": { "selectedLogoIndex": -1, "selectedLogoReasoning": "LLM failed", "confidence": 0 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false, "error": "LLM call failed or returned fallback values" } } } ```