{% extends "base.html" %} {% block title %}Submit an AI Idea — FORGE IGNITE{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
FORGE IGNITE

Submit an AI Innovation Idea

Answer a few questions to help us understand your idea. We'll generate a feasibility brief and score it automatically.

1
Your Idea
{% for round in rounds %}{% if round.id != 'basic' %}
{{ loop.index + 1 }}
{{ round.label }}
{% if round.description %}

{{ round.description }}

{% endif %} {% for q in round.questions %}
{% if q.type == 'textarea' %} {% elif q.type == 'select' %} {% else %} {% endif %}
{% endfor %}
{% if not loop.last %} {% else %} {% endif %}
{% endif %}{% endfor %}

Generating your AI Opportunity Brief...

✦ AI Opportunity Brief Generated

{% endblock %}