Biblioteka Promptów - Najlepsze prompty dla AIBiblioteka Promptów

Comprehensive Brand Guide Extraction Prompt

BpBiblioteka promptów
30.09.2025
Kategoria:Marketing i sprzedaż
#brand-guide#website-analysis#ui-design#visual-identity#typography#ai-assistant#json-format

Przeanalizuj wskazaną stronę internetową, aby wygenerować szczegółowy przewodnik po marce w formacie JSON, który zagwarantuje spójność przy generowaniu treści i projektowaniu przez AI. Uwzględnij kolory, typografię, elementy UI, logo, styl wizualny, ton komunikacji oraz tożsamość marki.

Pełny prompt
Analyze this website: [INSERT] and generate a comprehensive, reusable brand guide in JSON format for use in ChatGPT or other AI tools.

Key Objective:
Fully extract and codify the brand’s visual identity and stylistic principles, including color schemes, typography, UI patterns, and voice, to ensure consistency across future design and content generation efforts.

Instructions
Visit the website: Open and explore all primary pages of the website for a full picture of the design language.

Analyze Visual Design Elements:

Identify primary, secondary, and accent colors (include HEX codes).

Detect any gradients, background textures, shadows, or recurring patterns (e.g., gridlines, blurs, soft borders).

Examine typography: font families, font sizes, heading styles, and spacing.

Observe UI elements: button styles, input fields, card layouts, border-radius, hover effects.

Logo & Branding:

Describe the logo’s composition, color usage, and style (e.g., wordmark, icon, or emblem).

Imagery Style:

Note the use of illustrations, photography, icons, or any unique visual patterns.

Tone of Voice:

Review headlines, CTAs, and descriptive copy for consistent tone: is it friendly, technical, casual, bold, etc.?

Extract Brand Identity:

From homepage and about-style sections, infer the brand's mission, core values, and ideal user profile.

Compile Results:

Structure the analysis in a JSON format as outlined below.

Output Format (JSON)
json
Copy
Edit
{
"BrandColors": {
"primary": "#HEX",
"secondary": "#HEX",
"accent": "#HEX",
"neutrals": ["#HEX", "#HEX"]
},
"GradientsAndPatterns": {
"gradients": ["linear-gradient(...)"],
"patterns": ["Subtle dotted background", "Soft drop shadows on cards"]
},
"Fonts": ["Font Family Name", "Fallback Font"],
"LogoDescription": "Brief textual description of the logo style and color scheme",
"ImageryStyle": "Summary of visual assets used (e.g., flat icons, 3D renders, minimal illustrations)",
"ToneOfVoice": "A few sentences summarizing how the brand communicates (e.g., friendly, modern, concise)",
"BrandValues": ["Innovation", "Clarity", "Community"],
"TargetAudience": "Detailed profile of ideal users (e.g., AI creators, tech-savvy professionals, tool builders)"
}
Notes
Use accurate HEX codes from site elements (CSS inspection if needed).

If no patterns or gradients are used, return "None" in those fields.

Be precise and descriptive — this JSON is meant to guide consistent AI-generated content or design work in the future.

If any information isn’t explicitly available, write "Not Explicitly Stated" or make a reasoned inference based on overall design choices.