Documentation

Didaxi overview

The product model, the main content layers, and the logic behind reusable educational publishing.

Core grammar

Didaxi is built around a small content grammar: assets, items, documents, bundles, courses, and publications.

Assets keep raw source material. Items hold reusable educational meaning. Documents compose those items into teachable output. Bundles and courses organize that output above the document level.

Why the model stays small

The system avoids hardcoding too many special content classes. Instead, it uses a stable engine and controlled extensibility through typed item parts, metadata, and reusable composition.

  • Assets stay source-oriented.
  • Items stay reusable.
  • Documents stay compositional.
  • Publications stay creator-scoped.

Continue reading

5 min read

From asset to publication

How raw material becomes reusable content and then becomes something public.

8 min read

Custom item types

Design reusable templates for the small building blocks of your material — problems, concepts, examples — from a fixed set of primitives, without turning the workspace into a low-code builder.