# Datasaur Brand Identity A complete profile of **Datasaur**'s visual system — colors, typography, components, and personality — extracted from https://datasaur.ai. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/datasaur - Machine-readable JSON: https://characterquilt.com/branding/datasaur.json - Per-page llms.txt: https://characterquilt.com/branding/datasaur/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #0064FF | | Accent | #040A1C | | Body Font | Inter | | Heading Font | Geist | ## Color Palette - primary: #0064FF - secondary: #CAF0F8 - accent: #040A1C - background: #FFFFFC - textPrimary: #040A1C - link: #040A1C ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Geist — https://fonts.google.com/specimen/Geist ## Visual Assets - Logo: https://cdn.prod.website-files.com/623952e7f678f73f3096fd25/6976d013492e07bf399ba549_Logo.svg - Favicon: https://cdn.prod.website-files.com/623952e7f678f73f3096fd25/66c5af678a4bc8a26888d452_favicon-black.png ## UI Components - buttonPrimary: background=#040A1C, textColor=#FFFFFC, borderRadius=12px, shadow=none - buttonSecondary: background=#FFFFFC, textColor=#111111, borderRadius=0px, shadow=none ## Brand Personality Tone: professional · Energy: medium · Audience: enterprise clients seeking secure AI solutions ## Datasaur Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Workspace | Datasaur** - Image: https://docs.datasaur.ai/~gitbook/image?url=https%3A%2F%2F448889121-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F-MbjY0HseEqu7LtYAt4d%252Fuploads%252Fgit-blob-adb7476956abce1b6ab00224f9def693b45a6c08%252FPCW%2520-%2520Step%25205%2520-%2520span%2520labeling.png%3Falt%3Dmedia&width=768&dpr=3&quality=100&sign=6a98b474&sv=2 - Source: https://docs.datasaur.ai/workspace-management/workspace - **Blog** - Image: https://cdn.prod.website-files.com/623952e7f678f72edd96fd42/698f11609fbf0f6e234a5882_684856d73f5985030353c3fb_Blog_Thumbnail_Court%2520Orders%2520OpenAI%2520to%2520Retain%2520Data.png - Source: https://datasaur.ai/blog - **Data Labeling and its Significance | Datasaur** - Image: https://cdn.prod.website-files.com/623952e7f678f72edd96fd42/67234f1a1d4391cf8a37ded4_legal-llm.png - Source: https://datasaur.ai/blog-posts/data-labelling-and-its-significance - **How Text Annotation Is Helping Companies Succeed by Monitoring Social Noise | Datasaur** - Image: https://cdn.prod.website-files.com/623952e7f678f72edd96fd42/62fbdfa4819e216dc4ac956e_5Kuxw11GUtYucSA8Adz3d1Lz8r_5LZ34pTpJw52vI8KWHJfuk7eJ5mvUJJ7i1xW8jL5N8Izg8ddZhOJ2W2vw9CnkOxSSjZJOJxtKUJw_PzkGbLOWUxdOJf9pfvQMGoDxbEJUjfEk0hwjLkjt1arOqw.png - Source: https://datasaur.ai/blog-posts/annotation-is-helping-companies-succeed - **Precision Made Easier: Introducing Text Selection in Bounding Box Labeling | Datasaur** - Image: https://cdn.prod.website-files.com/623952e7f678f72edd96fd42/673b0b08b4ea2854c7fd499b_text_selection_BBL.png - Source: https://datasaur.ai/blog-posts/text-selection-in-bounding-box-labeling - **Precision Made Easier: Introducing Text Selection in Bounding Box Labeling | Datasaur** - Image: https://cdn.prod.website-files.com/623952e7f678f72edd96fd42/673b0bd8c800487bde320771_673b0a9c24fdc847a611bd51_Textselection-0.00.00-0.00.12%252B(1).gif - Source: https://datasaur.ai/blog-posts/text-selection-in-bounding-box-labeling ## 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": "Inter", "role": "body" }, { "family": "Geist", "role": "heading" }, { "family": "Arvo", "role": "unknown" } ], "colors": { "primary": "#0064FF", "secondary": "#CAF0F8", "accent": "#040A1C", "background": "#FFFFFC", "textPrimary": "#040A1C", "link": "#040A1C" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Geist" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "16px", "h2": "16px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "8px" }, "components": { "buttonPrimary": { "background": "#040A1C", "textColor": "#FFFFFC", "borderRadius": "12px", "borderRadiusCorners": { "topLeft": "12px", "topRight": "12px", "bottomRight": "12px", "bottomLeft": "12px" }, "shadow": "none" }, "buttonSecondary": { "background": "#FFFFFC", "textColor": "#111111", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://cdn.prod.website-files.com/623952e7f678f73f3096fd25/6976d013492e07bf399ba549_Logo.svg", "favicon": "https://cdn.prod.website-files.com/623952e7f678f73f3096fd25/66c5af678a4bc8a26888d452_favicon-black.png", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": 2, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.", "confidence": 0.95, "rejected": true, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 2, "text": "Get started today", "reasoning": "Button #2 ('Get started today') has a vibrant dark background (#040A1C) and action-oriented text, making it a strong primary CTA." }, "secondary": { "index": 0, "text": "Get started today", "reasoning": "Button #0 ('Get started today') has a light background (#FFFFFC), providing a contrast to the primary button's dark color, making it suitable as a secondary CTA." }, "confidence": 0.9 }, "personality": { "tone": "professional", "energy": "medium", "targetAudience": "enterprise clients seeking secure AI solutions" }, "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": 2, "selectedLogoReasoning": "Selected #2 because it is visible, located in the header, links to the homepage, and matches the brand inferred from the URL and page title.", "confidence": 0.95 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```