About DocWright
DocWright is a single canonical document model with multiple render backends. A visual editor and a LaTeX source mode both read and write the same versioned AST; a single CSS Paged Media stylesheet drives both the in-browser paged preview and the print PDF, giving pixel-accurate WYSIWYG.
Architecture at a glance
- PHP class-first core — auth, RBAC, sessions, projects, sharing, API, job orchestration.
- Python workers — rendering, conversion, imaging, BIM, transliteration, spell/grammar.
- PostgreSQL 16 — app data plus a priority job queue (no Redis needed).
- Git per project — revision history, diffing and sovereign portability from one primitive.
- Thin core + plugins — every subsystem is a composable, capability-scoped plugin.
Kernel API version 1.0.0.