# Gensyn Brand Identity A complete profile of **Gensyn**'s visual system — colors, typography, components, and personality — extracted from https://www.gensyn.ai/. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/gensyn - Machine-readable JSON: https://characterquilt.com/branding/gensyn.json - Per-page llms.txt: https://characterquilt.com/branding/gensyn/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #5C3A32 | | Accent | #230800 | | Body Font | Helvetica | | Heading Font | Helvetica | ## Color Palette - primary: #5C3A32 - secondary: #FAD7D1 - accent: #230800 - background: #FFFFFF - textPrimary: #1B1B1B - link: #230800 ## Typography - primary: Helvetica — https://fonts.google.com/specimen/Helvetica - heading: Helvetica — https://fonts.google.com/specimen/Helvetica ## Visual Assets - Logo: https://www.gensyn.ai/_next/static/media/gensynDark.ffe7b3ed.svg - Favicon: https://www.gensyn.ai/favicon.ico - Social card (og:image): https://gensyn.ai/images/og-image.jpg ## Brand Personality Tone: modern · Energy: medium · Audience: tech professionals ## Gensyn Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **The Prediction Markets We Were Promised: A Guide to Slaying Dragons With Oracles, Commitments, and Blockchains** - Image: https://blog.gensyn.ai/content/images/size/w1200/2026/02/dithr-2026-2-3_15-25-14.png - Source: https://blog.gensyn.ai/a-guide-to-slaying-dragons-with-oracles-commitments-and-blockchains/ - **Gensyn** - Image: https://storage.ghost.io/c/df/04/df042a7f-9d9e-47ae-be46-06edef4d6a67/content/images/size/w960/2025/11/Delphi-Image-16x9.jpg - Source: https://blog.gensyn.ai/ - **Introducing RL Swarm's new backend: GenRL** - Image: https://cdn.prod.website-files.com/66bc6da8fe284e469308903c/685bed797b570a5941cdcac7_GenRL-diagram.png - Source: https://blog.gensyn.ai/introducing-rl-swarms-new-backend-genrl/ - **Home | Gensyn** - Image: https://docs.gensyn.ai/~gitbook/image?url=https%3A%2F%2F252729318-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Ff4Fc1kUotFaHBeh5Gs8A%252Fuploads%252FCLsQwWGuCM1f4yexBjuB%252Fcodeassist-blog.jpg%3Falt%3Dmedia%26token%3Dbc2c7c04-551d-4ef0-a849-942b2fb1d810&width=490&dpr=3&quality=100&sign=53f70a17&sv=2 - Source: https://docs.gensyn.ai/ - **Gensyn** - Image: https://storage.ghost.io/c/df/04/df042a7f-9d9e-47ae-be46-06edef4d6a67/content/images/size/w960/2026/03/ree-blog-graphic-post.png - Source: https://blog.gensyn.ai/ - **Overview | Testnet | Gensyn** - Image: https://docs.gensyn.ai/~gitbook/image?url=https%3A%2F%2F1034405018-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FIcazOdplbOmP4R0T7sG8%252Fuploads%252FtleF7uID1y8IrW00qj4A%252Ftestnet_logo.png%3Falt%3Dmedia%26token%3D7d8eccf5-0f27-422e-bcf7-44bf1860e87d&width=1248&dpr=3&quality=100&sign=6a446a2a&sv=2 - Source: https://docs.gensyn.ai/testnet ## 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": "auxMono", "role": "monospace" }, { "family": "mondwest", "role": "unknown" }, { "family": "seasonSans", "role": "unknown" }, { "family": "Helvetica", "role": "body" } ], "colors": { "primary": "#5C3A32", "secondary": "#FAD7D1", "accent": "#230800", "background": "#FFFFFF", "textPrimary": "#1B1B1B", "link": "#230800" }, "typography": { "fontFamilies": { "primary": "Helvetica", "heading": "Helvetica" }, "fontStacks": { "heading": [ "mondwest", "seasonSans", "Helvetica", "sans-serif" ], "body": [ "auxMono", "ui-monospace", "monospace" ], "paragraph": [ "auxMono", "ui-monospace", "monospace" ] }, "fontSizes": { "h1": "92px", "h2": "24px", "body": "13px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": {}, "images": { "logo": "https://www.gensyn.ai/_next/static/media/gensynDark.ffe7b3ed.svg", "favicon": "https://www.gensyn.ai/favicon.ico", "ogImage": "https://gensyn.ai/images/og-image.jpg", "logoHref": "/", "logoAlt": "Gensyn" }, "__llm_logo_reasoning": { "selectedIndex": 1, "reasoning": "Selected #1 because it is larger, visible, in the header, and links to the homepage. It represents the brand name 'Gensyn' clearly as a wordmark, which is more prominent than the smaller icon-sized candidate #0.", "confidence": 0.85, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "tech professionals" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.9, "overall": 0.45 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 1, "selectedLogoReasoning": "Selected #1 because it is larger, visible, in the header, and links to the homepage. It represents the brand name 'Gensyn' clearly as a wordmark, which is more prominent than the smaller icon-sized candidate #0.", "confidence": 0.85 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```