{% extends "base.html" %} {% block title %}Tailwind Site Rebuilder - Analyze Websites{% endblock %} {% block content %}

Analyze Website for Tailwind Rebuild

Extract content, images, and design details to help rebuild websites with Tailwind CSS

Enter a complete URL including http:// or https://

{% if analyzed_sites %}

Previously Analyzed Sites

{% for site in analyzed_sites %}

{{ site.title }}

{{ site.url }}

{{ site.analyzed_at.split('T')[0] if site.analyzed_at else 'Unknown date' }}
{% endfor %}
{% endif %} {% endblock %}