Smallest Possible Product (SPP) Platform
Available SPPs
{% for spp in spps %}
{{ spp.name }}
Run
{% endfor %}
Running SPPs
{% for spp in running_spps %}
{{ spp.name }} (Container ID: {{ spp.id }})
View Logs
{% endfor %}