{% extends "base.html" %} {% block content %}

Build from JSON

Run a non-interactive deck build using a saved JSON configuration. Upload a JSON file, view its details, or run it headlessly to generate deck exports and a build summary.

Example: {{ example_name }}
{{ example_json or '{\n  "commander": "Your Commander Name",\n  "primary_tag": "Your Main Theme",\n  "secondary_tag": null,\n  "tertiary_tag": null,\n  "bracket_level": 0,\n  "ideal_counts": {\n    "ramp": 10,\n    "lands": 35,\n    "basic_lands": 20,\n    "fetch_lands": 3,\n    "creatures": 28,\n    "removal": 10,\n    "wipes": 2,\n    "card_advantage": 8,\n    "protection": 4\n  }\n}' }}
{% if error %}
{{ error }}
{% endif %} {% if notice %}
{{ notice }}
{% endif %}
{% if not items %}

No configs found in /config. Export a run config from a build, or upload one here.

{% else %} {% endif %}
{% endblock %}