Teachers
Capture observations, review student lenses, prepare tiered activities, and draft parent-safe notes from local evidence.
Strongest current tierLingua Viva helps teachers capture classroom observations, understand each student's language journey, and prepare differentiated activities while keeping student data local.
Lingua Viva starts from a real teaching habit: notice something, record it quickly, and use it to prepare tomorrow's lesson.
Write or dictate a short observation during class. The note is saved locally and tagged to the student.
The student lens updates CEFR signals, RTI context, and observation history without replacing teacher judgment.
Generate differentiated activity ideas that match the class, the unit, and the evidence teachers have recorded.
Keep a private implementation note so the curriculum improves from actual classroom use.
Capture observations, review student lenses, prepare tiered activities, and draft parent-safe notes from local evidence.
Strongest current tierProgramme overview is live. Evidence, capacity, and trends are deliberately deferred until pilot data exists.
No overclaimingStudent-facing workflows are planned only after teacher adoption signals justify building them.
Teacher-first product boundaryLingua Viva is designed as a local-first education tool. The privacy rules, support checks, and data paths are visible in code so a school can review them before a pilot.
Local-first - no telemetry claim - teacher-controlled observations
# classroom evidence stays local
capture = observe(student, note)
lens = update_lens(capture)
activity = prepare(unit, lens)
if student_data:
route = "local only"
show_teacher(activity)
Run the teacher app on a school-controlled device.
Day 1Use the quick capture loop during normal lessons.
Week 1Generate differentiated language activities from the recorded student lens.
Weeks 2-4Keep coordinator analytics deferred until the data is consent-aware and large enough.
Pilot reviewA local-first CLI that starts a teacher workbench on your machine. No account needed. No data leaves your computer.
Mac download is Apple Silicon. Linux users: curl -fsSL https://raw.githubusercontent.com/lingua-viva/learning-architecture/main/install.sh | sh