{% extends "base.html" %} {% block title %}FORGE Academy — ICDEV™{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

FORGE Academy

// Gamified AI Training — Mission-Ready AI Engineers

{% if fa_user %}
{{ level_ctx.level.icon if level_ctx and level_ctx.level else '⬡' }}
Rank
{{ level_ctx.level.label if level_ctx and level_ctx.level else 'Recruit' }}
XP Progress {{ fa_user.xp|default(0) }} XP
{% if level_ctx and level_ctx.next %}
{{ level_ctx.xp_needed }} XP to {{ level_ctx.next.label }} {{ level_ctx.pct }}%
{% else %}
MAX RANK — SENSEI
{% endif %}
🏆 {{ stats.achievement_count|default(0) }} ⚙ Profile
◈ INTEL FEED  |  LLM Token Economics — Complete M01 to unlock  |  RAG Architecture — Agents that read documents without fine-tuning  |  MCP Protocol — The universal API layer every agent needs  |  New Mission Available: Amazon Strands Agents  |  Guild challenge active — 48 hours remaining  | 
{% else %}

Set up your profile to begin your mission.

Begin Mission {% endif %}
{% if daily_login %}
✓ Daily login bonus: +{{ daily_login.xp }} XP {% if daily_login.streak > 1 %}  |  🔥 {{ daily_login.streak }}-day streak (+{{ daily_login.bonus }} bonus){% endif %}
{% endif %} {% if fa_user %}
{{ stats.user.xp|default(0) }}
Total XP
{{ stats.achievement_count|default(0) }}
Achievements
{{ stats.user.streak_days|default(1) }}
Day Streak
{{ fa_user.tier_unlocked|default(1) }}
Tier
{% endif %}
📋 All Missions 🌐 Skill Tree 🏆 Leaderboard ⚔ Guild ⚡ Arena ⬡ Workflow Builder 🔮 Oracle Intel
Active Missions
{% for m in missions %}
{{ m.title }}
{{ m.mission_type|default('coding') }}

{{ m.tagline|default('') }}

{% else %}

No missions loaded yet. {% if not fa_user %}Set up your profile to unlock missions.{% endif %}

{% endfor %}
View all missions →
🔮 Oracle Intel
predictions
critical
convergence
View Oracle →
{% endblock %}