llms.txt
Fastshot Brand Identity
A complete profile of Fastshot's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #8A82FF |
| Accent | #8A82FF |
| Body Font | Montserrat |
| Heading Font | Poppins |
Color Palette
- primary: #8A82FF
- secondary: #DEDBFF
- accent: #8A82FF
- background: #FFFFFF
- textPrimary: #0F172A
- link: #0F172A
Typography
- primary: Montserrat — https://fonts.google.com/specimen/Montserrat
- heading: Poppins — https://fonts.google.com/specimen/Poppins
Visual Assets
- Logo:
- Favicon:
- Social card (og:image):
UI Components
- input: background=transparent, textColor=#0F172A, borderColor=null, borderRadius=0px, shadow=none
- buttonPrimary: background=#8A82FF, textColor=#FFFFFF, borderRadius=9999px, shadow=none
- buttonSecondary: background=#FF8B49, textColor=#FFFFFF, borderRadius=9999px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: developers and tech enthusiasts
Fastshot Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- iOS Development | Fastshot
- Image:
- Source: Fastshot iOS Development
- What Are the Best Platforms to Develop a Mobile App for Beginners? | Fastshot Blog
- Image:
- Source: Fastshot Blog
- AI Mobile App Builder – Create iOS & Android Apps from Text
- Image:
- Source: Fastshot
Working with these fonts
Not found on Google Fonts? The suggested flow:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font".
- Hard-reload the page and click around.
- Download the font files locally.
- View the page's CSS and copy out the @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Montserrat",
"role": "body"
},
{
"family": "Poppins",
"role": "heading"
}
],
"colors": {
"primary": "#8A82FF",
"secondary": "#DEDBFF",
"accent": "#8A82FF",
"background": "#FFFFFF",
"textPrimary": "#0F172A",
"link": "#0F172A"
},
"typography": {
"fontFamilies": {
"primary": "Montserrat",
"heading": "Poppins"
},
"fontStacks": {
"heading": [
"Montserrat",
"sans-serif"
],
"body": [
"Montserrat",
"sans-serif"
],
"paragraph": [
"Montserrat",
"sans-serif"
]
},
"fontSizes": {
"h1": "48px",
"h2": "48px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "6px"
},
"components": {
"input": {
"background": "transparent",
"textColor": "#0F172A",
"borderColor": null,
"borderRadius": "0px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#8A82FF",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"shadow": "none"
},
"buttonSecondary": {
"background": "#FF8B49",
"textColor": "#FFFFFF",
"borderRadius": "9999px",
"shadow": "none"
}
},
"images": {
"logo": "https://fastshot.ai/new_logo.png",
"favicon": "https://fastshot.ai/fastshot/logos/FS-original-circle.svg",
"ogImage": "https://fastshot.ai/fastshot/landing/og.jpeg",
"logoAlt": "Fastshot Logo"
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "developers and tech enthusiasts"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.95,
"colors": 0.9,
"overall": 0.925
}
}