Tailwind Site Rebuilder

{% for message in get_flashed_messages(with_categories=true) %}
{{ message[1] }}
{% endfor %}
{% if rebuild_context %}

Screenshot

{% if screenshot_path %} Website Screenshot {% else %}

No screenshot available

{% endif %}

Analysis Results

Site Information

Title: {{ rebuild_context.site_info.title }}

Domain: {{ rebuild_context.site_info.domain }}

URL: {{ rebuild_context.site_info.url }}

Analyzed: {{ rebuild_context.site_info.analyzed_at }}

{% if rebuild_context.site_info.layout_patterns %}

Layout Patterns:

    {% for key, value in rebuild_context.site_info.layout_patterns.items() %}
  • {{ key }}: {{ value }}
  • {% endfor %}
{% endif %}

Tailwind Rebuild Notes

General: {{ rebuild_context.tailwind_rebuild_notes.general }}

Layout: {{ rebuild_context.tailwind_rebuild_notes.layout }}

Components:

    {% for key, value in rebuild_context.tailwind_rebuild_notes.components.items() %}
  • {{ key }}: {{ value }}
  • {% endfor %}

Responsive Breakpoints:

    {% for key, value in rebuild_context.tailwind_rebuild_notes.responsive_breakpoints.items() %}
  • {{ key }}: {{ value }}
  • {% endfor %}

Raw JSON

{{ json_data }}
{% endif %}