{% extends "base.html" %} {% block title %}Claw-ED — AI Co-Teacher{% endblock %} {% block content %} {% if onboarding_complete and has_persona %} {# ── Returning user: dashboard-style home ────────────────────── #}

Welcome back{% if persona %}, {{ persona.name }}{% endif %}!

Your AI co-teacher is ready to help.

Content Library

{{ stats.units }} units · {{ stats.lessons }} lessons · {{ stats.chats }} chats

Generate New Content

Create unit plans, lessons, and materials in your teaching voice.

Settings

Configure your LLM provider, persona, and preferences.

{% else %} {# ── Onboarding Wizard ──────────────────────────────────────── #}
{# Step indicators #}
1 Welcome
2 Setup
3 Persona
4 Generate
5 Done
{# ── Step 1: Welcome ───────────────────────────────────────── #}

Turn your lesson plans into an AI co-teacher.

Claw-ED learns from your existing materials and generates lessons, units, and worksheets in your exact teaching voice.

See what Claw-ED can create:

Unit Plan: Life From Light — 15 lessons
Lesson 1: Intro to Photosynthesis
Materials: Worksheet, Assessment, Rubric
{# ── Step 2A: File Upload ──────────────────────────────────── #}

Upload Your Teaching Materials

Drop your lesson plans, worksheets, slides, or notes here

📤

Drag & drop files here, or click to browse

PDF, DOCX, PPTX, TXT, Markdown, ZIP

{# ── Step 2B: Quick Persona Form ──────────────────────────── #}

Tell Us About Your Teaching Style

We'll create a teaching persona to match your voice.

{# ── Step 3: Meet Your AI Persona ─────────────────────────── #}

Here's What Claw-ED Learned About You

🎓

Your Teaching Persona

Does this sound like you?

{# ── Step 4: Generate First Lesson ────────────────────────── #}

Generate Your First Lesson

{# ── Step 5: Success ──────────────────────────────────────── #}
{% endif %} {% endblock %}