# Hudra Vision ## Purpose Hudra turns an existing HTML lesson into a classroom presentation. It is designed primarily for QLearn and Canvas, while remaining compatible with ordinary HTML pages. ## The problem Teachers transitioning from OneNote and PowerPoint to QLearn often maintain two versions of the same lesson: - the QLearn page used by students - the PowerPoint used for classroom presentation This creates duplicated work and version-control problems. ## The idea The HTML lesson should be the single source of truth. Teachers should build the lesson once and use that same lesson: - in the classroom - online - for students learning from home - as a presentation ## Core message > Build once. Present everywhere. ## Design principles Hudra should be: - simple - fast - reliable - lightweight - predictable - easy for teachers to understand Hudra should not introduce a proprietary lesson format. It should enhance existing lesson content rather than rebuild or convert it.