Add project documentation and repository structure

This commit is contained in:
git
2026-07-21 16:16:22 +10:00
parent da12e5c60e
commit 2802d780f3
7 changed files with 251 additions and 0 deletions
+48
View File
@@ -0,0 +1,48 @@
# 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.