# Insoshi Brand Identity A complete profile of **Insoshi**'s visual system — colors, typography, components, and personality — extracted from http://insoshi.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/insoshi - Machine-readable JSON: https://characterquilt.com/branding/insoshi.json - Per-page llms.txt: https://characterquilt.com/branding/insoshi/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #5AA0FF | | Accent | #5AA0FF | | Body Font | GTAmerica | | Heading Font | GTAmerica | ## Color Palette - primary: #5AA0FF - secondary: #111125 - accent: #5AA0FF - background: #FFFFFF - textPrimary: #002864 - link: #002864 ## Typography - primary: GTAmerica — https://fonts.google.com/specimen/GTAmerica - heading: GTAmerica — https://fonts.google.com/specimen/GTAmerica ## Visual Assets - Logo: https://ik.imagekit.io/dumdumfordi/HALTE4D/logoweb%20(3).webp?updatedAt=1776074961359 - Favicon: https://ik.imagekit.io/dumdumfordi/HALTE4D/halte%20bulet.png?updatedAt=1776064181875 ## UI Components - input: background=#FFFFFF, textColor=#646969, borderColor=#939393, borderRadius=0px, shadow=none - buttonPrimary: background=#5AA0FF, textColor=#000000, borderColor=#5AA0FF, borderRadius=0px, shadow=none - buttonSecondary: background=transparent, textColor=#002864, borderColor=#002864, borderRadius=0px, shadow=none ## Brand Personality Tone: modern · Energy: high · Audience: online gaming enthusiasts ## Insoshi Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Insoshi: Open-Source Rails-based Social Networking Platform** - Image: https://rubyinside.com/wp-content/uploads/2008/05/insoshi.jpg - Source: https://rubyinside.com/insoshi-open-source-rails-based-social-networking-platform-878.html - **insoshi (insoshi) · GitHub** - Image: https://avatars.githubusercontent.com/u/4319?v=4 - Source: https://github.com/insoshi - **Explore the Best Social networking Platforms to establish your own Service - Webgranth** - Image: https://www.webgranth.com/wp-content/uploads/2011/06/Inososhi.png - Source: https://www.webgranth.com/marketing/explore-the-best-social-networking-platforms-to-establish-your-own-service/ - **Ruby on Rails Tutorial: Learn Web Development With Rails: Hartl, Michael: 9780321832054: Amazon.com: Books** - Image: https://m.media-amazon.com/images/I/71yuS9KtHwL._AC_UF1000,1000_QL80_.jpg - Source: https://www.amazon.com/Ruby-Rails-Tutorial-Addison-Wesley-Professional/dp/0321832051 - **10 Top Open Source Social Network Platforms To start Your Own** - Image: https://1.bp.blogspot.com/-A3MnbiXp6zY/Wml5yFAOR9I/AAAAAAAAAX0/upNb_znwA5c1Y5vsl-gLItJceJRTH6gIgCLcBGAs/s1600/Humhub%2Bopen%2Bsource%2Bsocial%2Bnetwrok%2Bsoftware%2Bplatfrom.JPG - Source: https://www.how2shout.com/tools/top-best-open-source-social-network-platforms.html - **10 Top Open Source Social Network Platforms To start Your Own** - Image: https://2.bp.blogspot.com/-Ann5RJBPo-M/WmntCpQTPtI/AAAAAAAAAYI/TWMD_7qKHqgl1GOFVDB9FIUtZswdIutRgCLcBGAs/s1600/Oxwall%2Bis%2Ba%2Bfree%2Bsocial%2Bnetwork%2Bsoftware%2Bplatform.JPG - Source: https://www.how2shout.com/tools/top-best-open-source-social-network-platforms.html ## 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": "GTAmerica", "role": "body" }, { "family": "Roboto", "role": "body" }, { "family": "Poppins", "role": "unknown" }, { "family": "Segoe UI", "role": "unknown" } ], "colors": { "primary": "#5AA0FF", "secondary": "#111125", "accent": "#5AA0FF", "background": "#FFFFFF", "textPrimary": "#002864", "link": "#002864" }, "typography": { "fontFamilies": { "primary": "GTAmerica", "heading": "GTAmerica" }, "fontStacks": { "heading": [ "GTAmerica", "Roboto", "sans-serif" ], "body": [ "GTAmerica", "Roboto", "sans-serif" ], "paragraph": [ "GTAmerica", "Roboto", "sans-serif" ] }, "fontSizes": { "h1": "28px", "h2": "24px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "0px" }, "components": { "input": { "background": "#FFFFFF", "textColor": "#646969", "borderColor": "#939393", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonPrimary": { "background": "#5AA0FF", "textColor": "#000000", "borderColor": "#5AA0FF", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" }, "buttonSecondary": { "background": "transparent", "textColor": "#002864", "borderColor": "#002864", "borderRadius": "0px", "borderRadiusCorners": { "topLeft": "0px", "topRight": "0px", "bottomRight": "0px", "bottomLeft": "0px" }, "shadow": "none" } }, "images": { "logo": "https://ik.imagekit.io/dumdumfordi/HALTE4D/logoweb%20(3).webp?updatedAt=1776074961359", "favicon": "https://ik.imagekit.io/dumdumfordi/HALTE4D/halte%20bulet.png?updatedAt=1776064181875", "ogImage": null, "logoHref": "/", "logoAlt": "Jewson Standard Logo" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, and matches the brand name 'HALTE4D' from the page title and URL.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Enter", "reasoning": "Button #2 has a vibrant blue background (#5AA0FF), which is the primary brand color, and the text 'Enter' suggests a strong call-to-action." }, "secondary": { "index": 6, "text": "Use Lokasi Saya", "reasoning": "Button #8 has a transparent background, making it distinct from the primary button's vibrant color, and serves as a secondary action with 'Use Lokasi Saya'." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "high", "targetAudience": "online gaming enthusiasts" }, "designSystem": { "framework": "bootstrap", "componentLibrary": "" }, "confidence": { "buttons": 0.95, "colors": 0.9, "overall": 0.925 }, "__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 'HALTE4D' from the page title and URL.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```