What problem does it solve?
The TechBook domain provides a disciplined approach to authoring progressive-build technical books where the manuscript is the source of truth. It ensures code is extracted deterministically from prose, checkpoints certify validated states, and outputs (HTML/PDF/EPUB) stay in sync with the narrative.
Core Features & Use Cases
- Literate programming model: Manuscript → Tangle → Source → Compile/Test → Validate → Weave.
- Checkpoints: Named, validated states that freeze behavior when released and guide progressive development.
- Snippet management and evolution: Introduce/replace/append snippets to reflect changes across chapters.
- Weaving for multi-format outputs: Generate reader-friendly HTML, PDF, and EPUB from the built book.
- Cross-references and concept linking: Maintain symbol relationships and dependency ordering to ensure consistency.
Quick Start
Create a new TechBook project and run the tangle and weave steps to produce the first readable manuscript.