{% extends "base.html" %} {% block title %}App Creation Pending{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}

App Creation Coming Soon

Web UI app creation is under development

{{ message }}

{{ command }}

Using the CLI

The Hop3 CLI provides full deployment functionality. Here's how to deploy your application:

  1. Install the Hop3 CLI: pip install hop3-cli
  2. Configure your server: hop3 settings set server <server-url>
  3. Deploy your app: hop3 deploy <app-name> /path/to/app
{% endblock %}