Skip to content
RAG Repo

Khan Academy is a nonprofit, founded in 2008 by Sal Khan, that offers free online learning across mathematics, science, economics, computing, and the arts and humanities, spanning kindergarten through early college. It is best understood as curriculum-aligned content rather than a bare standards framework: the material is organised into a subject-to-skill knowledge tree, where each course breaks into units, skills and mastery levels, so a learner (or an AI tutor) can move through a graded progression instead of a flat pile of lessons. Each skill combines short instructional videos, written articles and interactive exercises, and progress is tracked against a mastery model that decides when a concept is learned before the learner advances.

For a builder, the honest constraint is access. Khan Academy retired its public REST API, and the newer internal GraphQL endpoint blocks external requests, so there is no supported route to pull the catalogue as bulk data. In practice you read it on the site, and any ingestion means parsing rendered pages, which limits how cleanly you can turn it into retrieval passages. The written articles chunk reasonably by heading, while video content is transcript-dependent and harder to treat as text.

Where it earns its place is the structure. The ordered skill tree is a useful spine for an AI tutor that needs to sequence teaching by subject and level, and the articles ground plain, school-level explanations.

The licence is the caveat to read carefully. Content is released under Creative Commons Attribution-NonCommercial-ShareAlike 4.0, so use is free but strictly non-commercial, adaptations must carry the same licence, and attribution to Khan Academy with a link is required. Video licensing has been reported to differ from the articles and exercises, so confirm per item. Commercial builders should treat it like the non-commercial OER we list (parts of LibreTexts and OER Commons) rather than the commercially clean OpenStax and MIT OpenCourseWare.

educationk-12mastery-learningcurriculum-alignednon-commercialnonprofit

Related sources