{% extends "base.html" %} {% block title %}Home{% endblock %} {% block content %}

URL Analyzer

A powerful tool for analyzing, categorizing, and reporting on URLs and domains. Gain insights into your web traffic and understand the patterns in your data.

Analyze

Analyze individual URLs or bulk process files containing multiple URLs. Get detailed information about each URL's category, safety, and more.

Start Analysis

Reports

Generate comprehensive reports with visualizations to understand patterns and trends in your URL data. Export in multiple formats.

Create Reports

Settings

Customize the application to your needs. Configure analysis parameters, reporting preferences, and user interface settings.

Configure Settings

Quick Analysis

{{ csrf_token() }}

Recent Reports

{% if recent_reports %}
{% for report in recent_reports %} {% endfor %}
Report Name Date Created URLs Analyzed Actions
{{ report.name }} {{ report.created_at|format_date }} {{ report.url_count }} View Download
{% else %}
No reports have been generated yet. Create your first report.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}