{% extends "base.html" %} {% block title %}Marketplace - Hop3 Dashboard{% endblock %} {% block content %}

App Marketplace

Browse and deploy pre-configured applications with one click. {{ total_apps }} apps available.

{% if featured_apps %}

Featured Apps

View all →
{% for app in featured_apps %} {% include "dashboard/marketplace/_app_card.html" %} {% endfor %}
{% endif %}

Browse by Category

Resource Tiers

lightweight < 512 MB RAM
moderate 512 MB - 1 GB RAM
heavy > 1 GB RAM
{% endblock %}