# webapp.io Brand Identity A complete profile of **webapp.io**'s visual system — colors, typography, components, and personality — extracted from https://webapp.io. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/webapp-io - Machine-readable JSON: https://characterquilt.com/branding/webapp-io.json - Per-page llms.txt: https://characterquilt.com/branding/webapp-io/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #7F1D1D | | Accent | #7F1D1D | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #7F1D1D - secondary: #9CA3AF - accent: #7F1D1D - background: #151515 - textPrimary: #151515 - link: #FEE2E2 ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://webapp.io/logowhitewithtext.svg - Favicon: https://webapp.io/apple-touch-icon.png - Social card (og:image): https://webapp.io/static/images/opengraph-image.jpg ## UI Components - buttonPrimary: background=#7F1D1D, textColor=#FEE2E2, borderRadius=15px, shadow=none - buttonSecondary: background=#151515, textColor=#FFFFFF, borderRadius=5px, shadow=none ## Brand Personality Tone: modern · Energy: medium · Audience: developers and tech companies ## webapp.io Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Webapp.io - Better DevOps for modern webapps** - Image: https://webapp.io/static/images/opengraph-image.jpg - Source: https://webapp.io/ - **LayerCI has rebranded to webapp.io** - Image: https://webapp.io/blog/content/images/2021/11/New-Logo---webapp.io.png - Source: https://webapp.io/blog/layerci-has-rebranded-to-webapp-io - **Really excited to announce that webapp.io has been acquired by harness.io. Harness is an industry leading DevOps platform, and it's really an amazing honor to be able to integrate our CI/CD… |** - Image: https://media.licdn.com/dms/image/v2/D5622AQHBbQqc5b-21Q/feedshare-shrink_2048_1536/B56Zp.3yY8JkA0-/0/1763065145439?e=2147483647&v=beta&t=RS2B7aN2w8xLs0KKVwFMJWpfwvuGB2zpSEPbK2cHLdY - Source: https://www.linkedin.com/posts/colinchartier_really-excited-to-announce-that-webappio-activity-7394831196112842753-iMnR - **Documentation - Webapp.io Documentation** - Image: https://webappio.mintlify.app/mintlify-assets/_next/image?url=%2F_mintlify%2Fapi%2Fog%3Fdivision%3DHome%26title%3DDocumentation%26description%3DExplore%2Bour%2Bguides%2Band%2Bexamples%2Bto%2Bintegrate%2Bwebapp.io%26logoLight%3Dhttps%253A%252F%252Fmintcdn.com%252Fwebappio%252Fs6-eR6DYSUsnelQ0%252Flogo%252Flight.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253Ds6-eR6DYSUsnelQ0%2526q%253D85%2526s%253Db9d9cb419c9a72ddc2b1ba4334ff5a9e%26logoDark%3Dhttps%253A%252F%252Fmintcdn.com%252Fwebappio%252Fs6-eR6DYSUsnelQ0%252Flogo%252Fdark.svg%253Ffit%253Dmax%2526auto%253Dformat%2526n%253Ds6-eR6DYSUsnelQ0%2526q%253D85%2526s%253D1e17d76a8119868825c45daa3dcd36b1%26primaryColor%3D%25231038C7%26lightColor%3D%25239CC6F8%26darkColor%3D%2523112B87%26backgroundLight%3D%2523ffffff%26backgroundDark%3D%2523151515&w=1200&q=100 - Source: https://docs.webapp.io/introduction - **Installation & Tutorial - Webapp.io Documentation** - Image: https://webapp.io/static/assets/detail-page.png - Source: https://docs.webapp.io/tutorial - **Webapp.io alternatives for fast Docker builds and preview environments | Blog — Northflank** - Image: https://assets.northflank.com/Webapp_io_alternatives_0270ac3e7d.png - Source: https://northflank.com/blog/webapp-io-alternatives-for-fast-docker-builds-and-preview-environments ## 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": "dark", "fonts": [ { "family": "Inter", "role": "body" } ], "colors": { "primary": "#7F1D1D", "secondary": "#9CA3AF", "accent": "#7F1D1D", "background": "#151515", "textPrimary": "#151515", "link": "#FEE2E2" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "Helvetica", "Arial", "sans-serif" ], "body": [ "Inter", "Helvetica", "Arial", "sans-serif" ], "paragraph": [ "Inter", "Helvetica", "Arial", "sans-serif" ] }, "fontSizes": { "h1": "60px", "h2": "39px", "body": "16px" } }, "spacing": { "baseUnit": 4, "borderRadius": "5px" }, "components": { "buttonPrimary": { "background": "#7F1D1D", "textColor": "#FEE2E2", "borderRadius": "15px", "borderRadiusCorners": { "topLeft": "15px", "topRight": "15px", "bottomRight": "15px", "bottomLeft": "15px" }, "shadow": "none" }, "buttonSecondary": { "background": "#151515", "textColor": "#FFFFFF", "borderRadius": "5px", "borderRadiusCorners": { "topLeft": "5px", "topRight": "5px", "bottomRight": "5px", "bottomLeft": "5px" }, "shadow": "none" } }, "images": { "logo": "https://webapp.io/logowhitewithtext.svg", "favicon": "https://webapp.io/apple-touch-icon.png", "ogImage": "https://webapp.io/static/images/opengraph-image.jpg", "logoHref": "/" }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'webapp.io'.", "confidence": 0.9, "source": "llm" }, "__llm_button_reasoning": { "primary": { "index": 0, "text": "Webapp.io has joined Harness. Read more here.", "reasoning": "Button #0 uses the vibrant brand color #7F1D1D, making it stand out as the primary call-to-action. The text 'Webapp.io has joined Harness. Read more here.' suggests an important announcement, aligning with primary CTA characteristics." }, "secondary": { "index": 1, "text": "Start for free", "reasoning": "Button #1, 'Start for free', is a common secondary action with a different background color (#151515) from the primary button. It offers a clear action for users, making it a suitable secondary choice." }, "confidence": 0.95 }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "developers and tech companies" }, "designSystem": { "framework": "tailwind", "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, links to the homepage, and matches the brand name 'webapp.io'.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": true, "llmSucceeded": true } } } ```