{% extends "base.html" %} {% block title %}Create New App{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

Create New Application

{% if errors %}

Validation Errors

    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}

3-63 characters. Letters, numbers, hyphens, and underscores only.

Select "Auto-detect" to automatically determine the builder from your project files.

Git deployment will be available in a future update. For now, use file upload or CLI.

One variable per line, in KEY=VALUE format. Lines starting with # are ignored.

Cancel

Alternative: Create via CLI

For full deployment support, use the command line:

hop3 deploy <app-name> /path/to/your/app
{% endblock %}