{% extends "base.html" %} {% block title %}Analysis Results - {{ context.site_info.title }}{% endblock %} {% block content %}
Create and save prompts for your rebuild
This is an actual screenshot of the website. Color detection will capture real colors from the site.
{% else %}Could not capture real screenshot. This is a placeholder with sample colors. For best results, try refreshing or contact support.
{% endif %}Click on the color wheel to add colors to your palette
{{ context.layout.normalized_width }}px × {{ context.layout.normalized_height }}px
{{ section.content_preview }}
{% if section.pattern %}Pattern: {{ section.pattern }}
{% endif %}Primary: {{ context.design.colors.suggested_tailwind.primary }}
Secondary: {{ context.design.colors.suggested_tailwind.secondary }}
Accent: {{ context.design.colors.suggested_tailwind.accent }}
Background: {{ context.design.colors.suggested_tailwind.background }}
Text: {{ context.design.colors.suggested_tailwind.text }}
No suggested Tailwind colors available. Use the extracted colors for your design.
{% endif %}
The end of year gets busy for us all, but don't forget to use those flex dollars before time runs out! HSA/FSA dollars can be applied to exam costs and materials including contacts, glasses, sunglasses, and more!
{{ context.design.typography.fonts[0] if context.design.typography.fonts else 'Default font' }}
Size: {{ style.fontSize }}, Weight: {{ style.fontWeight }}
Size: {{ context.design.typography.body.paragraph.fontSize }}, Weight: {{ context.design.typography.body.paragraph.fontWeight }}
{{ font }}
{% endfor %}Font Family: {{ context.design.typography.suggested_tailwind.font_family }}
{{ heading }}: {{ classes }}
Body: {{ context.design.typography.suggested_tailwind.body }}
Use the detected fonts to guide your Tailwind typography choices
Be specific about section, positioning, sizing, and styling requirements.
Click to describe placement
Type: {{ img.type if img.type else 'regular' }}
{% if img.alt %}Alt: {{ img.alt }}
{% endif %}Placement:
Click to describe placement
Alt: {{ img.alt }}
{% endif %} {% if img.width or img.height %}Size: {{ img.width }}x{{ img.height }}
{% endif %}Placement:
Click to describe placement
Type: {{ img.type }}
{% if img.element_tag %}Element: {{ img.element_tag }}
{% endif %}Placement:
{{ paragraph }}
{% endfor %} {% if context.content.text.paragraphs|length > 10 %}...and {{ context.content.text.paragraphs|length - 10 }} more paragraphs
{% endif %}wget [image-url] -P assets/images/ to download each imageassets/images/ directoryassets/images/filename.jpg
This is a Tailwind CDN website using PHP partials for header, nav, and footer. Build only one page at a time, including any necessary partials (header.php, nav.php, footer.php) that are required for that specific page. Every page should be built using sections to enable more efficient design and modular development.
No layout sections detected. The template structure will be determined during analysis.
{{ context.tailwind_rebuild_notes.layout }}bg-[#hexcode]