llms.txt
FlutterFlow Brand Identity
A complete profile of FlutterFlow's visual system — colors, typography, components, and personality — extracted from https://flutterflow.io. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #9BA1AE |
| Accent | #4B39EF |
| Body Font | Inter |
| Heading Font | Urbanist |
Color Palette
- primary: #9BA1AE
- secondary: #5800FD
- accent: #4B39EF
- background: #060311
- textPrimary: #060311
- link: #4B39EF
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Urbanist — https://fonts.google.com/specimen/Urbanist
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FFFFFF, textColor=#060311, borderRadius=12px, shadow=none
- buttonSecondary: background=#060311, textColor=#FFFFFF, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: developers and tech-savvy entrepreneurs
FlutterFlow Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- FlutterFlow Community
- Image:
- Source: https://community.flutterflow.io/
- FlutterFlow Blog
- Image:
- Source: https://blog.flutterflow.io/
- PDF Expert 3.11.2 Crack For MacOS - FlutterFlow Community
- Image:
- Source: https://community.flutterflow.io/member/8Fw85ZKwpD
- FlutterFlow Marketplace
- Image:
- Source: https://marketplace.flutterflow.io/item/88jKcNB7M7AvOEgsg9j0
- CONTEXTUAL - A Mobile Blogging App Template for FlutterFlow
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:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
{
"colorScheme": "dark",
"fonts": [
{"family": "Urbanist","role": "heading"},
{"family": "Inter","role": "body"}
],
"colors": {
"primary": "#9BA1AE",
"secondary": "#5800FD",
"accent": "#4B39EF",
"background": "#060311",
"textPrimary": "#060311",
"link": "#4B39EF"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Urbanist"
},
"fontStacks": {
"heading": ["Urbanist","sans-serif"],
"body": ["Urbanist","sans-serif"],
"paragraph": ["Inter","sans-serif"]
},
"fontSizes": {
"h1": "100px",
"h2": "20px",
"body": "24px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "3px"
},
"components": {
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#060311",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#060311",
"textColor": "#FFFFFF",
"borderRadius": "0px",
"borderRadiusCorners": {
"topLeft": "0px",
"topRight": "0px",
"bottomRight": "0px",
"bottomLeft": "0px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/66b33f0fd430d8b41d25ad4c/66cb83d8d7c63944199bfbf3_PrimaryLogo%20-%20Horizontal.svg",
"favicon": "https://cdn.prod.website-files.com/66b33f0fd430d8b41d25ad4c/6835d29a251b128df4ca1e20_favicon-35.jpg",
"ogImage": "https://cdn.prod.website-files.com/66b33f0fd430d8b41d25ad4c/66e53a4df0ccaa6615d3de90_Social%20Share%20Image-min.png",
"logoHref": "/",
"logoAlt": "FlutterFLow logo"
},
"__llm_logo_reasoning": {
"selectedIndex": 15,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and has alt text matching the brand 'FlutterFlow'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 1,
"text": "Start for Free",
"reasoning": "Button #1 has a vibrant and action-oriented text 'Start for Free', which is a strong call-to-action. Its light background color (#FFFFFF) contrasts well with the dark theme, making it stand out as the primary CTA."
},
"secondary": {
"index": 0,
"text": "Log inStart for Free",
"reasoning": "Button #0 has a darker background (#060311) and less prominent text, making it suitable as a secondary option, especially since it includes 'Log in', which is typically secondary to 'Start for Free'."
},
"confidence": 0.95
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "developers and tech-savvy entrepreneurs"
},
"designSystem": {
"framework": "custom",
"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 has alt text matching the brand 'FlutterFlow'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}