{% extends "base.html" %} {% block title %}Infrastructure Design Canvas — ICDEV{% endblock %} {% block content %}

Infrastructure Design Canvas

Visual infrastructure designer — 200+ compute, storage, database, serverless, AI/ML, and security services across AWS, Azure, GCP, OCI, IBM, and on-premises.

+ New Infrastructure Design Templates
{% if templates %}
Templates — Start from a Pre-Built Design
{% for t in templates %}

{{ t.name }}

{{ t.description or '' }}

{{ t.category or 'general' }}
{% endfor %}
{% endif %}
Your Designs
{% for d in designs %}

{{ d.name }}

{{ d.description or 'No description' }}

{{ d.classification or 'CUI' }} Updated: {{ d.updated_at[:10] if d.updated_at else '—' }}
{% else %}

No infrastructure designs yet. Click + New Infrastructure Design to get started.

{% endfor %}
{% endblock %}