This project is a self-hosted documentation platform designed for collaborative knowledge base management. It provides a block-based editor that structures content as a tree of independent nodes, allowing for flexible layout composition and the creation of complex, nested document hierarchies.
The platform distinguishes itself through an offline-first architecture that utilizes conflict-free replicated data types to maintain synchronization across multiple clients. This ensures that teams can continue editing content during network disconnections, with all changes merging automatically once connectivity is restored.
Beyond core editing, the system supports team-wide collaboration through real-time features such as live cursors, presence indicators, and threaded comments. It also includes tools for document format interoperability, enabling the conversion of content between markdown and standard office file formats.
The software is designed for private infrastructure, utilizing a containerized deployment model that allows organizations to maintain full control over their data security and access policies.