{% extends "base.html" %}
{% set active_nav = 'apps' %}
{% block title %}Apps — Heddle Workshop{% endblock %}
{% block content %}
Upload a Heddle app bundle (.zip) to deploy workers and pipelines. Deployment error: {{ error }}Deployed Apps
| Name | Version | Description | Workers | Pipelines | Actions |
|---|---|---|---|---|---|
| {{ app.name }} | {{ app.version }} |
{{ app.description }} | {{ app.entry_configs.workers | length }} | {{ app.entry_configs.pipelines | length }} |
No apps deployed yet. Upload a .zip bundle to get started.