{% extends 'layout/base.twig' %} {% set title = 'Add New Domain' %} {% set pageTitle = 'Add New Domain' %} {% set pageDescription = 'Start monitoring a new domain' %} {% set pageIcon = 'fas fa-plus-circle' %} {% block content %}

Domain Information

{{ csrf_field() }}

Enter the domain name without http:// or https://

Type any custom tag (letters, numbers, hyphens). Press Enter or , to add.

💡 Available Tags:

{% for tag in availableTags %} {% endfor %}

Optional: Assign to a notification group to receive expiry alerts

Cancel

How It Works

When you add a domain, we automatically fetch its WHOIS information including expiration date, registrar, nameservers, and other important details. This may take a few seconds.

What We Track

  • Domain expiration date
  • Registrar information
  • Nameservers
  • Domain status
{% endblock %} {% block scripts %} {% endblock %}